diff --git a/src/app/page.tsx b/src/app/page.tsx index 7356bf5..970c72c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,14 +47,14 @@ export default function LandingPage() { title="Fresh Doughnuts & Pastries in McPherson" description="Made fresh daily with quality ingredients, smooth glazes, and that perfect soft texture you love." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-baked-hotcakes-with-glass-milk_140725-104924.jpg", imageAlt: "Fresh Donut" }, - { imageSrc: "http://img.b2bpic.net/free-photo/set-bakery-pastries-wooden-table_123827-31236.jpg", imageAlt: "Yeast Donut" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-white-meringue-nests-tray_1262-20047.jpg", imageAlt: "Glazed Donut" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-baked-hotcakes-with-glass-milk_140725-104924.jpg?_wi=1", imageAlt: "Fresh Donut" }, + { imageSrc: "http://img.b2bpic.net/free-photo/set-bakery-pastries-wooden-table_123827-31236.jpg?_wi=1", imageAlt: "Yeast Donut" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-white-meringue-nests-tray_1262-20047.jpg?_wi=1", imageAlt: "Glazed Donut" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694492.jpg", imageAlt: "Donut Shop" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-woman-looking-away-with-coffee_197531-33702.jpg", imageAlt: "Interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-donut-cup-tea_169016-26358.jpg", imageAlt: "Sweet" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694492.jpg?_wi=1", imageAlt: "Donut Shop" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-woman-looking-away-with-coffee_197531-33702.jpg?_wi=1", imageAlt: "Interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-donut-cup-tea_169016-26358.jpg?_wi=1", imageAlt: "Sweet" }, ]} buttons={[{ text: "Visit Today", href: "#contact" }]} /> @@ -95,9 +95,9 @@ export default function LandingPage() { useInvertedBackground={false} animationType="none" testimonials={[ - { id: "1", name: "Sarah J.", role: "Local Resident", company: "McPherson", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg" }, - { id: "2", name: "Michael C.", role: "Food Blogger", company: "Visitor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg" }, - { id: "3", name: "Emily R.", role: "Daily Regular", company: "McPherson", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg" }, + { id: "1", name: "Sarah J.", role: "Local Resident", company: "McPherson", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg?_wi=1" }, + { id: "2", name: "Michael C.", role: "Food Blogger", company: "Visitor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg?_wi=1" }, + { id: "3", name: "Emily R.", role: "Daily Regular", company: "McPherson", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg?_wi=1" }, ]} title="What Locals Say" description="Don't just take our word for it." @@ -135,8 +135,8 @@ export default function LandingPage() {