Merge version_1 into main #2
338
src/app/page.tsx
338
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Karachi Restaurant"
|
||||
/>
|
||||
@@ -56,109 +48,43 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Authentic Karachi Flavors"
|
||||
description="Experience the vibrant heart of Pakistan with our traditional recipes and warm, inviting atmosphere."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-breakfast-restaurant-with-traditional-style-table-cloth_140725-8483.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491774.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85556.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-greens-minced-meat-seasonings-dark-purple-desk_140725-50868.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-breakfast-restaurant-with-traditional-style-table-cloth_140725-8483.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491774.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85556.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-greens-minced-meat-seasonings-dark-purple-desk_140725-50868.jpg" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-herbal-tea-blooms-rose-petals-dried-rose-buds-herbs-blue_140725-12409.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-rendering-interior-design_23-2151892446.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-dough-wooden-table-close-up_176474-5533.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081873.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751959.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-herbal-tea-blooms-rose-petals-dried-rose-buds-herbs-blue_140725-12409.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-rendering-interior-design_23-2151892446.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-dough-wooden-table-close-up_176474-5533.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081873.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751959.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{ text: "Reserve Now", href: "#contact" },
|
||||
{ text: "View Menu", href: "#products" },
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
|
||||
alt: "Happy customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg",
|
||||
alt: "Happy customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg",
|
||||
alt: "Happy customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
||||
alt: "Happy customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-happy-young-adults-toasting-having-fun-while-having-lunch-together-dining-room_637285-3568.jpg",
|
||||
alt: "Happy customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg", alt: "Happy customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg", alt: "Happy customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", alt: "Happy customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", alt: "Happy customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-happy-young-adults-toasting-having-fun-while-having-lunch-together-dining-room_637285-3568.jpg", alt: "Happy customer 5" },
|
||||
]}
|
||||
avatarText="Loved by 10,000+ local foodies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/therapist-evaluates-dark-violent-sketches-from-teenage-girl_482257-113425.jpg",
|
||||
alt: "Featured in City Food Monthly",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/birthday-celebration-card_23-2151899340.jpg",
|
||||
alt: "Culinary excellence award",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/vector-design-chef-logo-template_361591-3485.jpg",
|
||||
alt: "Top rated restaurant guide",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/german-food-badge_23-2147502659.jpg",
|
||||
alt: "Gourmet association partner",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/flat-food-labels-collection-template_23-2149048460.jpg",
|
||||
alt: "Best of city dining",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/therapist-evaluates-dark-violent-sketches-from-teenage-girl_482257-113425.jpg", alt: "Featured in City Food Monthly" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/birthday-celebration-card_23-2151899340.jpg", alt: "Culinary excellence award" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/vector-design-chef-logo-template_361591-3485.jpg", alt: "Top rated restaurant guide" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/german-food-badge_23-2147502659.jpg", alt: "Gourmet association partner" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/flat-food-labels-collection-template_23-2149048460.jpg", alt: "Best of city dining" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,18 +95,9 @@ export default function LandingPage() {
|
||||
title="A Legacy of Taste"
|
||||
description="Founded with a passion for traditional cooking, we bring the authentic taste of Karachi to your table, using time-honored techniques."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Secret Recipes",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Fresh Ingredients",
|
||||
},
|
||||
{ value: "20+", title: "Years Experience" },
|
||||
{ value: "50+", title: "Secret Recipes" },
|
||||
{ value: "100%", title: "Fresh Ingredients" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/butcher-pepper-tied-piece-steak-meat-smoke-closeup_346278-622.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -195,48 +112,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Signature Biryani",
|
||||
price: "$15.00",
|
||||
variant: "Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-spices-spoon-bottle-oil-pilaf-cutting-board_140725-78730.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chicken Karahi",
|
||||
price: "$18.00",
|
||||
variant: "Authentic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-chiken-stew-with-garlic-tomato-sauce-served-with-spices-wooden-board_140725-12330.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Seekh Kabab",
|
||||
price: "$12.00",
|
||||
variant: "Grilled",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-meat-dish-turkish-cuisines-cig-kofte-with-lemon-lettuce_140725-12128.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Garlic Naan",
|
||||
price: "$4.00",
|
||||
variant: "Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pakistani-dish-arrangement-high-angle_23-2148825105.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Palak Paneer",
|
||||
price: "$14.00",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pakistani-dish-arrangement-view_23-2148825114.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Gulab Jamun",
|
||||
price: "$6.00",
|
||||
variant: "Sweet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cookies-with-sugar-powder-red-icing-inside-plate-dark-space_140725-95434.jpg",
|
||||
},
|
||||
{ id: "1", name: "Signature Biryani", price: "$15.00", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-spices-spoon-bottle-oil-pilaf-cutting-board_140725-78730.jpg" },
|
||||
{ id: "2", name: "Chicken Karahi", price: "$18.00", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/top-chiken-stew-with-garlic-tomato-sauce-served-with-spices-wooden-board_140725-12330.jpg" },
|
||||
{ id: "3", name: "Seekh Kabab", price: "$12.00", variant: "Grilled", imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-meat-dish-turkish-cuisines-cig-kofte-with-lemon-lettuce_140725-12128.jpg" },
|
||||
{ id: "4", name: "Garlic Naan", price: "$4.00", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/pakistani-dish-arrangement-high-angle_23-2148825105.jpg" },
|
||||
{ id: "5", name: "Palak Paneer", price: "$14.00", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/pakistani-dish-arrangement-view_23-2148825114.jpg" },
|
||||
{ id: "6", name: "Gulab Jamun", price: "$6.00", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cookies-with-sugar-powder-red-icing-inside-plate-dark-space_140725-95434.jpg" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our curated menu featuring the best of Karachi street food and royal recipes."
|
||||
@@ -250,49 +131,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Ingredients",
|
||||
description: "Sourced daily for maximum freshness.",
|
||||
icon: Shield,
|
||||
title: "Premium Ingredients", description: "Sourced daily for maximum freshness.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-classic-white-chairs-turquoise-fabric_140725-2570.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-spoons-with-spices_23-2148747709.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-classic-white-chairs-turquoise-fabric_140725-2570.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-spoons-with-spices_23-2148747709.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-breakfast-restaurant-with-traditional-style-table-cloth_140725-8483.jpg?_wi=2",
|
||||
imageAlt: "traditional pakistani food table setting",
|
||||
},
|
||||
{
|
||||
title: "Expert Chefs",
|
||||
description: "Masters of traditional Pakistani cuisine.",
|
||||
icon: Award,
|
||||
title: "Expert Chefs", description: "Masters of traditional Pakistani cuisine.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404325.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-topped-with-cream-cherries_141793-658.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404325.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dessert-topped-with-cream-cherries_141793-658.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491774.jpg?_wi=2",
|
||||
imageAlt: "traditional pakistani food table setting",
|
||||
},
|
||||
{
|
||||
title: "Warm Atmosphere",
|
||||
description: "Comfortable seating for all occasions.",
|
||||
icon: Zap,
|
||||
title: "Warm Atmosphere", description: "Comfortable seating for all occasions.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-powders_23-2148583682.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-powders_23-2148583682.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg?_wi=2",
|
||||
imageAlt: "traditional pakistani food table setting",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
@@ -306,41 +163,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
role: "Local",
|
||||
testimonial: "The best biryani in the city!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ahmed",
|
||||
role: "Foodie",
|
||||
testimonial: "Authentic taste, reminds me of Karachi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-looking-mobile-phone_23-2147810892.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria",
|
||||
role: "Regular",
|
||||
testimonial: "Beautiful atmosphere and amazing staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Zaid",
|
||||
role: "Visitor",
|
||||
testimonial: "A must-visit spot for everyone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-eating_23-2148972801.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena",
|
||||
role: "Food Blogger",
|
||||
testimonial: "Hidden gem with royal flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-dining-table_637285-10475.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah", role: "Local", testimonial: "The best biryani in the city!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg" },
|
||||
{ id: "2", name: "Ahmed", role: "Foodie", testimonial: "Authentic taste, reminds me of Karachi.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-looking-mobile-phone_23-2147810892.jpg" },
|
||||
{ id: "3", name: "Maria", role: "Regular", testimonial: "Beautiful atmosphere and amazing staff.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg" },
|
||||
{ id: "4", name: "Zaid", role: "Visitor", testimonial: "A must-visit spot for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-eating_23-2148972801.jpg" },
|
||||
{ id: "5", name: "Elena", role: "Food Blogger", testimonial: "Hidden gem with royal flavors.", imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-dining-table_637285-10475.jpg" },
|
||||
]}
|
||||
title="What People Say"
|
||||
description="Heartfelt feedback from our community."
|
||||
@@ -352,14 +179,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"City Food Monthly",
|
||||
"Local Digest",
|
||||
"Culinary Review",
|
||||
"Gourmet Magazine",
|
||||
"The Food Critic",
|
||||
"Taste of City",
|
||||
"Dining Guide",
|
||||
]}
|
||||
"City Food Monthly", "Local Digest", "Culinary Review", "Gourmet Magazine", "The Food Critic", "Taste of City", "Dining Guide"]}
|
||||
title="Featured In"
|
||||
description="Recognized for our dedication to culinary excellence."
|
||||
/>
|
||||
@@ -370,21 +190,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you take reservations?",
|
||||
content: "Yes, we highly recommend booking in advance.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, free parking is available nearby.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Absolutely, we have a wide selection of vegetarian dishes.",
|
||||
},
|
||||
{ id: "1", title: "Do you take reservations?", content: "Yes, we highly recommend booking in advance." },
|
||||
{ id: "2", title: "Is parking available?", content: "Yes, free parking is available nearby." },
|
||||
{ id: "3", title: "Are there vegetarian options?", content: "Absolutely, we have a wide selection of vegetarian dishes." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our restaurant."
|
||||
@@ -396,8 +204,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Get in Touch"
|
||||
description="Have a special event or just want to book a table? Contact us today."
|
||||
@@ -410,33 +217,16 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#home" },
|
||||
{ label: "Menu", href: "#products" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user