Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-26 08:00:13 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}