From b098e71e9d1ff57d6494cf71bd6019f9d5eae5ae Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:15:10 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cf9fae..4f414bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,7 @@ export default function HomePage() { value: "10+", }, ]} - textboxLayout="centered" + textboxLayout="default" animationType="slide-up" useInvertedBackground={false} gridVariant="uniform-all-items-equal" @@ -148,7 +148,6 @@ 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,7 +232,6 @@ 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", @@ -286,7 +284,6 @@ 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", @@ -362,7 +359,6 @@ 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", -- 2.49.1 From 8495f4d6a95cbff0fa96170caa7c772c29e36a0b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:15:10 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3d589f1..9a6e67a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -91,7 +91,6 @@ export default function ServicesPage() { tagIcon={Sparkles} cardTitleClassName="text-lg font-semibold text-foreground" cardDescriptionClassName="text-sm text-foreground/70" - textboxLayout="default" features={[ { id: 1, @@ -152,7 +151,6 @@ export default function ServicesPage() { tagIcon={Award} cardTitleClassName="text-lg font-semibold text-foreground" cardDescriptionClassName="text-sm text-foreground/70" - textboxLayout="default" features={[ { id: 1, -- 2.49.1