diff --git a/src/app/page.tsx b/src/app/page.tsx index 548a725..c38b0e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,16 +47,16 @@ export default function LandingPage() { description="Welcome to our artisan bakery in Raj Nagar Extension, Ghaziabad. We craft beautiful, delicious cakes and desserts using premium fresh ingredients. From custom birthday cakes to daily pastries and cookies, we bring sweetness to every occasion." background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop", imageAlt: "Fresh decorated birthday cake" }, - { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop", imageAlt: "Delicious chocolate dessert" }, - { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop", imageAlt: "Artisan pastries display" }, - { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop", imageAlt: "Fresh bakery items" } + { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop&_wi=1", imageAlt: "Fresh decorated birthday cake" }, + { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop&_wi=2", imageAlt: "Delicious chocolate dessert" }, + { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop&_wi=3", imageAlt: "Artisan pastries display" }, + { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop&_wi=4", imageAlt: "Fresh bakery items" } ]} rightCarouselItems={[ - { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop", imageAlt: "Custom designer cake" }, - { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop", imageAlt: "Mouth-watering pastries" }, - { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop", imageAlt: "Fresh cookies collection" }, - { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop", imageAlt: "Premium dessert showcase" } + { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop&_wi=5", imageAlt: "Custom designer cake" }, + { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop&_wi=6", imageAlt: "Mouth-watering pastries" }, + { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop&_wi=7", imageAlt: "Fresh cookies collection" }, + { imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop&_wi=8", imageAlt: "Premium dessert showcase" } ]} buttons={[ { text: "Order Now", href: "contact" }, @@ -112,10 +112,10 @@ export default function LandingPage() { tagIcon={Cake} tagAnimation="slide-up" products={[ - { id: "cake-1", name: "Birthday Cakes", price: "Custom Orders", variant: "Made to Order", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop", imageAlt: "Beautiful birthday cakes" }, - { id: "cake-2", name: "Chocolate Delights", price: "Premium Quality", variant: "Fresh Daily", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop", imageAlt: "Chocolate desserts" }, - { id: "cake-3", name: "Fresh Pastries", price: "Morning Fresh", variant: "Artisan Made", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop", imageAlt: "Fresh pastries" }, - { id: "cake-4", name: "Custom Designs", price: "Personalized", variant: "Professional", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop", imageAlt: "Custom decorated cake" } + { id: "cake-1", name: "Birthday Cakes", price: "Custom Orders", variant: "Made to Order", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=1", imageAlt: "Beautiful birthday cakes" }, + { id: "cake-2", name: "Chocolate Delights", price: "Premium Quality", variant: "Fresh Daily", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=2", imageAlt: "Chocolate desserts" }, + { id: "cake-3", name: "Fresh Pastries", price: "Morning Fresh", variant: "Artisan Made", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=3", imageAlt: "Fresh pastries" }, + { id: "cake-4", name: "Custom Designs", price: "Personalized", variant: "Professional", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=4", imageAlt: "Custom decorated cake" } ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -127,10 +127,10 @@ export default function LandingPage() {