diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d0607f..52d6d8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,15 +115,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Premium Ingredients", description: "We source only the finest butter, chocolate, and fresh fruits from trusted local suppliers to ensure uncompromising quality in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg" + title: "Premium Ingredients", description: "We source only the finest butter, chocolate, and fresh fruits from trusted local suppliers to ensure uncompromising quality in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=1" }, { id: 2, - title: "Artisan Craftsmanship", description: "Our experienced pastry chefs handcraft each item using traditional French techniques refined over decades of expertise.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg" + title: "Artisan Craftsmanship", description: "Our experienced pastry chefs handcraft each item using traditional French techniques refined over decades of expertise.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=2" }, { id: 3, - title: "Fresh Daily", description: "Baked fresh every morning before dawn, our pastries are available throughout the day while supplies last, guaranteeing peak freshness.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg" + title: "Fresh Daily", description: "Baked fresh every morning before dawn, our pastries are available throughout the day while supplies last, guaranteeing peak freshness.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=3" } ]} /> @@ -141,22 +141,22 @@ export default function LandingPage() { animationType="blur-reveal" testimonials={[ { - id: "1", name: "Sarah Anderson", handle: "@SarahLovesPastry", testimonial: "The croissants here are absolutely divine! Crispy on the outside, buttery on the inside. I'm hooked!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Anderson" + id: "1", name: "Sarah Anderson", handle: "@SarahLovesPastry", testimonial: "The croissants here are absolutely divine! Crispy on the outside, buttery on the inside. I'm hooked!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Anderson" }, { - id: "2", name: "Marcus Chen", handle: "@ChefMarcus", testimonial: "As a professional chef, I can appreciate the quality. These pastries rival those I've had in Paris. Exceptional!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marcus Chen" + id: "2", name: "Marcus Chen", handle: "@ChefMarcus", testimonial: "As a professional chef, I can appreciate the quality. These pastries rival those I've had in Paris. Exceptional!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Marcus Chen" }, { id: "3", name: "Emma Wilson", handle: "@EmmaBreakfast", testimonial: "Every morning before work, I stop by for my coffee and a pastry. It's become my favorite ritual!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Wilson" }, { - id: "4", name: "James Rodriguez", handle: "@JamesRod", testimonial: "The chocolate eclairs are perfection. The ganache is silky smooth and the pastry melts in your mouth.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Rodriguez" + id: "4", name: "James Rodriguez", handle: "@JamesRod", testimonial: "The chocolate eclairs are perfection. The ganache is silky smooth and the pastry melts in your mouth.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "James Rodriguez" }, { - id: "5", name: "Lisa Thompson", handle: "@LisaBakes", testimonial: "I've tried pastry shops across the city, but Pastry Haven consistently delivers the best. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Lisa Thompson" + id: "5", name: "Lisa Thompson", handle: "@LisaBakes", testimonial: "I've tried pastry shops across the city, but Pastry Haven consistently delivers the best. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Lisa Thompson" }, { - id: "6", name: "David Kim", handle: "@DavidKimPro", testimonial: "Their dedication to quality is evident in every product. This is artisanal baking at its finest!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Kim" + id: "6", name: "David Kim", handle: "@DavidKimPro", testimonial: "Their dedication to quality is evident in every product. This is artisanal baking at its finest!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "David Kim" } ]} speed={40} @@ -183,7 +183,7 @@ export default function LandingPage() {