Update src/app/page.tsx
This commit is contained in:
@@ -50,11 +50,11 @@ export default function LandingPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-eating-apple-recording-herself-video-cute-girl-with-fruit-posing-photo_1258-187177.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717837.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg", alt: "Happy customer at restaurant" },
|
||||
]}
|
||||
avatarText="Join 250+ satisfied food lovers"
|
||||
buttons={[{ text: "View Menu", href: "#features" }, { text: "Order Now", href: "https://wa.me/05336839828" }]}
|
||||
buttons={[{ text: "Browse Our Menu", href: "#features" }, { text: "Order Now", href: "https://wa.me/05336839828" }]}
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Fresh Ingredients", icon: Leaf },
|
||||
{ type: "text-icon", text: "Fast Delivery", icon: Truck },
|
||||
@@ -192,4 +192,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user