diff --git a/src/app/page.tsx b/src/app/page.tsx index 29e51b0..8fdefda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,14 +45,14 @@ export default function LandingPage() { title="MOCHA MADNESS" description="South Dakota’s Favorite Roadside Coffee Stop. Fast, friendly, and seriously good coffee." testimonials={[ - { name: "Sarah J.", handle: "@traveler", testimonial: "Best coffee in South Central South Dakota! Fast and friendly service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-with-sunlight_1421-270.jpg" }, - { name: "Mark D.", handle: "@local", testimonial: "Always quick and friendly. My latte was amazing every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg" }, - { name: "Emily D.", handle: "@daily", testimonial: "The best way to start a long road trip. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-woman-holding-coffee-cup_171337-13345.jpg" }, - { name: "David W.", handle: "@tourist", testimonial: "Friendly service and great coffee—what more could you ask for?", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-aprons-having-coffee-shop_23-2148366648.jpg" }, - { name: "Anna B.", handle: "@regular", testimonial: "The quality here is consistently excellent. My go-to stop.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-posing-with-coffee-cup_23-2148366705.jpg" } + { name: "Sarah J.", handle: "@traveler", testimonial: "Best coffee in South Central South Dakota! Fast and friendly service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-with-sunlight_1421-270.jpg?_wi=1" }, + { name: "Mark D.", handle: "@local", testimonial: "Always quick and friendly. My latte was amazing every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg?_wi=1" }, + { name: "Emily D.", handle: "@daily", testimonial: "The best way to start a long road trip. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-woman-holding-coffee-cup_171337-13345.jpg?_wi=1" }, + { name: "David W.", handle: "@tourist", testimonial: "Friendly service and great coffee—what more could you ask for?", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-aprons-having-coffee-shop_23-2148366648.jpg?_wi=1" }, + { name: "Anna B.", handle: "@regular", testimonial: "The quality here is consistently excellent. My go-to stop.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-posing-with-coffee-cup_23-2148366705.jpg?_wi=1" } ]} buttons={[{ text: "View Menu", href: "#products" }, { text: "Order Ahead", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/morning-coffee-with-sunlight_1421-270.jpg" + imageSrc="http://img.b2bpic.net/free-photo/morning-coffee-with-sunlight_1421-270.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -62,10 +62,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Top Notch", quote: "BEST COFFEE!", name: "Sarah Johnson", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg" }, - { id: "2", title: "Quick Stop", quote: "Super quick and friendly.", name: "Mark Miller", role: "Commuter", imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-woman-holding-coffee-cup_171337-13345.jpg" }, - { id: "3", title: "Great Vibe", quote: "Great conversation!", name: "Emily Davis", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-aprons-having-coffee-shop_23-2148366648.jpg" }, - { id: "4", title: "Fantastic", quote: "Highly recommend.", name: "David Wilson", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-posing-with-coffee-cup_23-2148366705.jpg" }, + { id: "1", title: "Top Notch", quote: "BEST COFFEE!", name: "Sarah Johnson", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg?_wi=2" }, + { id: "2", title: "Quick Stop", quote: "Super quick and friendly.", name: "Mark Miller", role: "Commuter", imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-woman-holding-coffee-cup_171337-13345.jpg?_wi=2" }, + { id: "3", title: "Great Vibe", quote: "Great conversation!", name: "Emily Davis", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-aprons-having-coffee-shop_23-2148366648.jpg?_wi=2" }, + { id: "4", title: "Fantastic", quote: "Highly recommend.", name: "David Wilson", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-posing-with-coffee-cup_23-2148366705.jpg?_wi=2" }, { id: "5", title: "Quality", quote: "My go-to spot.", name: "Anna Brown", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944029.jpg" } ]} title="Customer Love"