Merge version_1 into main #2
311
src/app/page.tsx
311
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Apple, Beef, Clock, Leaf, Salad, Smile, Sparkles, Vegan, Wheat } from "lucide-react";
|
||||
import { Apple, Beef, ChefHat, Clock, Leaf, Salad, Smile, Sparkles, UtensilsCrossed, Vegan, Wheat } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,77 +33,44 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menu", id: "#products"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-sandwich-with-cucumbers-salmon-plate-with-blank-rectangle_23-2148749124.jpg"
|
||||
logoAlt="Parkway Subs & Salads Logo"
|
||||
brandName="Parkway Subs & Salads"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Parkway Subs & Salads"
|
||||
description="Experience the freshest subs, crispest salads, and gourmet wraps, crafted with passion and premium ingredients. Your go-to for delicious, healthy, and satisfying meals."
|
||||
tag="Taste the Freshness!"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Our Menu", href: "#products"},
|
||||
{
|
||||
text: "Order Online Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Online Now", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg?_wi=1",
|
||||
imageAlt: "Delicious gourmet sub sandwich",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg", imageAlt: "Delicious gourmet sub sandwich"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg?_wi=1",
|
||||
imageAlt: "Fresh vibrant salad bowl",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-grilled-all-beef-hot-dog-with-sides-chips-delicious-simple-hot-dogs-with-mustard-pepper-onion-nachos-hot-dogs-fully-loaded-with-assorted-toppings-paddle-board_1150-44599.jpg",
|
||||
imageAlt: "Gourmet grilled all beef hot dog with sides and chips. Delicious and simple hot dogs with mustard, pepper, onion and nachos. Hot dogs fully loaded with assorted toppings on a paddle board.",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-salmon-olives_23-2148640235.jpg",
|
||||
imageAlt: "High angle of sandwich with salmon and olives",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-sandwiches-composition-black-background_23-2148617343.jpg",
|
||||
imageAlt: "Fresh sandwiches composition on black background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg", imageAlt: "Fresh vibrant salad bowl"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
rating={5}
|
||||
@@ -118,79 +85,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Gourmet Subs",
|
||||
description: "Indulge in our signature subs, piled high with premium meats, cheeses, and garden-fresh vegetables on freshly baked bread.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-with-salami-pickled-cucumbers-mayo-served-plate_1220-7016.jpg",
|
||||
imageAlt: "Gourmet sub sandwich",
|
||||
},
|
||||
title: "Gourmet Subs", description: "Indulge in our signature subs, piled high with premium meats, cheeses, and garden-fresh vegetables on freshly baked bread.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-with-salami-pickled-cucumbers-mayo-served-plate_1220-7016.jpg", imageAlt: "Gourmet sub sandwich"},
|
||||
items: [
|
||||
{
|
||||
icon: UtensilsCrossed,
|
||||
text: "Artisan Breads",
|
||||
},
|
||||
text: "Artisan Breads"},
|
||||
{
|
||||
icon: Beef,
|
||||
text: "Premium Deli Meats",
|
||||
},
|
||||
text: "Premium Deli Meats"},
|
||||
{
|
||||
icon: Apple,
|
||||
text: "Fresh Produce",
|
||||
},
|
||||
text: "Fresh Produce"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwich-with-cucumbers-salmon-plate-with-blank-rectangle_23-2148749124.jpg?_wi=1",
|
||||
imageAlt: "gourmet italian sub sandwich fresh",
|
||||
},
|
||||
{
|
||||
title: "Crisp Salads",
|
||||
description: "Enjoy a burst of freshness with our custom-made salads, featuring crisp greens, vibrant veggies, and homemade dressings.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-salad-with-basil-pesto-arugula_2829-14485.jpg",
|
||||
imageAlt: "Crisp salad bowl",
|
||||
},
|
||||
title: "Crisp Salads", description: "Enjoy a burst of freshness with our custom-made salads, featuring crisp greens, vibrant veggies, and homemade dressings.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-salad-with-basil-pesto-arugula_2829-14485.jpg", imageAlt: "Crisp salad bowl"},
|
||||
items: [
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Hydroponic Greens",
|
||||
},
|
||||
text: "Hydroponic Greens"},
|
||||
{
|
||||
icon: ChefHat,
|
||||
text: "House-Made Dressings",
|
||||
},
|
||||
text: "House-Made Dressings"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Seasonal Ingredients",
|
||||
},
|
||||
text: "Seasonal Ingredients"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg?_wi=2",
|
||||
imageAlt: "gourmet italian sub sandwich fresh",
|
||||
},
|
||||
{
|
||||
title: "Healthy Wraps",
|
||||
description: "Our delicious and nutritious wraps are packed with flavor and wholesome ingredients, perfect for a guilt-free meal.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-vegetarian-taco_23-2148629346.jpg",
|
||||
imageAlt: "Healthy wrap",
|
||||
},
|
||||
title: "Healthy Wraps", description: "Our delicious and nutritious wraps are packed with flavor and wholesome ingredients, perfect for a guilt-free meal.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-vegetarian-taco_23-2148629346.jpg", imageAlt: "Healthy wrap"},
|
||||
items: [
|
||||
{
|
||||
icon: Salad,
|
||||
text: "Fresh Veggies",
|
||||
},
|
||||
text: "Fresh Veggies"},
|
||||
{
|
||||
icon: Wheat,
|
||||
text: "Whole Wheat Tortillas",
|
||||
},
|
||||
text: "Whole Wheat Tortillas"},
|
||||
{
|
||||
icon: Vegan,
|
||||
text: "Vegan Options",
|
||||
},
|
||||
text: "Vegan Options"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg?_wi=2",
|
||||
imageAlt: "gourmet italian sub sandwich fresh",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Delights"
|
||||
@@ -207,47 +147,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Italian Hero",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cuban-sandwich-wooden-table_123827-35027.jpg",
|
||||
imageAlt: "Italian Hero Sandwich",
|
||||
},
|
||||
id: "p1", name: "Italian Hero", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cuban-sandwich-wooden-table_123827-35027.jpg", imageAlt: "Italian Hero Sandwich"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Chicken Caesar Salad",
|
||||
price: "$11.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad_1339-5123.jpg",
|
||||
imageAlt: "Chicken Caesar Salad",
|
||||
},
|
||||
id: "p2", name: "Chicken Caesar Salad", price: "$11.50", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad_1339-5123.jpg", imageAlt: "Chicken Caesar Salad"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Turkey Club Sub",
|
||||
price: "$11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-meat-beef-chicken-served-table_1220-7012.jpg",
|
||||
imageAlt: "Turkey Club Sub",
|
||||
},
|
||||
id: "p3", name: "Turkey Club Sub", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-meat-beef-chicken-served-table_1220-7012.jpg", imageAlt: "Turkey Club Sub"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Veggie Delight",
|
||||
price: "$10.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-with-focaccia-bread_23-2148651091.jpg",
|
||||
imageAlt: "Veggie Delight Sub",
|
||||
},
|
||||
id: "p4", name: "Veggie Delight", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-with-focaccia-bread_23-2148651091.jpg", imageAlt: "Veggie Delight Sub"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Classic Cobb Salad",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-greek-salad-with-black-olives-bread-mushrooms_141793-4030.jpg",
|
||||
imageAlt: "Classic Cobb Salad",
|
||||
},
|
||||
id: "p5", name: "Classic Cobb Salad", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-greek-salad-with-black-olives-bread-mushrooms_141793-4030.jpg", imageAlt: "Classic Cobb Salad"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Steak & Cheese",
|
||||
price: "$13.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-meat-medalion-with-sauce-grilled-vegetables-wooden-board_141793-2979.jpg",
|
||||
imageAlt: "Steak & Cheese Sub",
|
||||
},
|
||||
id: "p6", name: "Steak & Cheese", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-meat-medalion-with-sauce-grilled-vegetables-wooden-board_141793-2979.jpg", imageAlt: "Steak & Cheese Sub"},
|
||||
]}
|
||||
title="Explore Our Full Menu"
|
||||
description="From classic heroes to build-your-own salads, there's something delicious for everyone at Parkway Subs & Salads. Browse our offerings below."
|
||||
@@ -262,25 +172,15 @@ export default function LandingPage() {
|
||||
author="Sarah L."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-blonde-woman-holding-phone_23-2148348978.jpg",
|
||||
alt: "Sarah L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-blonde-woman-holding-phone_23-2148348978.jpg", alt: "Sarah L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
|
||||
alt: "Michael B.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", alt: "Michael B."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/feeling-happy-successful-confident-facing-challenge-saying-bring-it-welcoming-you_1194-632572.jpg",
|
||||
alt: "Jessica R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/feeling-happy-successful-confident-facing-challenge-saying-bring-it-welcoming-you_1194-632572.jpg", alt: "Jessica R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
alt: "David C.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", alt: "David C."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-african-student-with-beard-dressed-denim-shirt-smiling-happily-showing-his-white-teeth-having-joyful-contented-look_273609-1853.jpg",
|
||||
alt: "Emily T.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-african-student-with-beard-dressed-denim-shirt-smiling-happily-showing-his-white-teeth-having-joyful-contented-look_273609-1853.jpg", alt: "Emily T."},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -294,19 +194,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Years Serving",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Serving", value: "15+"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Fresh Ingredients",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Fresh Ingredients", value: "100%"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Happy Customers",
|
||||
value: "Thousands",
|
||||
},
|
||||
label: "Happy Customers", value: "Thousands"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -319,55 +213,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p_lunch",
|
||||
title: "Lunch Special",
|
||||
price: "$9.99",
|
||||
period: "per person",
|
||||
features: [
|
||||
"Choice of 6\" Sub or Small Salad",
|
||||
"Bag of Chips",
|
||||
"Canned Soda or Water",
|
||||
],
|
||||
id: "p_lunch", title: "Lunch Special", price: "$9.99", period: "per person", features: [
|
||||
"Choice of 6\" Sub or Small Salad", "Bag of Chips", "Canned Soda or Water"],
|
||||
button: {
|
||||
text: "Order Lunch",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwich-with-cucumbers-salmon-plate-with-blank-rectangle_23-2148749124.jpg?_wi=2",
|
||||
imageAlt: "Parkway Subs & Salads logo professional",
|
||||
},
|
||||
text: "Order Lunch"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwich-with-cucumbers-salmon-plate-with-blank-rectangle_23-2148749124.jpg", imageAlt: "Parkway Subs & Salads logo professional"},
|
||||
{
|
||||
id: "p_family",
|
||||
title: "Family Feast",
|
||||
price: "$39.99",
|
||||
period: "serves 4-6",
|
||||
features: [
|
||||
"Two Footlong Subs",
|
||||
"Large Salad Bowl",
|
||||
"Assorted Chips",
|
||||
"Gallon of Iced Tea",
|
||||
],
|
||||
id: "p_family", title: "Family Feast", price: "$39.99", period: "serves 4-6", features: [
|
||||
"Two Footlong Subs", "Large Salad Bowl", "Assorted Chips", "Gallon of Iced Tea"],
|
||||
button: {
|
||||
text: "Order Family Feast",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg?_wi=3",
|
||||
imageAlt: "Parkway Subs & Salads logo professional",
|
||||
},
|
||||
text: "Order Family Feast"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg", imageAlt: "Parkway Subs & Salads logo professional"},
|
||||
{
|
||||
id: "p_event",
|
||||
title: "Event Catering",
|
||||
price: "Custom Quote",
|
||||
period: "",
|
||||
features: [
|
||||
"Assorted Sub Platters",
|
||||
"Large Gourmet Salads",
|
||||
"Dessert & Drink Options",
|
||||
"Customizable Menus",
|
||||
],
|
||||
id: "p_event", title: "Event Catering", price: "Custom Quote", period: "", features: [
|
||||
"Assorted Sub Platters", "Large Gourmet Salads", "Dessert & Drink Options", "Customizable Menus"],
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg?_wi=3",
|
||||
imageAlt: "Parkway Subs & Salads logo professional",
|
||||
},
|
||||
text: "Get a Quote"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg", imageAlt: "Parkway Subs & Salads logo professional"},
|
||||
]}
|
||||
title="Catering & Meal Deals"
|
||||
description="Perfect for office lunches, parties, or family dinners. We offer flexible options to fit your needs and budget."
|
||||
@@ -379,20 +241,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your most popular subs?",
|
||||
content: "Our Italian Hero, Turkey Club, and Philly Cheesesteak are perennial favorites among our customers. Be sure to try them!",
|
||||
},
|
||||
id: "faq1", title: "What are your most popular subs?", content: "Our Italian Hero, Turkey Club, and Philly Cheesesteak are perennial favorites among our customers. Be sure to try them!"},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer vegetarian or vegan options?",
|
||||
content: "Yes, we have a variety of vegetarian and vegan-friendly options, including our Veggie Delight sub and several customizable salads. Just ask our staff!",
|
||||
},
|
||||
id: "faq2", title: "Do you offer vegetarian or vegan options?", content: "Yes, we have a variety of vegetarian and vegan-friendly options, including our Veggie Delight sub and several customizable salads. Just ask our staff!"},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I customize my order?",
|
||||
content: "Absolutely! We believe in building your meal just the way you like it. You can customize ingredients for any sub, salad, or wrap to fit your taste.",
|
||||
},
|
||||
id: "faq3", title: "Can I customize my order?", content: "Absolutely! We believe in building your meal just the way you like it. You can customize ingredients for any sub, salad, or wrap to fit your taste."},
|
||||
]}
|
||||
sideTitle="Questions & Answers"
|
||||
sideDescription="Find quick answers to our most common queries regarding our menu, ingredients, catering, and ordering process."
|
||||
@@ -405,8 +258,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Order Online"
|
||||
description="We're excited to serve you! Stop by, call ahead, or place your order for pickup or delivery. Your fresh meal is just a click or a drive away."
|
||||
@@ -420,58 +272,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Our Menu", href: "#products"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Catering", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:info@parkwaysubsandsalads.com",
|
||||
},
|
||||
label: "Email Us", href: "mailto:info@parkwaysubsandsalads.com"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
label: "Call Us", href: "tel:+15551234567"},
|
||||
{
|
||||
label: "Our Location",
|
||||
href: "https://maps.google.com/?q=Parkway+Subs+Salads",
|
||||
},
|
||||
label: "Our Location", href: "https://maps.google.com/?q=Parkway+Subs+Salads"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user