diff --git a/app/sections/header-image/description-text-item.tsx b/app/sections/header-image/description-text-item.tsx index 4cf3ea5..b569103 100644 --- a/app/sections/header-image/description-text-item.tsx +++ b/app/sections/header-image/description-text-item.tsx @@ -13,7 +13,7 @@ let DescriptionTextItem = forwardRef(( let { descriptionText, ...rest } = props; return (
-

+

); }); diff --git a/app/sections/header-image/heading-item.tsx b/app/sections/header-image/heading-item.tsx index a34ad39..095893f 100644 --- a/app/sections/header-image/heading-item.tsx +++ b/app/sections/header-image/heading-item.tsx @@ -18,7 +18,7 @@ let HeadingItem = forwardRef((props, ref) => { } as CSSProperties; return (
-

{heading}

+

{heading}

); }); diff --git a/app/sections/header-image/subheading-item.tsx b/app/sections/header-image/subheading-item.tsx index 82fdf30..3916d8a 100644 --- a/app/sections/header-image/subheading-item.tsx +++ b/app/sections/header-image/subheading-item.tsx @@ -18,7 +18,7 @@ let SubHeadingItem = forwardRef((props, ref } as CSSProperties; return (
-

{subHeading}

+

{subHeading}

); }); diff --git a/app/sections/product-information/product-detail.tsx b/app/sections/product-information/product-detail.tsx index e0c0260..c45c0be 100644 --- a/app/sections/product-information/product-detail.tsx +++ b/app/sections/product-information/product-detail.tsx @@ -37,7 +37,7 @@ export function ProductDetail({ {learnMore && (
Learn more diff --git a/app/sections/product-information/product-form.tsx b/app/sections/product-information/product-form.tsx index 1f6ac45..7c607c9 100644 --- a/app/sections/product-information/product-form.tsx +++ b/app/sections/product-information/product-form.tsx @@ -79,7 +79,7 @@ export function ProductForm(props: { @@ -105,7 +105,7 @@ export function ProductForm(props: { { @@ -138,7 +138,7 @@ export function ProductForm(props: { replace className={clsx( 'leading-none py-1 border-b-[1.5px] cursor-pointer transition-all duration-200', - isActive ? 'border-primary/50' : 'border-primary/0', + isActive ? 'border-bar/50' : 'border-bar/0', isAvailable ? 'opacity-100' : 'opacity-50', )} > diff --git a/app/sections/testimonial/index.tsx b/app/sections/testimonial/index.tsx index ec49d25..c0e1021 100644 --- a/app/sections/testimonial/index.tsx +++ b/app/sections/testimonial/index.tsx @@ -15,7 +15,7 @@ let Testimonial = forwardRef((props, ref) => {
-

+

{heading}

{description && ( diff --git a/app/sections/testimonial/item.tsx b/app/sections/testimonial/item.tsx index 6a26efa..841763b 100644 --- a/app/sections/testimonial/item.tsx +++ b/app/sections/testimonial/item.tsx @@ -39,7 +39,7 @@ let TestimonialItem = forwardRef( >
-

+

{heading}

"{content}"