diff --git a/src/app/page.tsx b/src/app/page.tsx index 64a8fd7..ac881e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,14 +46,14 @@ export default function LandingPage() { title="Your Hometown Spot for Comfort Food & Smiles" description="Delicious breakfast and lunch served fresh daily with friendly, fast service." testimonials={[ - { name: "Sarah J.", handle: "@riverfalls", testimonial: "Delicious food and friendly staff… feels like home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/table-with-pie-thanksgiving-day_23-2148632532.jpg" }, - { name: "Mark D.", handle: "@local", testimonial: "Huge portions and great value!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg" }, - { name: "Linda M.", handle: "@breakfast", testimonial: "Fast service even when busy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-conversation-with-her-boyfriend-breakfast-dining-table_637285-12581.jpg" }, - { name: "James R.", handle: "@regular", testimonial: "Perfect breakfast spot in town.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-talking-thanksgiving-meal-dining-room_637285-12989.jpg" }, - { name: "Emily P.", handle: "@visitor", testimonial: "The pancakes are life-changing!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-restaurant_23-2148172652.jpg" }, + { name: "Sarah J.", handle: "@riverfalls", testimonial: "Delicious food and friendly staff… feels like home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/table-with-pie-thanksgiving-day_23-2148632532.jpg?_wi=1" }, + { name: "Mark D.", handle: "@local", testimonial: "Huge portions and great value!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg?_wi=1" }, + { name: "Linda M.", handle: "@breakfast", testimonial: "Fast service even when busy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-conversation-with-her-boyfriend-breakfast-dining-table_637285-12581.jpg?_wi=1" }, + { name: "James R.", handle: "@regular", testimonial: "Perfect breakfast spot in town.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-talking-thanksgiving-meal-dining-room_637285-12989.jpg?_wi=1" }, + { name: "Emily P.", handle: "@visitor", testimonial: "The pancakes are life-changing!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-restaurant_23-2148172652.jpg?_wi=1" }, ]} buttons={[{ text: "View Menu", href: "/services" }, { text: "Visit Us Today", href: "/contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/table-with-pie-thanksgiving-day_23-2148632532.jpg" + imageSrc="http://img.b2bpic.net/free-photo/table-with-pie-thanksgiving-day_23-2148632532.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -98,10 +98,10 @@ export default function LandingPage() { useInvertedBackground={true} animationType="slide-up" testimonials={[ - { id: "1", name: "Sarah", handle: "@riverfalls", testimonial: "Feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg" }, - { id: "2", name: "Mark", handle: "@local", testimonial: "Great value!", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-conversation-with-her-boyfriend-breakfast-dining-table_637285-12581.jpg" }, - { id: "3", name: "Linda", handle: "@breakfast", testimonial: "Fast and friendly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-talking-thanksgiving-meal-dining-room_637285-12989.jpg" }, - { id: "4", name: "James", handle: "@regular", testimonial: "Always consistent.", imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-restaurant_23-2148172652.jpg" }, + { id: "1", name: "Sarah", handle: "@riverfalls", testimonial: "Feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg?_wi=2" }, + { id: "2", name: "Mark", handle: "@local", testimonial: "Great value!", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-conversation-with-her-boyfriend-breakfast-dining-table_637285-12581.jpg?_wi=2" }, + { id: "3", name: "Linda", handle: "@breakfast", testimonial: "Fast and friendly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-talking-thanksgiving-meal-dining-room_637285-12989.jpg?_wi=2" }, + { id: "4", name: "James", handle: "@regular", testimonial: "Always consistent.", imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-restaurant_23-2148172652.jpg?_wi=2" }, { id: "5", name: "Emily", handle: "@visitor", testimonial: "Worth the wait!", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg" }, ]} title="Loved By Our Community"