Update src/app/menu/page.tsx
This commit is contained in:
@@ -6,7 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import { Droplet } from "lucide-react";
|
||||
import { Droplet, Leaf, IceCream, Coffee } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,36 +27,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
href: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Catering",
|
||||
id: "catering",
|
||||
href: "/catering",
|
||||
},
|
||||
name: "Catering", id: "/catering"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"}
|
||||
]}
|
||||
brandName="Taste Bender Canada"
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "https://tastebender.ca/collections/all",
|
||||
}}
|
||||
text: "Order Online", href: "https://tastebender.ca/collections/all"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -70,53 +53,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Japanese Katsu Sando",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-red-green-peppers-wooden-cutting-board_141793-1660.jpg?_wi=2",
|
||||
imageAlt: "Crispy Japanese Katsu Sando sandwich",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "Japanese Katsu Sando", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-red-green-peppers-wooden-cutting-board_141793-1660.jpg", imageAlt: "Crispy Japanese Katsu Sando sandwich", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chef's Bender Tarts",
|
||||
price: "$9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-cookies_114579-16570.jpg?_wi=2",
|
||||
imageAlt: "Assorted gourmet dessert tarts, colorful and artistic",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Chef's Bender Tarts", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-cookies_114579-16570.jpg", imageAlt: "Assorted gourmet dessert tarts, colorful and artistic", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bender-Misu",
|
||||
price: "$11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-dessert-with-chocolate-top_140725-6103.jpg?_wi=2",
|
||||
imageAlt: "Chef's special tiramisu creation dessert",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Bender-Misu", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/coffee-dessert-with-chocolate-top_140725-6103.jpg", imageAlt: "Chef's special tiramisu creation dessert", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Honey Butter Biscone",
|
||||
price: "$7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-muffins_23-2148251615.jpg?_wi=2",
|
||||
imageAlt: "Warm honey butter biscone pastry with coffee",
|
||||
initialQuantity: 1,
|
||||
id: "4", name: "Honey Butter Biscone", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-muffins_23-2148251615.jpg", imageAlt: "Warm honey butter biscone pastry with coffee", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Avocado Toast 316",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-sandwiches-with-cottage-cheese-cherry-tomatoes-basil_114579-62683.jpg?_wi=2",
|
||||
imageAlt: "Classic avocado toast with cherry tomatoes and basil",
|
||||
initialQuantity: 1,
|
||||
id: "5", name: "Avocado Toast 316", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/open-sandwiches-with-cottage-cheese-cherry-tomatoes-basil_114579-62683.jpg", imageAlt: "Classic avocado toast with cherry tomatoes and basil", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Katsu Bento Box",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-salmon-dish-bowl_23-2150461458.jpg",
|
||||
imageAlt: "Chef DK's signature katsu bento box with salmon",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
id: "6", name: "Katsu Bento Box", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/view-salmon-dish-bowl_23-2150461458.jpg", imageAlt: "Chef DK's signature katsu bento box with salmon", initialQuantity: 1,
|
||||
}
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="Handcrafted with passion, enjoy our unique blend of brunch delights and exquisite desserts, always made from scratch. From savory to sweet, there's something to tantalize every palate."
|
||||
@@ -130,45 +83,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Strawberry Mint Iced Tea",
|
||||
description: "A refreshing blend of fresh strawberries and cool mint, steeped to perfection for a vibrant taste experience.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-pouring-sangria_23-2149426400.jpg?_wi=2",
|
||||
imageAlt: "Refreshing Strawberry Mint Iced Tea",
|
||||
},
|
||||
id: "1", title: "Strawberry Mint Iced Tea", description: "A refreshing blend of fresh strawberries and cool mint, steeped to perfection for a vibrant taste experience.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-pouring-sangria_23-2149426400.jpg", imageAlt: "Refreshing Strawberry Mint Iced Tea"},
|
||||
items: [
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Freshly Brewed",
|
||||
},
|
||||
text: "Freshly Brewed"},
|
||||
{
|
||||
icon: IceCream,
|
||||
text: "Perfectly Chilled",
|
||||
},
|
||||
text: "Perfectly Chilled"}
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "House Cold-Steeped Iced Tea",
|
||||
description: "Our signature cold-steeped iced tea offers a smooth, rich flavor profile without bitterness, ideal for a warm afternoon.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-lemonade-with-straw-mint-plant-surface_114579-33798.jpg",
|
||||
imageAlt: "House Cold Steeped Iced Tea",
|
||||
},
|
||||
id: "2", title: "House Cold-Steeped Iced Tea", description: "Our signature cold-steeped iced tea offers a smooth, rich flavor profile without bitterness, ideal for a warm afternoon.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-lemonade-with-straw-mint-plant-surface_114579-33798.jpg", imageAlt: "House Cold Steeped Iced Tea"},
|
||||
items: [
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Premium Tea Leaves",
|
||||
},
|
||||
text: "Premium Tea Leaves"},
|
||||
{
|
||||
icon: Droplet,
|
||||
text: "Smooth Finish",
|
||||
},
|
||||
text: "Smooth Finish"}
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
}
|
||||
]}
|
||||
title="Beyond the Plate: Our Artisan Beverages"
|
||||
description="Complement your meal with our carefully curated selection of specialty teas, coffees, and refreshing drinks, perfect for any occasion and mood."
|
||||
@@ -179,60 +118,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "/catering",
|
||||
},
|
||||
label: "Catering", href: "/catering"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
label: "Contact", href: "/contact"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "316 College St, Toronto",
|
||||
href: "https://maps.app.goo.gl/your-address",
|
||||
},
|
||||
label: "316 College St, Toronto", href: "https://maps.app.goo.gl/your-address"},
|
||||
{
|
||||
label: "Mon-Sun: 9 AM - 6 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon-Sun: 9 AM - 6 PM", href: "#"},
|
||||
{
|
||||
label: "(416) 555-MENU",
|
||||
href: "tel:+1416555MENU",
|
||||
},
|
||||
],
|
||||
label: "(416) 555-MENU", href: "tel:+1416555MENU"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "TikTok", href: "#"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Taste Bender Canada"
|
||||
copyrightText="© 2024 Taste Bender Canada. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user