1 Commits

Author SHA1 Message Date
e40ed33628 Update src/app/page.tsx 2026-05-08 15:03:50 +00:00

View File

@@ -30,29 +30,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Deals", name: "Deals", id: "offers"},
id: "offers",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="FastFoodie" brandName="FastFoodie"
/> />
@@ -64,35 +52,21 @@ export default function LandingPage() {
description="Hot Burgers. Crispy Fries. Fast Delivery." description="Hot Burgers. Crispy Fries. Fast Delivery."
buttons={[ buttons={[
{ {
text: "Order Now", text: "Order Now", href: "#menu"},
href: "#menu",
},
{ {
text: "View Menu", text: "View Menu", href: "#menu"},
href: "#menu",
},
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-with-tomato-lettuce-leaf-chicken-patty-burger-buns_140725-10899.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-with-tomato-lettuce-leaf-chicken-patty-burger-buns_140725-10899.jpg", imageAlt: "delicious burger studio light"},
imageAlt: "delicious burger studio light",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-sandwich-french-fries-table_181624-61641.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-sandwich-french-fries-table_181624-61641.jpg", imageAlt: "Closeup shot of a sandwich and french fries on the table"},
imageAlt: "Closeup shot of a sandwich and french fries on the table",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-burger-her-hands_140725-3848.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-burger-her-hands_140725-3848.jpg", imageAlt: "Woman holding burger in her hands"},
imageAlt: "Woman holding burger in her hands",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg", imageAlt: "A front view burger tasty with vegetables and meat inside round plate"},
imageAlt: "A front view burger tasty with vegetables and meat inside round plate",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-homemade-delicious-sandwich-plate-stained-white-surface_179666-34079.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-homemade-delicious-sandwich-plate-stained-white-surface_179666-34079.jpg", imageAlt: "Side view of homemade delicious sandwich on a plate on stained white surface"},
imageAlt: "Side view of homemade delicious sandwich on a plate on stained white surface",
},
]} ]}
/> />
</div> </div>
@@ -105,41 +79,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", name: "Classic Burger (Best Seller)", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burger-meat-grill_23-2148868237.jpg"},
name: "Classic Burger",
price: "$8.99",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burger-meat-grill_23-2148868237.jpg",
},
{ {
id: "2", id: "2", name: "Golden Fries (Fan Favorite)", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pink-plate-full-crisps-with-cup-milk-grey_140725-20778.jpg"},
name: "Golden Fries",
price: "$3.99",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pink-plate-full-crisps-with-cup-milk-grey_140725-20778.jpg",
},
{ {
id: "3", id: "3", name: "Fried Chicken", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/boneless-mexican-chicken-dish_52683-103089.jpg"},
name: "Fried Chicken",
price: "$7.99",
imageSrc: "http://img.b2bpic.net/free-photo/boneless-mexican-chicken-dish_52683-103089.jpg",
},
{ {
id: "4", id: "4", name: "Cola Soda", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148176729.jpg"},
name: "Cola Soda",
price: "$2.49",
imageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148176729.jpg",
},
{ {
id: "5", id: "5", name: "Sundae Dream (Fan Favorite)", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-sundae-ice-cream_1339-5758.jpg"},
name: "Sundae Dream",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-sundae-ice-cream_1339-5758.jpg",
},
{ {
id: "6", id: "6", name: "Happy Box (Best Seller)", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-boy-red-t-shirt-colorful-cap-khaki-trousers-holding-box-yellow-background_179666-1322.jpg"},
name: "Happy Box",
price: "$6.99",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-boy-red-t-shirt-colorful-cap-khaki-trousers-holding-box-yellow-background_179666-1322.jpg",
},
]} ]}
title="Our Menu" title="Our Menu"
description="Premium ingredients, fresh taste." description="Premium ingredients, fresh taste."
@@ -153,47 +103,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "bogo", id: "bogo", name: "Buy 1 Get 1", price: "Best Value", buttons: [
name: "Buy 1 Get 1",
price: "Best Value",
buttons: [
{ {
text: "Claim Deal", text: "Claim Deal"},
},
], ],
features: [ features: [
"Any burger", "Any burger", "Any fries"],
"Any fries",
],
}, },
{ {
id: "combo", id: "combo", name: "Weekend Combo", price: "15% OFF", buttons: [
name: "Weekend Combo",
price: "15% OFF",
buttons: [
{ {
text: "Claim Deal", text: "Claim Deal"},
},
], ],
features: [ features: [
"Main meal", "Main meal", "Drink", "Dessert"],
"Drink",
"Dessert",
],
}, },
{ {
id: "lunch", id: "lunch", name: "Lunch Special", price: "$5.99", buttons: [
name: "Lunch Special",
price: "$5.99",
buttons: [
{ {
text: "Claim Deal", text: "Claim Deal"},
},
], ],
features: [ features: [
"Burger", "Burger", "Drink"],
"Drink",
],
}, },
]} ]}
title="Special Offers" title="Special Offers"
@@ -207,8 +138,7 @@ export default function LandingPage() {
title="Quality Food Promise" title="Quality Food Promise"
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More"},
},
]} ]}
/> />
</div> </div>
@@ -218,30 +148,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg"},
name: "John Doe",
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
},
{ {
id: "2", id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/close-up-people-spending-time-together_23-2149152906.jpg"},
name: "Jane Smith",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
},
{ {
id: "3", id: "3", name: "Bob Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg"},
name: "Bob Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg",
},
{ {
id: "4", id: "4", name: "Alice Brown", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954845.jpg"},
name: "Alice Brown",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954845.jpg",
},
{ {
id: "5", id: "5", name: "Charlie Davis", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-fast-food-restaurant-eating-burgers_23-2148718870.jpg"},
name: "Charlie Davis",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-fast-food-restaurant-eating-burgers_23-2148718870.jpg",
},
]} ]}
cardTitle="Customer Reviews" cardTitle="Customer Reviews"
cardTag="What people say" cardTag="What people say"
@@ -256,16 +171,10 @@ export default function LandingPage() {
description="123 Food Street, Tasty City" description="123 Food Street, Tasty City"
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/car-wash-station-morning-france_268835-3545.jpg" imageSrc="http://img.b2bpic.net/free-photo/car-wash-station-morning-france_268835-3545.jpg"
@@ -277,29 +186,19 @@ export default function LandingPage() {
logoText="FastFoodie" logoText="FastFoodie"
columns={[ columns={[
{ {
title: "Links", title: "Links", items: [
items: [
{ {
label: "Menu", label: "Menu", href: "#menu"},
href: "#menu",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
], ],
}, },
{ {
title: "Social", title: "Social", items: [
items: [
{ {
label: "Facebook", label: "Facebook", href: "#"},
href: "#",
},
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -308,4 +207,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }