From 2f608d3e3895235630c540ab71138980b249dbeb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:14:35 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5398e7d..9cf9fae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,6 @@ export default function HomePage() { textboxLayout="centered" animationType="slide-up" useInvertedBackground={false} - animationType="slide-up" gridVariant="uniform-all-items-equal" carouselMode="buttons" className="py-16 bg-gradient-to-b from-background to-background-accent/10" @@ -149,6 +148,7 @@ export default function HomePage() { tagIcon={Sparkles} cardTitleClassName="text-lg font-semibold text-foreground" cardDescriptionClassName="text-sm text-foreground/70" + textboxLayout="default" features={[ { id: 1, @@ -233,6 +233,7 @@ export default function HomePage() { tagIcon={Sparkles} cardNameClassName="text-lg font-semibold text-foreground" cardPriceClassName="text-sm text-foreground/70" + textboxLayout="default" products={[ { id: "hair-1", @@ -285,6 +286,7 @@ export default function HomePage() { tagIcon={Star} nameClassName="text-lg font-semibold text-foreground" roleClassName="text-sm text-foreground/70" + textboxLayout="default" testimonials={[ { id: "testimonial-1", @@ -360,6 +362,7 @@ export default function HomePage() { tagIcon={HelpCircle} accordionTitleClassName="text-lg font-semibold text-foreground" accordionContentClassName="text-sm text-foreground/70" + textboxLayout="default" faqs={[ { id: "faq-1", From 7926e839b61e53a1af1472972c027b57635b5158 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:14:35 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9a6e67a..3d589f1 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -91,6 +91,7 @@ export default function ServicesPage() { tagIcon={Sparkles} cardTitleClassName="text-lg font-semibold text-foreground" cardDescriptionClassName="text-sm text-foreground/70" + textboxLayout="default" features={[ { id: 1, @@ -151,6 +152,7 @@ export default function ServicesPage() { tagIcon={Award} cardTitleClassName="text-lg font-semibold text-foreground" cardDescriptionClassName="text-sm text-foreground/70" + textboxLayout="default" features={[ { id: 1,