diff --git a/src/app/page.tsx b/src/app/page.tsx index 1913e9b..112bbaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,9 +111,9 @@ export default function LandingPage() { tagIcon={Heart} features={[ { - id: "fresh", title: "Fresh Every Morning", description: "All donuts and pastries baked fresh daily starting at 5 AM. No day-old inventory.", tag: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/glass-showcase-pastry-shop-with-variety-fresh-cakes-pastries-popular-sweet-desserts-offered-sale_639032-1341.jpg"}, + id: "fresh", title: "Fresh Every Morning", description: "All donuts and pastries baked fresh daily starting at 5 AM. No day-old inventory.", tag: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/glass-showcase-pastry-shop-with-variety-fresh-cakes-pastries-popular-sweet-desserts-offered-sale_639032-1341.jpg?_wi=1"}, { - id: "variety", title: "Wide Variety", description: "From classic glazed to specialty filled donuts, coffee, and seasonal favorites. Something for everyone.", tag: "Selection", imageSrc: "http://img.b2bpic.net/free-photo/glass-showcase-pastry-shop-with-variety-fresh-cakes-pastries-popular-sweet-desserts-offered-sale_639032-1341.jpg"}, + id: "variety", title: "Wide Variety", description: "From classic glazed to specialty filled donuts, coffee, and seasonal favorites. Something for everyone.", tag: "Selection", imageSrc: "http://img.b2bpic.net/free-photo/glass-showcase-pastry-shop-with-variety-fresh-cakes-pastries-popular-sweet-desserts-offered-sale_639032-1341.jpg?_wi=2"}, { id: "service", title: "Fast Takeout Service", description: "Quick, friendly service perfect for busy mornings. Grab-and-go boxes available for convenience.", tag: "Speed", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-sweet-donuts-box-turquoise-surface_141793-18440.jpg"}, { @@ -134,7 +134,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Regular Customer", company: "Wylie Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", role: "Office Manager", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Michael Chen"}, @@ -143,7 +143,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emily Rodriguez"}, { id: "4", name: "David Kim", role: "Morning Commuter", company: "Regular Guest", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Kim"}, + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "David Kim"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -172,7 +172,7 @@ export default function LandingPage() {