diff --git a/src/app/page.tsx b/src/app/page.tsx index 25c25f1..2e2ab50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,8 @@ export default function LandingPage() { { name: "Sarah D.", handle: "@foodie", testimonial: "Definitely one of the best spots around. High-quality meat.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }, { name: "David M.", handle: "@local", testimonial: "The staff are so friendly and attentive. Love the vibe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg" }, ]} - buttons={[{ text: "View Menu", href: "#menu" }, { text: "Order Now", href: "#contact" }]} + buttons={[{ text: "View Menu", href: "#menu" }, { text: "Order Now", href: "#contact" }] + } imageSrc="http://img.b2bpic.net/free-photo/side-view-beef-doner-wrapped-lavash-served-with-dresh-tomatoes-cucumbers-wooden-board_140725-12250.jpg" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-10631.jpg", alt: "Customer 1" }, @@ -210,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file