diff --git a/src/app/page.tsx b/src/app/page.tsx index 323e5bc..fb7245d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,22 +56,22 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/bakery-cakes-buns_1232-2207.jpg?_wi=1", imageAlt: "Shree Krishna Bakery storefront showcase" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/bakery-cakes-buns_1232-2207.jpg", imageAlt: "Shree Krishna Bakery storefront showcase" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761723.jpg?_wi=1", imageAlt: "Fresh chocolate cake" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761723.jpg", imageAlt: "Fresh chocolate cake" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/indian-traditional-patisserie-with-sauce_23-2148295020.jpg?_wi=1", imageAlt: "Baked samosas hot and fresh" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/indian-traditional-patisserie-with-sauce_23-2148295020.jpg", imageAlt: "Baked samosas hot and fresh" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-cake-with-fresh-red-cranberries-along-with-cinnamon-cookies-tea-bright-surface-sugar-sweet_140725-27638.jpg?_wi=1", imageAlt: "Assorted pastries collection" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-cake-with-fresh-red-cranberries-along-with-cinnamon-cookies-tea-bright-surface-sugar-sweet_140725-27638.jpg", imageAlt: "Assorted pastries collection" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273140.jpg", imageAlt: "Warm bakery interior" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/bakery-cakes-buns_1232-2207.jpg?_wi=2", imageAlt: "Beautiful bakery display" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/bakery-cakes-buns_1232-2207.jpg", imageAlt: "Beautiful bakery display" } ]} autoPlay={true} @@ -104,17 +104,17 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Premium Chocolate Cake", price: "₹450-950", variant: "Multiple Sizes Available", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761723.jpg?_wi=2", imageAlt: "Premium chocolate cake" + id: "1", name: "Premium Chocolate Cake", price: "₹450-950", variant: "Multiple Sizes Available", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761723.jpg", imageAlt: "Premium chocolate cake" }, { - id: "2", name: "Baked Samosa", price: "₹60-180", variant: "Plain & Banana Varieties", imageSrc: "http://img.b2bpic.net/free-photo/indian-traditional-patisserie-with-sauce_23-2148295020.jpg?_wi=2", imageAlt: "Freshly baked samosas" + id: "2", name: "Baked Samosa", price: "₹60-180", variant: "Plain & Banana Varieties", imageSrc: "http://img.b2bpic.net/free-photo/indian-traditional-patisserie-with-sauce_23-2148295020.jpg", imageAlt: "Freshly baked samosas" }, { - id: "3", name: "Assorted Pastries", price: "₹80-200", variant: "Fresh Daily Selection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-cake-with-fresh-red-cranberries-along-with-cinnamon-cookies-tea-bright-surface-sugar-sweet_140725-27638.jpg?_wi=2", imageAlt: "Assorted pastries" + id: "3", name: "Assorted Pastries", price: "₹80-200", variant: "Fresh Daily Selection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-cake-with-fresh-red-cranberries-along-with-cinnamon-cookies-tea-bright-surface-sugar-sweet_140725-27638.jpg", imageAlt: "Assorted pastries" } ]} textboxLayout="default" - gridVariant="three-columns-all-equal-width" + gridVariant="three-columns-all-equal" animationType="slide-up" useInvertedBackground={false} buttons={[ @@ -139,7 +139,7 @@ export default function LandingPage() { id: "3", value: "100%", title: "Quality", description: "Fresh baked daily with premium ingredients", icon: CheckCircle } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false}