diff --git a/src/app/page.tsx b/src/app/page.tsx index c332818..c0bebc4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,8 +101,8 @@ export default function LandingPage() { { id: "prod-4", brand: "PawPremium", name: "Adjustable Collar & Leash", price: "$39.99", rating: 4.8, reviewCount: "198", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v8l82y", imageAlt: "colorful dog collar and leash" } ]} containerClassName="py-16 md:py-24" - titleClassName="text-3xl md:text-4xl font-light mb-4" - descriptionClassName="text-base md:text-lg opacity-85 mb-8" + textBoxTitleClassName="text-3xl md:text-4xl font-light mb-4" + textBoxDescriptionClassName="text-base md:text-lg opacity-85 mb-8" /> @@ -125,8 +125,8 @@ export default function LandingPage() { { title: "Expert Care Tips", description: "Access our library of guides, training resources, and wellness advice from pet experts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=77d0qd", imageAlt: "dog grooming care products" } ]} containerClassName="py-16 md:py-24" - titleClassName="text-3xl md:text-4xl font-light mb-4" - descriptionClassName="text-base md:text-lg opacity-85 mb-8" + textBoxTitleClassName="text-3xl md:text-4xl font-light mb-4" + textBoxDescriptionClassName="text-base md:text-lg opacity-85 mb-8" /> @@ -143,8 +143,8 @@ export default function LandingPage() { speed={35} ariaLabel="Social proof section" containerClassName="py-16 md:py-24" - titleClassName="text-2xl md:text-3xl font-light mb-4 text-center" - descriptionClassName="text-base opacity-85 text-center mb-12" + textBoxTitleClassName="text-2xl md:text-3xl font-light mb-4 text-center" + textBoxDescriptionClassName="text-base opacity-85 text-center mb-12" /> @@ -193,8 +193,8 @@ export default function LandingPage() { { id: "faq-6", title: "Can I subscribe for regular deliveries?", content: "Yes! Subscribe to any product and receive 10% off regular orders with flexible scheduling. Cancel anytime." } ]} containerClassName="py-16 md:py-24" - titleClassName="text-3xl md:text-4xl font-light mb-4" - descriptionClassName="text-base md:text-lg opacity-85 mb-8" + textBoxTitleClassName="text-3xl md:text-4xl font-light mb-4" + textBoxDescriptionClassName="text-base md:text-lg opacity-85 mb-8" accordionClassName="space-y-3" />