diff --git a/src/app/page.tsx b/src/app/page.tsx index 00ad762..99ce813 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,9 +57,9 @@ export default function LandingPage() { { text: "📍 Get Directions", href: "https://maps.google.com/?q=EXGO+Clothing+Store+Perinjanam" } ]} buttonAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} carouselItems={[ - { id: "slide-1", imageSrc: "http://img.b2bpic.net/free-psd/wedding-planner-horizontal-banner-template-with-leaf-shadow-design_23-2149448958.jpg?_wi=1", imageAlt: "women fashion clothing store display" }, + { id: "slide-1", imageSrc: "http://img.b2bpic.net/free-psd/wedding-planner-horizontal-banner-template-with-leaf-shadow-design_23-2149448958.jpg", imageAlt: "women fashion clothing store display" }, { id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-retail-store_1203-8727.jpg", imageAlt: "men casual wear clothing store" }, { id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg", imageAlt: "casual fashion unisex clothing" }, { id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/great-day-shopping-two-beautiful-women-with-bags-looking-each-other-with-smile-while-walking-clothing-store_146671-15009.jpg", imageAlt: "seasonal collection fashion display" }, @@ -153,6 +153,7 @@ export default function LandingPage() { { id: "affordable-prices", title: "Affordable Prices", description: "Premium quality fashion at prices that won't break your budget. Great value for money.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-coworkers-celebrating_23-2149295517.jpg", imageAlt: "welcoming fashion store entrance" }, { id: "friendly-service", title: "Friendly Service", description: "Our team provides personalized styling advice and excellent customer care.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-female-shopper-choosing-party-dress-looking-clothes-rack-boutique-woman-shopping-store-consumerism-concept_74855-11841.jpg", imageAlt: "fashion store fitting room area" } ]} + tagClassName="inline-block px-4 py-2 rounded-full bg-[var(--accent)] text-white font-semibold mb-8" gridVariant="three-columns-all-equal-width" animationType="blur-reveal" textboxLayout="default" @@ -162,7 +163,6 @@ export default function LandingPage() { containerClassName="max-w-7xl mx-auto px-4" textBoxTitleClassName="text-4xl font-extrabold mb-2" textBoxDescriptionClassName="text-lg text-gray-600 mb-8" - tagClassName="inline-block px-4 py-2 rounded-full bg-[var(--accent)] text-white font-semibold mb-8" gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8 mt-12" cardClassName="bg-white rounded-2xl overflow-hidden shadow-lg border-2 border-[var(--accent)]" imageClassName="w-full h-48 object-cover" @@ -237,7 +237,7 @@ export default function LandingPage() { { text: "📍 Get Directions", href: "https://maps.google.com/?q=EXGO+Moonnupeedika+RMHS+Rd+Perinjanam+Kerala" } ]} buttonAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} ariaLabel="EXGO store contact and location" className="w-full py-16" @@ -254,7 +254,7 @@ export default function LandingPage() {