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