Merge version_1 into main #1
@@ -27,29 +27,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Order Online",
|
||||
id: "/order",
|
||||
},
|
||||
name: "Order Online", id: "/order"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "/reservations",
|
||||
},
|
||||
name: "Reservations", id: "/reservations"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=psz2y5"
|
||||
logoAlt="The American Diner Logo"
|
||||
@@ -64,101 +52,36 @@ export default function LandingPage() {
|
||||
layout="page"
|
||||
products={[
|
||||
{
|
||||
id: "app-1",
|
||||
category: "Appetizers",
|
||||
name: "Crispy Onion Rings",
|
||||
price: "$9.00",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dolma-with-glass-juice-sour-cream-marble-wall_114579-30265.jpg",
|
||||
imageAlt: "Crispy Onion Rings",
|
||||
},
|
||||
id: "app-1", category: "Appetizers", name: "Crispy Onion Rings", price: "$9.00", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/dolma-with-glass-juice-sour-cream-marble-wall_114579-30265.jpg", imageAlt: "Crispy Onion Rings"},
|
||||
{
|
||||
id: "app-2",
|
||||
category: "Appetizers",
|
||||
name: "Loaded Potato Skins",
|
||||
price: "$12.00",
|
||||
rating: 5,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2885.jpg",
|
||||
imageAlt: "Loaded Potato Skins",
|
||||
},
|
||||
id: "app-2", category: "Appetizers", name: "Loaded Potato Skins", price: "$12.00", rating: 5,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2885.jpg", imageAlt: "Loaded Potato Skins"},
|
||||
{
|
||||
id: "main-1",
|
||||
category: "Main Courses",
|
||||
name: "Filet Mignon",
|
||||
price: "$38.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-with-melted-cheese_181624-846.jpg",
|
||||
imageAlt: "Filet Mignon",
|
||||
},
|
||||
id: "main-1", category: "Main Courses", name: "Filet Mignon", price: "$38.00", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-with-melted-cheese_181624-846.jpg", imageAlt: "Filet Mignon"},
|
||||
{
|
||||
id: "main-2",
|
||||
category: "Main Courses",
|
||||
name: "Roasted Herb Chicken",
|
||||
price: "$25.00",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-caesar-salad-with-rag-tomato-fork-plate_176474-3302.jpg",
|
||||
imageAlt: "Roasted Herb Chicken",
|
||||
},
|
||||
id: "main-2", category: "Main Courses", name: "Roasted Herb Chicken", price: "$25.00", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-caesar-salad-with-rag-tomato-fork-plate_176474-3302.jpg", imageAlt: "Roasted Herb Chicken"},
|
||||
{
|
||||
id: "burger-1",
|
||||
category: "Burgers",
|
||||
name: "Signature BBQ Burger",
|
||||
price: "$19.00",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-wooden-board-high-angle_23-2149897397.jpg",
|
||||
imageAlt: "Signature BBQ Burger",
|
||||
},
|
||||
id: "burger-1", category: "Burgers", name: "Signature BBQ Burger", price: "$19.00", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-wooden-board-high-angle_23-2149897397.jpg", imageAlt: "Signature BBQ Burger"},
|
||||
{
|
||||
id: "seafood-1",
|
||||
category: "Seafood",
|
||||
name: "Lobster Tail Dinner",
|
||||
price: "$45.00",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-mussels-salad-with-galetta-white-plate_114579-2359.jpg",
|
||||
imageAlt: "Lobster Tail Dinner",
|
||||
},
|
||||
id: "seafood-1", category: "Seafood", name: "Lobster Tail Dinner", price: "$45.00", rating: 5,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/seafood-mussels-salad-with-galetta-white-plate_114579-2359.jpg", imageAlt: "Lobster Tail Dinner"},
|
||||
{
|
||||
id: "dessert-1",
|
||||
category: "Desserts",
|
||||
name: "Warm Apple Crumble",
|
||||
price: "$10.00",
|
||||
rating: 5,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-apple-pie-thanksgiving-with-cutlery_23-2148638998.jpg",
|
||||
imageAlt: "Warm Apple Crumble",
|
||||
},
|
||||
id: "dessert-1", category: "Desserts", name: "Warm Apple Crumble", price: "$10.00", rating: 5,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-apple-pie-thanksgiving-with-cutlery_23-2148638998.jpg", imageAlt: "Warm Apple Crumble"},
|
||||
{
|
||||
id: "drink-1",
|
||||
category: "Drinks",
|
||||
name: "Craft Lager (Pint)",
|
||||
price: "$8.00",
|
||||
rating: 4,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-with-champagne-bottom_23-2148339647.jpg",
|
||||
imageAlt: "Craft Lager",
|
||||
},
|
||||
id: "drink-1", category: "Drinks", name: "Craft Lager (Pint)", price: "$8.00", rating: 4,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-with-champagne-bottom_23-2148339647.jpg", imageAlt: "Craft Lager"},
|
||||
]}
|
||||
searchPlaceholder="Search dishes..."
|
||||
filters={[
|
||||
{
|
||||
label: "Category",
|
||||
options: [
|
||||
"All",
|
||||
"Appetizers",
|
||||
"Main Courses",
|
||||
"Burgers",
|
||||
"Seafood",
|
||||
"Desserts",
|
||||
"Drinks",
|
||||
],
|
||||
selected: "All",
|
||||
onChange: "() => {}",
|
||||
label: "Category", options: [
|
||||
"All", "Appetizers", "Main Courses", "Burgers", "Seafood", "Desserts", "Drinks"],
|
||||
selected: "All", onChange: () => {},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -172,19 +95,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source the freshest local produce and highest quality meats for an unparalleled culinary experience.",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "We source the freshest local produce and highest quality meats for an unparalleled culinary experience."},
|
||||
{
|
||||
icon: CookingPot,
|
||||
title: "Expert Chefs",
|
||||
description: "Our culinary team, led by award-winning chefs, crafts each dish with precision and passion.",
|
||||
},
|
||||
title: "Expert Chefs", description: "Our culinary team, led by award-winning chefs, crafts each dish with precision and passion."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Cozy Ambiance",
|
||||
description: "Dine in our elegantly designed space, offering a warm and inviting atmosphere for all occasions.",
|
||||
},
|
||||
title: "Cozy Ambiance", description: "Dine in our elegantly designed space, offering a warm and inviting atmosphere for all occasions."},
|
||||
]}
|
||||
title="Taste the Difference"
|
||||
description="Every dish is prepared fresh daily with the finest local ingredients. Experience quality and flavor, whether you dine in or take away."
|
||||
@@ -196,62 +113,37 @@ export default function LandingPage() {
|
||||
logoText="The American Diner"
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "/reservations",
|
||||
},
|
||||
label: "Reservations", href: "/reservations"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu & Order",
|
||||
items: [
|
||||
title: "Menu & Order", items: [
|
||||
{
|
||||
label: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "View Menu", href: "/menu"},
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "/order",
|
||||
},
|
||||
label: "Order Online", href: "/order"},
|
||||
{
|
||||
label: "Special Offers",
|
||||
href: "/#special-offers",
|
||||
},
|
||||
label: "Special Offers", href: "/#special-offers"},
|
||||
{
|
||||
label: "Loyalty Program",
|
||||
href: "/#special-offers",
|
||||
},
|
||||
label: "Loyalty Program", href: "/#special-offers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -27,29 +27,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Order Online",
|
||||
id: "/order",
|
||||
},
|
||||
name: "Order Online", id: "/order"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "/reservations",
|
||||
},
|
||||
name: "Reservations", id: "/reservations"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=psz2y5"
|
||||
logoAlt="The American Diner Logo"
|
||||
@@ -64,79 +52,30 @@ export default function LandingPage() {
|
||||
layout="page"
|
||||
products={[
|
||||
{
|
||||
id: "order-1",
|
||||
category: "Popular",
|
||||
name: "Crispy Chicken Sandwich",
|
||||
price: "$17.00",
|
||||
rating: 5,
|
||||
reviewCount: "105",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-assortment_23-2149182251.jpg",
|
||||
imageAlt: "Crispy Chicken Sandwich",
|
||||
},
|
||||
id: "order-1", category: "Popular", name: "Crispy Chicken Sandwich", price: "$17.00", rating: 5,
|
||||
reviewCount: "105", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-assortment_23-2149182251.jpg", imageAlt: "Crispy Chicken Sandwich"},
|
||||
{
|
||||
id: "order-2",
|
||||
category: "Quick Bites",
|
||||
name: "Classic Club Sandwich",
|
||||
price: "$16.00",
|
||||
rating: 4,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-french-fries-board_141793-4868.jpg",
|
||||
imageAlt: "Classic Club Sandwich",
|
||||
},
|
||||
id: "order-2", category: "Quick Bites", name: "Classic Club Sandwich", price: "$16.00", rating: 4,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-french-fries-board_141793-4868.jpg", imageAlt: "Classic Club Sandwich"},
|
||||
{
|
||||
id: "order-3",
|
||||
category: "Popular",
|
||||
name: "Mini Slider Combo",
|
||||
price: "$22.00",
|
||||
rating: 5,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-food-top-view_23-2150347543.jpg",
|
||||
imageAlt: "Mini Slider Combo",
|
||||
},
|
||||
id: "order-3", category: "Popular", name: "Mini Slider Combo", price: "$22.00", rating: 5,
|
||||
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-food-top-view_23-2150347543.jpg", imageAlt: "Mini Slider Combo"},
|
||||
{
|
||||
id: "order-4",
|
||||
category: "Healthy Options",
|
||||
name: "Grilled Chicken Caesar",
|
||||
price: "$15.00",
|
||||
rating: 4,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-meat-salad_74190-6126.jpg",
|
||||
imageAlt: "Grilled Chicken Caesar",
|
||||
},
|
||||
id: "order-4", category: "Healthy Options", name: "Grilled Chicken Caesar", price: "$15.00", rating: 4,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-meat-salad_74190-6126.jpg", imageAlt: "Grilled Chicken Caesar"},
|
||||
{
|
||||
id: "order-5",
|
||||
category: "Quick Bites",
|
||||
name: "Fish and Chips",
|
||||
price: "$21.00",
|
||||
rating: 5,
|
||||
reviewCount: "91",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fine-roasted-chicken-fillet-with-herbs-french-fries-colorful-plate_114579-1794.jpg",
|
||||
imageAlt: "Fish and Chips",
|
||||
},
|
||||
id: "order-5", category: "Quick Bites", name: "Fish and Chips", price: "$21.00", rating: 5,
|
||||
reviewCount: "91", imageSrc: "http://img.b2bpic.net/free-photo/fine-roasted-chicken-fillet-with-herbs-french-fries-colorful-plate_114579-1794.jpg", imageAlt: "Fish and Chips"},
|
||||
{
|
||||
id: "order-6",
|
||||
category: "Popular",
|
||||
name: "Chili Cheese Hot Dog",
|
||||
price: "$14.00",
|
||||
rating: 4,
|
||||
reviewCount: "78",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-corn-dogs-with-pickles-plate-flat-lay_23-2149455075.jpg",
|
||||
imageAlt: "Chili Cheese Hot Dog",
|
||||
},
|
||||
id: "order-6", category: "Popular", name: "Chili Cheese Hot Dog", price: "$14.00", rating: 4,
|
||||
reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/tasty-corn-dogs-with-pickles-plate-flat-lay_23-2149455075.jpg", imageAlt: "Chili Cheese Hot Dog"},
|
||||
]}
|
||||
searchPlaceholder="Search for quick orders..."
|
||||
filters={[
|
||||
{
|
||||
label: "Category",
|
||||
options: [
|
||||
"All",
|
||||
"Popular",
|
||||
"Quick Bites",
|
||||
"Combos",
|
||||
"Healthy Options",
|
||||
],
|
||||
selected: "All",
|
||||
onChange: "() => {}",
|
||||
label: "Category", options: [
|
||||
"All", "Popular", "Quick Bites", "Combos", "Healthy Options"],
|
||||
selected: "All", onChange: () => {},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -150,19 +89,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Car,
|
||||
title: "Swift Delivery",
|
||||
description: "Get your delicious meal delivered hot and fresh directly to your doorstep with our reliable service.",
|
||||
},
|
||||
title: "Swift Delivery", description: "Get your delicious meal delivered hot and fresh directly to your doorstep with our reliable service."},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Flexible Pickup",
|
||||
description: "Order ahead and pick up at your convenience, minimizing wait times and maximizing your day.",
|
||||
},
|
||||
title: "Flexible Pickup", description: "Order ahead and pick up at your convenience, minimizing wait times and maximizing your day."},
|
||||
{
|
||||
icon: CreditCard,
|
||||
title: "Secure Payments",
|
||||
description: "We offer multiple secure payment options, including credit card, Apple Pay, Google Pay, and cash on delivery.",
|
||||
},
|
||||
title: "Secure Payments", description: "We offer multiple secure payment options, including credit card, Apple Pay, Google Pay, and cash on delivery."},
|
||||
]}
|
||||
title="Your Order, Your Way"
|
||||
description="Enjoy the convenience of seamless online ordering. Choose pickup or delivery, and we'll handle the rest."
|
||||
@@ -174,62 +107,37 @@ export default function LandingPage() {
|
||||
logoText="The American Diner"
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "/reservations",
|
||||
},
|
||||
label: "Reservations", href: "/reservations"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu & Order",
|
||||
items: [
|
||||
title: "Menu & Order", items: [
|
||||
{
|
||||
label: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "View Menu", href: "/menu"},
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "/order",
|
||||
},
|
||||
label: "Order Online", href: "/order"},
|
||||
{
|
||||
label: "Special Offers",
|
||||
href: "/#special-offers",
|
||||
},
|
||||
label: "Special Offers", href: "/#special-offers"},
|
||||
{
|
||||
label: "Loyalty Program",
|
||||
href: "/#special-offers",
|
||||
},
|
||||
label: "Loyalty Program", href: "/#special-offers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user