Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 326d0724d4 | |||
| 262836c279 | |||
| cbe05997d8 | |||
| b9d8539b93 | |||
| 9cef7f409e | |||
| fc10f3daac | |||
| 71a8e825f9 | |||
| 746cbd9bb8 | |||
| 0f735de0ed |
@@ -2,12 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
@@ -22,206 +21,93 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Rewards",
|
||||
id: "/rewards",
|
||||
},
|
||||
{
|
||||
name: "Locations",
|
||||
id: "/locations",
|
||||
},
|
||||
{
|
||||
name: "App",
|
||||
id: "/app",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/retro-logo-collection-different-restaurants_23-2148386010.jpg"
|
||||
logoAlt="Restaurant logo"
|
||||
brandName="Delicious Bites"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Rewards", id: "/rewards" },
|
||||
{ name: "Reviews", id: "/#testimonials" },
|
||||
{ name: "Locations", id: "/locations" },
|
||||
{ name: "App", id: "/app" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/retro-logo-collection-different-restaurants_23-2148386010.jpg"
|
||||
logoAlt="Restaurant logo"
|
||||
brandName="Delicious Bites"
|
||||
button={{ text: "Order Now", href: "/menu" }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="general-contact" data-section="general-contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
text="Get In Touch With Us"
|
||||
buttons={[
|
||||
{
|
||||
text: "Send a Message",
|
||||
href: "mailto:info@deliciousbites.com",
|
||||
},
|
||||
{
|
||||
text: "Call Us: (123) 456-7890",
|
||||
href: "tel:1234567890",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact-form" data-section="contact-form">
|
||||
<ContactSplitForm
|
||||
title="Get in Touch"
|
||||
description="Have questions, feedback, or need assistance? Reach out to us through the form below."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
|
||||
buttonText="Send Message"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-restaurant-table-with-delicious-foods_23-2149690623.jpg"
|
||||
imageAlt="Restaurant table with delicious foods"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="support-faq" data-section="support-faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq_ordering",
|
||||
title: "How do I place an online order?",
|
||||
content: "You can place an order directly through our website by visiting the Menu page, or by downloading our mobile app for a faster experience.",
|
||||
},
|
||||
{
|
||||
id: "faq_delivery",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we partner with major delivery services. You can select delivery as an option when placing your order online or through our app.",
|
||||
},
|
||||
{
|
||||
id: "faq_allergens",
|
||||
title: "Where can I find allergen information?",
|
||||
content: "Detailed allergen and nutritional information for all our menu items is available on each product page and also in our mobile app.",
|
||||
},
|
||||
{
|
||||
id: "faq_payment",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, debit cards, and popular mobile payment options through our app and website.",
|
||||
},
|
||||
{
|
||||
id: "faq_catering",
|
||||
title: "Do you offer catering services?",
|
||||
content: "Currently, we do not offer formal catering services, but you can place large orders for pickup or delivery through our online system.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our food, services, and online ordering."
|
||||
tag="Customer Support"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoSrc="http://img.b2bpic.net/free-vector/retro-logo-collection-different-restaurants_23-2148386010.jpg"
|
||||
logoAlt="Restaurant logo"
|
||||
logoText="Delicious Bites"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Burgers",
|
||||
href: "/menu#burgers",
|
||||
},
|
||||
{
|
||||
label: "Chicken",
|
||||
href: "/menu#chicken",
|
||||
},
|
||||
{
|
||||
label: "Fries & Sides",
|
||||
href: "/menu#sides",
|
||||
},
|
||||
{
|
||||
label: "Breakfast",
|
||||
href: "/menu#breakfast",
|
||||
},
|
||||
{
|
||||
label: "Desserts",
|
||||
href: "/menu#desserts",
|
||||
},
|
||||
{
|
||||
label: "Drinks",
|
||||
href: "/menu#drinks",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "/locations",
|
||||
},
|
||||
{
|
||||
label: "Franchise",
|
||||
href: "/locations#franchise",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faqs",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Rewards",
|
||||
href: "/rewards",
|
||||
},
|
||||
{
|
||||
label: "Mobile App",
|
||||
href: "/app",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Delicious Bites. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoSrc="http://img.b2bpic.net/free-vector/retro-logo-collection-different-restaurants_23-2148386010.jpg"
|
||||
logoAlt="Restaurant logo"
|
||||
logoText="Delicious Bites"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Reviews", href: "/#testimonials" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu", items: [
|
||||
{ label: "Burgers", href: "/menu#burgers" },
|
||||
{ label: "Chicken", href: "/menu#chicken" },
|
||||
{ label: "Fries & Sides", href: "/menu#sides" },
|
||||
{ label: "Breakfast", href: "/menu#breakfast" },
|
||||
{ label: "Desserts", href: "/menu#desserts" },
|
||||
{ label: "Drinks", href: "/menu#drinks" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
{ label: "Locations", href: "/locations" },
|
||||
{ label: "Franchise", href: "/locations#franchise" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQs", href: "/contact#faqs" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Rewards", href: "/rewards" },
|
||||
{ label: "Mobile App", href: "/app" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Delicious Bites. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -2,13 +2,12 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import { Tag } from "lucide-react";
|
||||
import { Beef, Carrot, Coffee, Cookie, IceCream, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function MenuPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
@@ -27,125 +26,229 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Rewards",
|
||||
id: "/rewards",
|
||||
},
|
||||
name: "Rewards", id: "/rewards"},
|
||||
{
|
||||
name: "Locations",
|
||||
id: "/locations",
|
||||
},
|
||||
name: "Locations", id: "/locations"},
|
||||
{
|
||||
name: "App",
|
||||
id: "/app",
|
||||
},
|
||||
name: "App", id: "/app"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/retro-logo-collection-different-restaurants_23-2148386010.jpg"
|
||||
logoAlt="Restaurant logo"
|
||||
brandName="Delicious Bites"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
text: "Order Now", href: "/menu"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu-categories" data-section="menu-categories">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "burgers",
|
||||
name: "Burgers",
|
||||
price: "Starting from $4.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-with-orange-background_23-2148235034.jpg",
|
||||
imageAlt: "Assortment of burgers",
|
||||
},
|
||||
{
|
||||
id: "chicken",
|
||||
name: "Chicken",
|
||||
price: "Starting from $3.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-chicken-patty-vegetables_1220-4220.jpg",
|
||||
imageAlt: "Various chicken items",
|
||||
},
|
||||
{
|
||||
id: "sides",
|
||||
name: "Fries & Sides",
|
||||
price: "Starting from $2.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-orange-slices-dark-surface-cookies-biscuit-sweet-tea-cake_140725-118523.jpg",
|
||||
imageAlt: "Fries and other sides",
|
||||
},
|
||||
{
|
||||
id: "breakfast",
|
||||
name: "Breakfast",
|
||||
price: "Starting from $3.29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cake-breakfast-board-mother-day_23-2147782721.jpg",
|
||||
imageAlt: "Breakfast items",
|
||||
},
|
||||
{
|
||||
id: "desserts",
|
||||
name: "Desserts",
|
||||
price: "Starting from $2.79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-dessert-with-tangerines-candies-white-background-cream-dessert-biscuit-cake-fruit_140725-96241.jpg",
|
||||
imageAlt: "Selection of desserts",
|
||||
},
|
||||
{
|
||||
id: "drinks",
|
||||
name: "Drinks",
|
||||
price: "Starting from $1.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-with-whipped-cream_23-2151939167.jpg",
|
||||
imageAlt: "Variety of drinks",
|
||||
},
|
||||
]}
|
||||
title="Our Full Menu"
|
||||
description="Explore all your favorites, from juicy burgers to refreshing drinks and delicious desserts."
|
||||
/>
|
||||
</div>
|
||||
<div id="main-menu-content" data-section="main-menu-content">
|
||||
<div className="container mx-auto py-16 px-4">
|
||||
<h1 className="text-5xl font-extrabold text-center mb-12">Our Delicious Menu</h1>
|
||||
|
||||
<div id="menu-offers" data-section="menu-offers">
|
||||
<FeatureCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Family Combo",
|
||||
description: "Save big with meals designed to satisfy the whole family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113382.jpg",
|
||||
imageAlt: "Family combo meal",
|
||||
},
|
||||
{
|
||||
title: "Lunch Specials",
|
||||
description: "Quick and affordable lunch options available every weekday.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-round-shaped-inside-plate-with-cutlery-dark-table_140725-144193.jpg",
|
||||
imageAlt: "Lunch special deal",
|
||||
},
|
||||
{
|
||||
title: "New Item Alert",
|
||||
description: "Try our latest menu creation, available for a limited time!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-vegan-burger-with-healthy-food-sign_23-2148287548.jpg",
|
||||
imageAlt: "New menu item",
|
||||
},
|
||||
]}
|
||||
title="Special Offers & Combos"
|
||||
description="Discover our current deals and perfectly paired combos for maximum value."
|
||||
tag="Value Deals"
|
||||
tagIcon={Tag}
|
||||
/>
|
||||
<div id="burgers" data-section="burgers" className="mb-24">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
title="Burgers"
|
||||
description="Juicy, flavorful, and customizable to your heart's content."
|
||||
tag="Signature"
|
||||
tagIcon={Beef}
|
||||
products={[
|
||||
{
|
||||
id: "b1", name: "Classic Cheeseburger", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-ingredients-cutting-board_23-2148235048.jpg?_wi=1", imageAlt: "Classic cheeseburger"
|
||||
},
|
||||
{
|
||||
id: "b2", name: "Baconator Burger", price: "$7.49", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-bacon-cheese_23-2148247921.jpg", imageAlt: "Baconator burger"
|
||||
},
|
||||
{
|
||||
id: "b3", name: "Spicy Jalapeño Burger", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-burger-with-bacon-cheese-pickles-lettuce-mayonnaise-sauce-isolated_188544-6725.jpg", imageAlt: "Spicy Jalapeño Burger"
|
||||
},
|
||||
{
|
||||
id: "b4", name: "Mushroom Swiss Burger", price: "$7.29", imageSrc: "http://img.b2bpic.net/free-photo/big-tasty-hamburger_23-2148281358.jpg", imageAlt: "Mushroom Swiss Burger"
|
||||
},
|
||||
{
|
||||
id: "b5", name: "Veggie Burger", price: "$6.49", imageSrc: "http://img.b2bpic.net/free-photo/veggie-burger-with-french-fries_23-2148690384.jpg", imageAlt: "Veggie Burger"
|
||||
},
|
||||
{
|
||||
id: "b6", name: "Double Cheeseburger", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-beef-burger-with-fries_23-2148308709.jpg", imageAlt: "Double Cheeseburger"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="chicken" data-section="chicken" className="mb-24">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
title="Chicken"
|
||||
description="Crispy, tender, and always satisfying. Choose your favorite."
|
||||
tag="Fried & Grilled"
|
||||
tagIcon={Utensils}
|
||||
products={[
|
||||
{
|
||||
id: "c1", name: "Crispy Chicken Sandwich", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg?_wi=1", imageAlt: "Crispy chicken sandwich"
|
||||
},
|
||||
{
|
||||
id: "c2", name: "Spicy Chicken Sandwich", price: "$7.29", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-burger-plate_23-2149591030.jpg", imageAlt: "Spicy chicken sandwich"
|
||||
},
|
||||
{
|
||||
id: "c3", name: "Chicken Nuggets (6pc)", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-nuggets-wings-breast-with-onion-salad_114579-925.jpg?_wi=1", imageAlt: "Chicken nuggets"
|
||||
},
|
||||
{
|
||||
id: "c4", name: "Grilled Chicken Wrap", price: "$6.79", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-fried-chicken-fillet-fresh-vegetables_23-2148666324.jpg", imageAlt: "Grilled chicken wrap"
|
||||
},
|
||||
{
|
||||
id: "c5", name: "Chicken Strips (3pc)", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-variety-fried-chicken-with-sauces-french-fries_23-2148646557.jpg?_wi=1", imageAlt: "Chicken strips"
|
||||
},
|
||||
{
|
||||
id: "c6", name: "BBQ Chicken Sandwich", price: "$7.59", imageSrc: "http://img.b2bpic.net/free-photo/view-bbq-burger-wooden-board_23-2148308731.jpg", imageAlt: "BBQ chicken sandwich"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="sides" data-section="sides" className="mb-24">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
title="Fries & Sides"
|
||||
description="Perfect accompaniments to your meal, crispy and delicious."
|
||||
tag="Complements"
|
||||
tagIcon={Carrot}
|
||||
products={[
|
||||
{
|
||||
id: "s1", name: "Golden French Fries (Lg)", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-with-ketchup-lemonade_23-2148272971.jpg?_wi=1", imageAlt: "Large french fries"
|
||||
},
|
||||
{
|
||||
id: "s2", name: "Onion Rings", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/front-view-appetizing-onion-rings-with-sauce_23-2148446214.jpg", imageAlt: "Onion rings"
|
||||
},
|
||||
{
|
||||
id: "s3", name: "Mozzarella Sticks (4pc)", price: "$4.29", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sticks_1339-661.jpg", imageAlt: "Mozzarella sticks"
|
||||
},
|
||||
{
|
||||
id: "s4", name: "Side Salad", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/bowl-vegetable-salad-with-fresh-ingredients_23-2148306048.jpg", imageAlt: "Side salad"
|
||||
},
|
||||
{
|
||||
id: "s5", name: "Chili Cheese Fries", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-fries-plate-with-cheese_23-2148408107.jpg", imageAlt: "Chili cheese fries"
|
||||
},
|
||||
{
|
||||
id: "s6", name: "Apple Slices", price: "$1.99", imageSrc: "http://img.b2bpic.net/free-photo/apple-pieces-with-nuts-wooden-plate_140725-30018.jpg", imageAlt: "Apple slices"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="breakfast" data-section="breakfast" className="mb-24">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
title="Breakfast"
|
||||
description="Start your day right with our delicious breakfast options."
|
||||
tag="Morning Bites"
|
||||
tagIcon={Coffee}
|
||||
products={[
|
||||
{
|
||||
id: "br1", name: "Egg & Cheese McMuffin", price: "$4.29", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1101.jpg?_wi=1", imageAlt: "Egg & Cheese McMuffin"
|
||||
},
|
||||
{
|
||||
id: "br2", name: "Sausage Biscuit", price: "$3.79", imageSrc: "http://img.b2bpic.net/free-photo/english-muffin-sandwich-with-sausage-egg-cheese-isolated-white-background_123827-21390.jpg", imageAlt: "Sausage Biscuit"
|
||||
},
|
||||
{
|
||||
id: "br3", name: "Pancakes (3pc) with Syrup", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-syrup-berries_23-2148306051.jpg", imageAlt: "Pancakes"
|
||||
},
|
||||
{
|
||||
id: "br4", name: "Hash Browns", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hash-browns-with-green-garnish_23-2148331804.jpg", imageAlt: "Hash Browns"
|
||||
},
|
||||
{
|
||||
id: "br5", name: "Breakfast Burrito", price: "$4.79", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burrito-with-chicken-close-up-plate_23-2149591012.jpg", imageAlt: "Breakfast Burrito"
|
||||
},
|
||||
{
|
||||
id: "br6", name: "Orange Juice", price: "$2.19", imageSrc: "http://img.b2bpic.net/free-photo/fresh-orange-juice-bottle_140725-10173.jpg?_wi=1", imageAlt: "Orange Juice"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="desserts" data-section="desserts" className="mb-24">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
title="Desserts"
|
||||
description="Sweet treats to complete your meal or enjoy as a delightful snack."
|
||||
tag="Sweet Endings"
|
||||
tagIcon={Cookie}
|
||||
products={[
|
||||
{
|
||||
id: "d1", name: "Chocolate McFlurry", price: "$3.79", imageSrc: "http://img.b2bpic.net/free-photo/swirled-frosting-texture-pink-teal-delight_23-2151988798.jpg?_wi=1", imageAlt: "Chocolate McFlurry"
|
||||
},
|
||||
{
|
||||
id: "d2", name: "Apple Pie", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie_1339-1667.jpg", imageAlt: "Apple Pie"
|
||||
},
|
||||
{
|
||||
id: "d3", name: "Sundae", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-dessert-with-berries-chocolate-served-glass-bowl-isolated-white-background_123827-21396.jpg", imageAlt: "Sundae"
|
||||
},
|
||||
{
|
||||
id: "d4", name: "Chocolate Chip Cookie", price: "$1.79", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-chip-cookies-isolated_1339-1830.jpg", imageAlt: "Chocolate Chip Cookie"
|
||||
},
|
||||
{
|
||||
id: "d5", name: "Milkshake (Chocolate)", price: "$4.29", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7853.jpg?_wi=1", imageAlt: "Chocolate Milkshake"
|
||||
},
|
||||
{
|
||||
id: "d6", name: "Vanilla Soft Serve Cone", price: "$1.99", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-pink-blue_23-2148293933.jpg", imageAlt: "Vanilla Soft Serve Cone"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="drinks" data-section="drinks" className="mb-24">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
title="Drinks"
|
||||
description="Quench your thirst with our wide selection of refreshing beverages."
|
||||
tag="Refreshing"
|
||||
tagIcon={IceCream}
|
||||
products={[
|
||||
{
|
||||
id: "dr1", name: "Coca-Cola (Med)", price: "$2.29", imageSrc: "http://img.b2bpic.net/free-photo/coca-cola-glass-drink-ice-cold_1339-1229.jpg", imageAlt: "Coca-Cola"
|
||||
},
|
||||
{
|
||||
id: "dr2", name: "Sprite (Med)", price: "$2.29", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sparkling-water-bottle-glass_23-2148967963.jpg", imageAlt: "Sprite"
|
||||
},
|
||||
{
|
||||
id: "dr3", name: "Diet Coke (Med)", price: "$2.29", imageSrc: "http://img.b2bpic.net/free-photo/diet-coke-ice-glass_23-2148337775.jpg", imageAlt: "Diet Coke"
|
||||
},
|
||||
{
|
||||
id: "dr4", name: "Iced Tea (Sweet/Unsweet)", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/iced-tea_1339-1662.jpg", imageAlt: "Iced Tea"
|
||||
},
|
||||
{
|
||||
id: "dr5", name: "Orange Juice", price: "$2.19", imageSrc: "http://img.b2bpic.net/free-photo/fresh-orange-juice-bottle_140725-10173.jpg?_wi=2", imageAlt: "Orange Juice"
|
||||
},
|
||||
{
|
||||
id: "dr6", name: "Water Bottle", price: "$1.99", imageSrc: "http://img.b2bpic.net/free-photo/water-bottle_23-2148332190.jpg", imageAlt: "Water Bottle"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
@@ -155,95 +258,55 @@ export default function LandingPage() {
|
||||
logoText="Delicious Bites"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Burgers",
|
||||
href: "/menu#burgers",
|
||||
},
|
||||
label: "Burgers", href: "/menu#burgers"},
|
||||
{
|
||||
label: "Chicken",
|
||||
href: "/menu#chicken",
|
||||
},
|
||||
label: "Chicken", href: "/menu#chicken"},
|
||||
{
|
||||
label: "Fries & Sides",
|
||||
href: "/menu#sides",
|
||||
},
|
||||
label: "Fries & Sides", href: "/menu#sides"},
|
||||
{
|
||||
label: "Breakfast",
|
||||
href: "/menu#breakfast",
|
||||
},
|
||||
label: "Breakfast", href: "/menu#breakfast"},
|
||||
{
|
||||
label: "Desserts",
|
||||
href: "/menu#desserts",
|
||||
},
|
||||
label: "Desserts", href: "/menu#desserts"},
|
||||
{
|
||||
label: "Drinks",
|
||||
href: "/menu#drinks",
|
||||
},
|
||||
label: "Drinks", href: "/menu#drinks"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "/locations",
|
||||
},
|
||||
label: "Locations", href: "/locations"},
|
||||
{
|
||||
label: "Franchise",
|
||||
href: "/locations#franchise",
|
||||
},
|
||||
label: "Franchise", href: "/locations#franchise"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faqs",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faqs"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Rewards",
|
||||
href: "/rewards",
|
||||
},
|
||||
label: "Rewards", href: "/rewards"},
|
||||
{
|
||||
label: "Mobile App",
|
||||
href: "/app",
|
||||
},
|
||||
label: "Mobile App", href: "/app"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
368
src/app/page.tsx
368
src/app/page.tsx
@@ -30,37 +30,31 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Rewards",
|
||||
id: "/rewards",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Locations",
|
||||
id: "/locations",
|
||||
},
|
||||
name: "Order", id: "/order"},
|
||||
{
|
||||
name: "App",
|
||||
id: "/app",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Locations", id: "/locations"},
|
||||
{
|
||||
name: "Rewards", id: "/rewards"},
|
||||
{
|
||||
name: "App", id: "/app"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/retro-logo-collection-different-restaurants_23-2148386010.jpg"
|
||||
logoAlt="Restaurant logo"
|
||||
brandName="Delicious Bites"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
text: "Order Now", href: "/order"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -68,127 +62,73 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your Favorites. Faster Than Ever."
|
||||
description="Burgers, fries, breakfast, and rewards delivered to your door with convenience and value."
|
||||
description="Burgers, fries, breakfast, and rewards earned for convenience and value, delivered right to your door."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637303.jpg",
|
||||
imageAlt: "Delicious classic cheeseburger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637303.jpg", imageAlt: "Delicious classic cheeseburger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-burger-ciabatta-bun-homemade-generated-by-ai_188544-21445.jpg",
|
||||
imageAlt: "Crispy chicken sandwich",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-burger-ciabatta-bun-homemade-generated-by-ai_188544-21445.jpg", imageAlt: "Crispy chicken sandwich"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-delicious-fried-potato-wooden-plate-with-dipped-sauce_1150-9059.jpg",
|
||||
imageAlt: "Golden french fries",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-delicious-fried-potato-wooden-plate-with-dipped-sauce_1150-9059.jpg", imageAlt: "Golden french fries"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7853.jpg",
|
||||
imageAlt: "Refreshing chocolate milkshake",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7853.jpg?_wi=2", imageAlt: "Refreshing chocolate milkshake"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1101.jpg",
|
||||
imageAlt: "Hearty breakfast sandwich",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1101.jpg?_wi=2", imageAlt: "Hearty breakfast sandwich"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-variety-fried-chicken-with-sauces-french-fries_23-2148646557.jpg",
|
||||
imageAlt: "Crispy chicken nuggets",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-variety-fried-chicken-with-sauces-french-fries_23-2148646557.jpg?_wi=2", imageAlt: "Crispy chicken nuggets"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/here-try-some-mine_637285-7984.jpg",
|
||||
imageAlt: "Family enjoying fast food meal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/here-try-some-mine_637285-7984.jpg", imageAlt: "Family enjoying fast food meal"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-works-with-tablet-table-cafe_1304-5544.jpg",
|
||||
imageAlt: "Person ordering food on a mobile app",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-works-with-tablet-table-cafe_1304-5544.jpg", imageAlt: "Person ordering food on a mobile app"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-embracing-each-other-while-outdoors-night_23-2149215094.jpg",
|
||||
imageAlt: "Car at a drive-thru window",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-embracing-each-other-while-outdoors-night_23-2149215094.jpg", imageAlt: "Car at a drive-thru window"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-holding-delivery-paper-package-smiling-light-pink-background_140725-40736.jpg",
|
||||
imageAlt: "Delivery driver with a food bag",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-holding-delivery-paper-package-smiling-light-pink-background_140725-40736.jpg", imageAlt: "Delivery driver with a food bag"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/17-lifestyle-people-ordering-sushi-home_52683-100630.jpg",
|
||||
imageAlt: "Mobile phone showing loyalty program rewards",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/17-lifestyle-people-ordering-sushi-home_52683-100630.jpg", imageAlt: "Mobile phone showing loyalty program rewards"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571492.jpg",
|
||||
imageAlt: "Modern restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571492.jpg", imageAlt: "Modern restaurant interior"},
|
||||
]}
|
||||
tag="Delivered Fresh"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Order Now", href: "/order"},
|
||||
{
|
||||
text: "Find a Restaurant",
|
||||
href: "/locations",
|
||||
},
|
||||
text: "Find a Restaurant", href: "/locations"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-taking-selfie_23-2149061577.jpg",
|
||||
alt: "Group of friends enjoying a meal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-taking-selfie_23-2149061577.jpg", alt: "Group of friends enjoying a meal"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-caucasian-girl-african-boy-are-learning-menu-before-ordering-food_8353-10410.jpg",
|
||||
alt: "People discussing plans over food",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-caucasian-girl-african-boy-are-learning-menu-before-ordering-food_8353-10410.jpg", alt: "People discussing plans over food"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215772.jpg",
|
||||
alt: "Friends toasting with drinks",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215772.jpg", alt: "Friends toasting with drinks"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-eating-pizza-home-together_23-2150419430.jpg",
|
||||
alt: "People enjoying pizza at work",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-eating-pizza-home-together_23-2150419430.jpg", alt: "People enjoying pizza at work"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-happy-family-outdoors_23-2149049254.jpg",
|
||||
alt: "Family having fun together",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-happy-family-outdoors_23-2149049254.jpg", alt: "Family having fun together"},
|
||||
]}
|
||||
avatarText="Join over 1M happy customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Brand",
|
||||
},
|
||||
type: "text", text: "Global Brand"},
|
||||
{
|
||||
type: "image",
|
||||
src: "asset://hero-marquee-logo-1",
|
||||
alt: "Tech Company Logo",
|
||||
},
|
||||
type: "image", src: "asset://hero-marquee-logo-1", alt: "Tech Company Logo"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Community Favorite",
|
||||
},
|
||||
type: "text", text: "Community Favorite"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/hand-drawn-ag-logo-template_23-2151008545.jpg",
|
||||
alt: "Logistics Company Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/hand-drawn-ag-logo-template_23-2151008545.jpg", alt: "Logistics Company Logo"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Top Rated Service",
|
||||
},
|
||||
type: "text", text: "Top Rated Service"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/delivery-icon-front-side_187299-39627.jpg",
|
||||
alt: "Delivery Service Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/delivery-icon-front-side_187299-39627.jpg", alt: "Delivery Service Logo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -199,23 +139,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Family Meal Deal",
|
||||
description: "Feast together with our special family bundle, perfect for any occasion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-arrangement-with-notebook_23-2148247877.jpg",
|
||||
imageAlt: "Family meal deal",
|
||||
},
|
||||
title: "Family Meal Deal", description: "Feast together with our special family bundle, perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-arrangement-with-notebook_23-2148247877.jpg", imageAlt: "Family meal deal"},
|
||||
{
|
||||
title: "Seasonal Desserts",
|
||||
description: "Indulge in our delicious new seasonal dessert, available for a limited time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-fruits-pineapple-rings-walnuts-nougat-yellow_140725-29981.jpg",
|
||||
imageAlt: "Seasonal dessert",
|
||||
},
|
||||
title: "Seasonal Desserts", description: "Indulge in our delicious new seasonal dessert, available for a limited time.", imageSrc: "http://img.b2bpic.net/free-photo/dried-fruits-pineapple-rings-walnuts-nougat-yellow_140725-29981.jpg", imageAlt: "Seasonal dessert"},
|
||||
{
|
||||
title: "App Exclusive Offer",
|
||||
description: "Get a special discount on your next order when you use our mobile app.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-food-background-3d-illustration_1419-3311.jpg",
|
||||
imageAlt: "Mobile app exclusive offer",
|
||||
},
|
||||
title: "App Exclusive Offer", description: "Get a special discount on your next order when you use our mobile app.", imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-food-background-3d-illustration_1419-3311.jpg", imageAlt: "Mobile app exclusive offer"},
|
||||
]}
|
||||
title="Exclusive Promotions & Deals"
|
||||
description="Don't miss out on our limited-time offers and seasonal favorites. Order today!"
|
||||
@@ -232,52 +160,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Cheeseburger",
|
||||
price: "$5.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-ingredients-cutting-board_23-2148235048.jpg",
|
||||
imageAlt: "Classic cheeseburger",
|
||||
initialQuantity: 1,
|
||||
id: "p1", name: "Classic Cheeseburger", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-ingredients-cutting-board_23-2148235048.jpg?_wi=2", imageAlt: "Classic cheeseburger", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Quarter Pounder",
|
||||
price: "$7.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-tomato-lettuce-leaf-beef-patties-burger-buns_140725-10941.jpg",
|
||||
imageAlt: "Quarter pounder burger",
|
||||
initialQuantity: 1,
|
||||
id: "p2", name: "Quarter Pounder", price: "$7.49", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-tomato-lettuce-leaf-beef-patties-burger-buns_140725-10941.jpg", imageAlt: "Quarter pounder burger", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Crispy Chicken Sandwich",
|
||||
price: "$6.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg",
|
||||
imageAlt: "Crispy chicken sandwich",
|
||||
initialQuantity: 1,
|
||||
id: "p3", name: "Crispy Chicken Sandwich", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg?_wi=2", imageAlt: "Crispy chicken sandwich", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Golden French Fries",
|
||||
price: "$2.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-with-ketchup-lemonade_23-2148272971.jpg",
|
||||
imageAlt: "Golden french fries",
|
||||
initialQuantity: 1,
|
||||
id: "p4", name: "Golden French Fries", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-with-ketchup-lemonade_23-2148272971.jpg?_wi=2", imageAlt: "Golden french fries", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Chicken Nuggets (6pc)",
|
||||
price: "$4.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-nuggets-wings-breast-with-onion-salad_114579-925.jpg",
|
||||
imageAlt: "Chicken nuggets",
|
||||
initialQuantity: 1,
|
||||
id: "p5", name: "Chicken Nuggets (6pc)", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-nuggets-wings-breast-with-onion-salad_114579-925.jpg?_wi=2", imageAlt: "Chicken nuggets", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Chocolate McFlurry",
|
||||
price: "$3.79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swirled-frosting-texture-pink-teal-delight_23-2151988798.jpg",
|
||||
imageAlt: "Chocolate McFlurry",
|
||||
initialQuantity: 1,
|
||||
id: "p6", name: "Chocolate McFlurry", price: "$3.79", imageSrc: "http://img.b2bpic.net/free-photo/swirled-frosting-texture-pink-teal-delight_23-2151988798.jpg?_wi=2", imageAlt: "Chocolate McFlurry", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
title="Our Best Sellers"
|
||||
@@ -291,23 +189,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Earn Rewards",
|
||||
description: "Collect points on every purchase and redeem for free food and discounts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-smartphone_23-2147812198.jpg",
|
||||
imageAlt: "Smartphone with loyalty app",
|
||||
},
|
||||
title: "Earn Rewards", description: "Collect points on every purchase and redeem for free food and discounts.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-smartphone_23-2147812198.jpg", imageAlt: "Smartphone with loyalty app"},
|
||||
{
|
||||
title: "Mobile Ordering",
|
||||
description: "Skip the line and customize your order directly from your phone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-tattooed-people_23-2149667356.jpg",
|
||||
imageAlt: "Person ordering on mobile app",
|
||||
},
|
||||
title: "Mobile Ordering", description: "Skip the line and customize your order directly from your phone.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-tattooed-people_23-2149667356.jpg", imageAlt: "Person ordering on mobile app"},
|
||||
{
|
||||
title: "Find Restaurants",
|
||||
description: "Quickly locate nearby restaurants with drive-thru or delivery options.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-smartphone-with-menu_23-2149357863.jpg",
|
||||
imageAlt: "Map showing restaurant locations",
|
||||
},
|
||||
title: "Find Restaurants", description: "Quickly locate nearby restaurants with drive-thru or delivery options.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-smartphone-with-menu_23-2149357863.jpg", imageAlt: "Map showing restaurant locations"},
|
||||
]}
|
||||
title="Download Our Mobile App"
|
||||
description="Get exclusive deals, earn rewards, and order faster on the go!"
|
||||
@@ -321,14 +207,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Happy Customers",
|
||||
"Food Critics",
|
||||
"Families",
|
||||
"Travelers",
|
||||
"Commuters",
|
||||
"Students",
|
||||
"Foodies",
|
||||
]}
|
||||
"Happy Customers", "Food Critics", "Families", "Travelers", "Commuters", "Students", "Foodies"]}
|
||||
title="Trusted by Millions Daily"
|
||||
description="Our commitment to quality and service has made us a global favorite."
|
||||
tag="Global Reach"
|
||||
@@ -342,50 +221,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Simply the Best Burgers!",
|
||||
quote: "I'm always impressed by how quickly I get my order, and the food is consistently fresh and delicious. The cheeseburger is my go-to!",
|
||||
name: "Sarah Johnson",
|
||||
role: "Regular Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-dressed-woman-eating-salad_23-2148332145.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "t1", title: "Simply the Best Burgers!", quote: "I'm always impressed by how quickly I get my order, and the food is consistently fresh and delicious. The cheeseburger is my go-to!", name: "Sarah Johnson", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/casual-dressed-woman-eating-salad_23-2148332145.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "My Favorite Chicken Sandwich",
|
||||
quote: "The crispy chicken sandwich is perfectly seasoned and always hits the spot. It's become my favorite quick meal.",
|
||||
name: "Michael Chen",
|
||||
role: "Food Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151309984.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "t2", title: "My Favorite Chicken Sandwich", quote: "The crispy chicken sandwich is perfectly seasoned and always hits the spot. It's become my favorite quick meal.", name: "Michael Chen", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151309984.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Great for Family Dinners",
|
||||
quote: "Feeding the family is so easy with Delicious Bites. Everyone finds something they love, and the value is unbeatable.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Busy Mom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-eating-burger-home_23-2148914532.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "t3", title: "Great for Family Dinners", quote: "Feeding the family is so easy with Delicious Bites. Everyone finds something they love, and the value is unbeatable.", name: "Emily Rodriguez", role: "Busy Mom", imageSrc: "http://img.b2bpic.net/free-photo/kid-eating-burger-home_23-2148914532.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Fast and Convenient Every Time",
|
||||
quote: "Whether I'm picking up in the drive-thru or getting delivery, the service is always super fast and friendly.",
|
||||
name: "David Kim",
|
||||
role: "Daily Commuter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367127.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "t4", title: "Fast and Convenient Every Time", quote: "Whether I'm picking up in the drive-thru or getting delivery, the service is always super fast and friendly.", name: "David Kim", role: "Daily Commuter", imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367127.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Addictive Fries!",
|
||||
quote: "I can never resist the golden french fries. They're crispy, perfectly salted, and the best side for any meal.",
|
||||
name: "Jessica Lee",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-looking-her-boyfriend_23-2148435725.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "t5", title: "Addictive Fries!", quote: "I can never resist the golden french fries. They're crispy, perfectly salted, and the best side for any meal.", name: "Jessica Lee", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-looking-her-boyfriend_23-2148435725.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from the happy customers who love our fast, delicious, and convenient food."
|
||||
@@ -401,95 +245,61 @@ export default function LandingPage() {
|
||||
logoText="Delicious Bites"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Burgers",
|
||||
href: "/menu#burgers",
|
||||
},
|
||||
label: "Order Now", href: "/order"},
|
||||
{
|
||||
label: "Chicken",
|
||||
href: "/menu#chicken",
|
||||
},
|
||||
label: "Burgers", href: "/menu#burgers"},
|
||||
{
|
||||
label: "Fries & Sides",
|
||||
href: "/menu#sides",
|
||||
},
|
||||
label: "Chicken", href: "/menu#chicken"},
|
||||
{
|
||||
label: "Breakfast",
|
||||
href: "/menu#breakfast",
|
||||
},
|
||||
label: "Fries & Sides", href: "/menu#sides"},
|
||||
{
|
||||
label: "Desserts",
|
||||
href: "/menu#desserts",
|
||||
},
|
||||
label: "Breakfast", href: "/menu#breakfast"},
|
||||
{
|
||||
label: "Drinks",
|
||||
href: "/menu#drinks",
|
||||
},
|
||||
label: "Desserts", href: "/menu#desserts"},
|
||||
{
|
||||
label: "Drinks", href: "/menu#drinks"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "/locations",
|
||||
},
|
||||
label: "Locations", href: "/locations"},
|
||||
{
|
||||
label: "Franchise",
|
||||
href: "/locations#franchise",
|
||||
},
|
||||
label: "Franchise", href: "/locations#franchise"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faqs",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faqs"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Rewards",
|
||||
href: "/rewards",
|
||||
},
|
||||
label: "Rewards", href: "/rewards"},
|
||||
{
|
||||
label: "Mobile App",
|
||||
href: "/app",
|
||||
},
|
||||
label: "Mobile App", href: "/app"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Twitter", href: "https://twitter.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -499,4 +309,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user