diff --git a/src/app/page.tsx b/src/app/page.tsx index dc54372..821bd8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagIcon={Cake} tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - imageSrc="https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=800&q=80" + imageSrc="https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=800&q=80&_wi=1" imageAlt="Delicious cakes and pastries from Icing n Bakes" buttons={[ { text: "Order Now", href: "contact" }, @@ -103,19 +103,19 @@ export default function LandingPage() { features={[ { id: "1", title: "Cakes", tags: ["Custom", "Fresh"], - imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=800&q=80", imageAlt: "Delicious custom cakes" + imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=800&q=80&_wi=2", imageAlt: "Delicious custom cakes" }, { id: "2", title: "Pastries", tags: ["Artisan", "Flaky"], - imageSrc: "https://images.unsplash.com/photo-1565299585323-38d6b0865b47?w=800&q=80", imageAlt: "Fresh pastries" + imageSrc: "https://images.unsplash.com/photo-1565299585323-38d6b0865b47?w=800&q=80&_wi=1", imageAlt: "Fresh pastries" }, { id: "3", title: "Cookies", tags: ["Homemade", "Crispy"], - imageSrc: "https://images.unsplash.com/photo-1499636136210-6f4ee915583e?w=800&q=80", imageAlt: "Assorted cookies" + imageSrc: "https://images.unsplash.com/photo-1499636136210-6f4ee915583e?w=800&q=80&_wi=1", imageAlt: "Assorted cookies" }, { id: "4", title: "Cupcakes", tags: ["Colorful", "Sweet"], - imageSrc: "https://images.unsplash.com/photo-1587080195348-c5dba1a9ae8d?w=800&q=80", imageAlt: "Decorated cupcakes" + imageSrc: "https://images.unsplash.com/photo-1587080195348-c5dba1a9ae8d?w=800&q=80&_wi=1", imageAlt: "Decorated cupcakes" } ]} animationType="slide-up" @@ -134,19 +134,19 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Birthday Cake", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=800&q=80", imageAlt: "Beautiful birthday cake" + id: "1", name: "Birthday Cake", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=800&q=80&_wi=3", imageAlt: "Beautiful birthday cake" }, { id: "2", name: "Wedding Tiers", price: "Premium", imageSrc: "https://images.unsplash.com/photo-1558636508-e0db3814a69e?w=800&q=80", imageAlt: "Elegant wedding cake" }, { - id: "3", name: "Pastry Box", price: "Assorted", imageSrc: "https://images.unsplash.com/photo-1565299585323-38d6b0865b47?w=800&q=80", imageAlt: "Assorted pastries" + id: "3", name: "Pastry Box", price: "Assorted", imageSrc: "https://images.unsplash.com/photo-1565299585323-38d6b0865b47?w=800&q=80&_wi=2", imageAlt: "Assorted pastries" }, { - id: "4", name: "Cupcake Tower", price: "Special", imageSrc: "https://images.unsplash.com/photo-1587080195348-c5dba1a9ae8d?w=800&q=80", imageAlt: "Cupcake tower" + id: "4", name: "Cupcake Tower", price: "Special", imageSrc: "https://images.unsplash.com/photo-1587080195348-c5dba1a9ae8d?w=800&q=80&_wi=2", imageAlt: "Cupcake tower" }, { - id: "5", name: "Cookie Platter", price: "Deluxe", imageSrc: "https://images.unsplash.com/photo-1499636136210-6f4ee915583e?w=800&q=80", imageAlt: "Cookie platter" + id: "5", name: "Cookie Platter", price: "Deluxe", imageSrc: "https://images.unsplash.com/photo-1499636136210-6f4ee915583e?w=800&q=80&_wi=2", imageAlt: "Cookie platter" }, { id: "6", name: "Donut Display", price: "Variety", imageSrc: "https://images.unsplash.com/photo-1585080195348-c5dba1a9ae8d?w=800&q=80", imageAlt: "Colorful donuts"