Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 334b4e85b9 | |||
| 3a11cb9ac3 | |||
| 63f2a160f3 | |||
| 767a2ad261 | |||
| 3b884f7d94 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Omar Farooq", handle: "@omar", testimonial: "The BBQ grilled chicken is my absolute favorite order.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312225.jpg" },
|
{ name: "Omar Farooq", handle: "@omar", testimonial: "The BBQ grilled chicken is my absolute favorite order.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312225.jpg" },
|
||||||
{ name: "Zainab Noor", handle: "@zainab", testimonial: "Always fresh, warm, and delivered right on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/details-home-autumn-decor-rustic-style-interior-room-top-view_169016-14203.jpg" },
|
{ name: "Zainab Noor", handle: "@zainab", testimonial: "Always fresh, warm, and delivered right on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/details-home-autumn-decor-rustic-style-interior-room-top-view_169016-14203.jpg" },
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "View Menu", href: "/menu" }]}
|
buttons={[{ text: "View Menu", href: "/menu" }, { text: "WhatsApp Support", href: "https://wa.me/923185436728" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=1"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -133,4 +133,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user