Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53f55ab6c5 | |||
| e30c00f689 | |||
| 52aefcb701 | |||
| f3d6fabbe8 | |||
| fe0e7b712b |
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user