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", 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,