From a44bcb9899f52ae0abceedfbe2938fbfb58f7700 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:42:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49eef42..8294ce0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,18 +55,18 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177032.jpg?_wi=1", imageAlt: "Luxury wedding cake with elegant design" + imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177032.jpg", imageAlt: "Luxury wedding cake with elegant design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-served-with-strawberries-blue-background_114579-15312.jpg?_wi=1", imageAlt: "Contemporary custom celebration cake" + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-served-with-strawberries-blue-background_114579-15312.jpg", imageAlt: "Contemporary custom celebration cake" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-served-with-strawberries-blue-background_114579-15312.jpg?_wi=2", imageAlt: "Modern minimalist celebration cake" + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-served-with-strawberries-blue-background_114579-15312.jpg", imageAlt: "Modern minimalist celebration cake" }, { - imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177032.jpg?_wi=2", imageAlt: "Premium tiered wedding cake" + imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177032.jpg", imageAlt: "Premium tiered wedding cake" } ]} avatarText="Join 500+ satisfied customers" @@ -137,8 +137,8 @@ export default function LandingPage() { ]} ariaLabel="Featured product collection" containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-lg mt-4" cardClassName="rounded-lg overflow-hidden shadow-xl hover:shadow-2xl transition-shadow" imageClassName="w-full h-80 object-cover" cardNameClassName="text-xl font-semibold mt-4" @@ -178,8 +178,8 @@ export default function LandingPage() { ]} ariaLabel="Customer testimonials section" containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-center" - descriptionClassName="text-lg text-center mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-center" + textBoxDescriptionClassName="text-lg text-center mt-4" cardClassName="p-8 rounded-xl shadow-lg" cardTagClassName="text-xs uppercase tracking-wider font-semibold text-rose-gold" cardTitleClassName="text-lg font-bold mt-3" @@ -207,8 +207,8 @@ export default function LandingPage() { speed={40} ariaLabel="Social proof and partner logos" containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl font-bold text-center" - descriptionClassName="text-lg text-center mt-4" + textBoxTitleClassName="text-4xl font-bold text-center" + textBoxDescriptionClassName="text-lg text-center mt-4" logoItemClassName="flex items-center justify-center" logoImageClassName="h-16 w-auto object-contain" /> @@ -237,8 +237,8 @@ export default function LandingPage() { ]} ariaLabel="Key metrics and achievements" containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-lg mt-4" cardClassName="p-8 rounded-lg text-center" valueClassName="text-4xl md:text-5xl font-extrabold text-rose-gold" metricDescriptionClassName="text-base mt-3 font-medium" @@ -279,8 +279,8 @@ export default function LandingPage() { ]} ariaLabel="Frequently asked questions" containerClassName="max-w-4xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-center" - descriptionClassName="text-lg text-center mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-center" + textBoxDescriptionClassName="text-lg text-center mt-4" faqsContainerClassName="space-y-4 mt-8" accordionClassName="p-6 rounded-lg border" accordionTitleClassName="font-semibold text-lg cursor-pointer"