Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e40ed33628 |
187
src/app/page.tsx
187
src/app/page.tsx
@@ -30,29 +30,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Deals",
|
||||
id: "offers",
|
||||
},
|
||||
name: "Deals", id: "offers"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="FastFoodie"
|
||||
/>
|
||||
@@ -64,35 +52,21 @@ export default function LandingPage() {
|
||||
description="Hot Burgers. Crispy Fries. Fast Delivery."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-burger-her-hands_140725-3848.jpg",
|
||||
imageAlt: "Woman holding burger in her hands",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-burger-her-hands_140725-3848.jpg", 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",
|
||||
imageAlt: "A front view burger tasty with vegetables and meat inside round plate",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,41 +79,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Burger",
|
||||
price: "$8.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burger-meat-grill_23-2148868237.jpg",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "2",
|
||||
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: "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"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fried Chicken",
|
||||
price: "$7.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boneless-mexican-chicken-dish_52683-103089.jpg",
|
||||
},
|
||||
id: "3", name: "Fried Chicken", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/boneless-mexican-chicken-dish_52683-103089.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cola Soda",
|
||||
price: "$2.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148176729.jpg",
|
||||
},
|
||||
id: "4", name: "Cola Soda", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148176729.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sundae Dream",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-sundae-ice-cream_1339-5758.jpg",
|
||||
},
|
||||
id: "5", name: "Sundae Dream (Fan Favorite)", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-sundae-ice-cream_1339-5758.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Premium ingredients, fresh taste."
|
||||
@@ -153,47 +103,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "bogo",
|
||||
name: "Buy 1 Get 1",
|
||||
price: "Best Value",
|
||||
buttons: [
|
||||
id: "bogo", name: "Buy 1 Get 1", price: "Best Value", buttons: [
|
||||
{
|
||||
text: "Claim Deal",
|
||||
},
|
||||
text: "Claim Deal"},
|
||||
],
|
||||
features: [
|
||||
"Any burger",
|
||||
"Any fries",
|
||||
],
|
||||
"Any burger", "Any fries"],
|
||||
},
|
||||
{
|
||||
id: "combo",
|
||||
name: "Weekend Combo",
|
||||
price: "15% OFF",
|
||||
buttons: [
|
||||
id: "combo", name: "Weekend Combo", price: "15% OFF", buttons: [
|
||||
{
|
||||
text: "Claim Deal",
|
||||
},
|
||||
text: "Claim Deal"},
|
||||
],
|
||||
features: [
|
||||
"Main meal",
|
||||
"Drink",
|
||||
"Dessert",
|
||||
],
|
||||
"Main meal", "Drink", "Dessert"],
|
||||
},
|
||||
{
|
||||
id: "lunch",
|
||||
name: "Lunch Special",
|
||||
price: "$5.99",
|
||||
buttons: [
|
||||
id: "lunch", name: "Lunch Special", price: "$5.99", buttons: [
|
||||
{
|
||||
text: "Claim Deal",
|
||||
},
|
||||
text: "Claim Deal"},
|
||||
],
|
||||
features: [
|
||||
"Burger",
|
||||
"Drink",
|
||||
],
|
||||
"Burger", "Drink"],
|
||||
},
|
||||
]}
|
||||
title="Special Offers"
|
||||
@@ -207,8 +138,7 @@ export default function LandingPage() {
|
||||
title="Quality Food Promise"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -218,30 +148,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
},
|
||||
id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
|
||||
},
|
||||
id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/close-up-people-spending-time-together_23-2149152906.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bob Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg",
|
||||
},
|
||||
id: "3", name: "Bob Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alice Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954845.jpg",
|
||||
},
|
||||
id: "4", name: "Alice Brown", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954845.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Charlie Davis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-fast-food-restaurant-eating-burgers_23-2148718870.jpg",
|
||||
},
|
||||
id: "5", name: "Charlie Davis", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-fast-food-restaurant-eating-burgers_23-2148718870.jpg"},
|
||||
]}
|
||||
cardTitle="Customer Reviews"
|
||||
cardTag="What people say"
|
||||
@@ -256,16 +171,10 @@ export default function LandingPage() {
|
||||
description="123 Food Street, Tasty City"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
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"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -308,4 +207,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user