Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
286
src/app/page.tsx
286
src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import { Award, Coffee, Fish, Flame, Heart, Leaf, Lightbulb, Music, Smile, Sparkles, Star, Users } from "lucide-react";
|
import { Award, Coffee, Fish, Flame, Heart, Leaf, Lightbulb, Music, Smile, Sparkles, Star, Users, UtensilsCrossed } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,30 +32,18 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "#reviews"},
|
||||||
id: "#reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Book a Table",
|
text: "Book a Table", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lvlawi"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lvlawi"
|
||||||
logoAlt="MAD Brothers Restaurant Logo"
|
logoAlt="MAD Brothers Restaurant Logo"
|
||||||
brandName="MAD Brothers Restaurant"
|
brandName="MAD Brothers Restaurant"
|
||||||
@@ -65,71 +53,46 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Experience Culinary Delights at MAD Brothers Restaurant"
|
title="Experience Culinary Delights at MAD Brothers Restaurant"
|
||||||
description="Nestled in the heart of Kaunas Old Town, MAD Brothers offers an unforgettable dining experience. Enjoy our exquisite dishes crafted with passion, served in a warm and inviting atmosphere. Your perfect meal awaits!"
|
description="Nestled in the heart of Kaunas Old Town, MAD Brothers offers an unforgettable dining experience. Enjoy our exquisite dishes crafted with passion, served in a warm and inviting atmosphere. Your perfect meal awaits!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Our Menu",
|
text: "View Our Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Make a Reservation",
|
text: "Make a Reservation", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg"
|
||||||
imageAlt="Elegant restaurant dining scene with food on table"
|
imageAlt="Elegant restaurant dining scene with food on table"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
fixedMediaHeight={true}
|
fixedMediaHeight={true}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg", alt: "Smiling restaurant guest"},
|
||||||
alt: "Smiling restaurant guest",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/cute-tanned-brunette-woman-stylish-red-dress-beret-sunglasses-sits-cafe_197531-24181.jpg",
|
src: "http://img.b2bpic.net/free-photo/cute-tanned-brunette-woman-stylish-red-dress-beret-sunglasses-sits-cafe_197531-24181.jpg", alt: "Happy diner portrait"},
|
||||||
alt: "Happy diner portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5046.jpg",
|
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5046.jpg", alt: "Woman enjoying meal"},
|
||||||
alt: "Woman enjoying meal",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/valentines-day-concept-romantic-guy-showing-finger-heart-looking-left-smiling-happy-standing_1258-163953.jpg",
|
src: "http://img.b2bpic.net/free-photo/valentines-day-concept-romantic-guy-showing-finger-heart-looking-left-smiling-happy-standing_1258-163953.jpg", alt: "Man looking pleased"},
|
||||||
alt: "Man looking pleased",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg", alt: "Customer profile picture"},
|
||||||
alt: "Customer profile picture",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join our 10,000+ happy diners!"
|
avatarText="Join our 10,000+ happy diners!"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Fresh, Local Ingredients"},
|
||||||
text: "Fresh, Local Ingredients",
|
{
|
||||||
|
type: "text-icon", text: "Exceptional Service", icon: Smile,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text", text: "Award-Winning Chefs"},
|
||||||
text: "Exceptional Service",
|
{
|
||||||
icon: Smile,
|
type: "text-icon", text: "Cozy Ambiance", icon: Coffee,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Daily Gourmet Specials"},
|
||||||
text: "Award-Winning Chefs",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text-icon",
|
|
||||||
text: "Cozy Ambiance",
|
|
||||||
icon: Coffee,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Daily Gourmet Specials",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -141,19 +104,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Star,
|
icon: Star,
|
||||||
label: "Years Serving",
|
label: "Years Serving", value: "15+"},
|
||||||
value: "15+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Happy Customers",
|
label: "Happy Customers", value: "10K+"},
|
||||||
value: "10K+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Flame,
|
icon: Flame,
|
||||||
label: "Daily Specials",
|
label: "Daily Specials", value: "5+"},
|
||||||
value: "5+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -167,47 +124,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Truffle Pasta", price: "€18.50", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-cheese-topped-with-basil_140725-3803.jpg", imageAlt: "Gourmet truffle pasta"},
|
||||||
name: "Truffle Pasta",
|
|
||||||
price: "€18.50",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-cheese-topped-with-basil_140725-3803.jpg",
|
|
||||||
imageAlt: "Gourmet truffle pasta",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Grilled Ribeye Steak", price: "€28.00", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-fried-potatoes-mayonnaise-mustard-ketchup_140725-1494.jpg", imageAlt: "Grilled ribeye steak with vegetables"},
|
||||||
name: "Grilled Ribeye Steak",
|
|
||||||
price: "€28.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-fried-potatoes-mayonnaise-mustard-ketchup_140725-1494.jpg",
|
|
||||||
imageAlt: "Grilled ribeye steak with vegetables",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Seafood Platter", price: "€35.00", imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320439.jpg", imageAlt: "Fresh seafood platter"},
|
||||||
name: "Seafood Platter",
|
|
||||||
price: "€35.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320439.jpg",
|
|
||||||
imageAlt: "Fresh seafood platter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Seasonal Garden Salad", price: "€12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-healthy-salad-with-tweezers_181624-9062.jpg", imageAlt: "Fresh seasonal garden salad"},
|
||||||
name: "Seasonal Garden Salad",
|
|
||||||
price: "€12.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-healthy-salad-with-tweezers_181624-9062.jpg",
|
|
||||||
imageAlt: "Fresh seasonal garden salad",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Molten Chocolate Lava Cake", price: "€9.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-white-plate_1150-6317.jpg", imageAlt: "Chocolate lava cake"},
|
||||||
name: "Molten Chocolate Lava Cake",
|
|
||||||
price: "€9.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-white-plate_1150-6317.jpg",
|
|
||||||
imageAlt: "Chocolate lava cake",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Signature Crafted Cocktail", price: "€10.50", imageSrc: "http://img.b2bpic.net/free-photo/moody-fruit-still-life_23-2148139598.jpg", imageAlt: "Signature crafted cocktail"},
|
||||||
name: "Signature Crafted Cocktail",
|
|
||||||
price: "€10.50",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/moody-fruit-still-life_23-2148139598.jpg",
|
|
||||||
imageAlt: "Signature crafted cocktail",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Delicious Menu"
|
title="Our Delicious Menu"
|
||||||
description="Explore a curated selection of gourmet dishes, from classic favorites to innovative creations, all prepared with the freshest ingredients."
|
description="Explore a curated selection of gourmet dishes, from classic favorites to innovative creations, all prepared with the freshest ingredients."
|
||||||
@@ -221,79 +148,52 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Inviting Ambiance",
|
title: "Inviting Ambiance", description: "Our restaurant is designed to offer a cozy and sophisticated atmosphere, perfect for any occasion.", media: {
|
||||||
description: "Our restaurant is designed to offer a cozy and sophisticated atmosphere, perfect for any occasion.",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-decor-restaurant-celebrations_8353-9106.jpg", imageAlt: "Cozy restaurant interior"},
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-decor-restaurant-celebrations_8353-9106.jpg",
|
|
||||||
imageAlt: "Cozy restaurant interior",
|
|
||||||
},
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Lightbulb,
|
icon: Lightbulb,
|
||||||
text: "Warm Lighting",
|
text: "Warm Lighting"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Coffee,
|
icon: Coffee,
|
||||||
text: "Comfortable Seating",
|
text: "Comfortable Seating"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Music,
|
icon: Music,
|
||||||
text: "Subtle Background Music",
|
text: "Subtle Background Music"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: false,
|
reverse: false,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lvlawi",
|
|
||||||
imageAlt: "warm cozy restaurant interior ambiance",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Fresh, Local Ingredients",
|
title: "Fresh, Local Ingredients", description: "We source the finest local and seasonal ingredients to ensure every dish is bursting with flavor and quality.", media: {
|
||||||
description: "We source the finest local and seasonal ingredients to ensure every dish is bursting with flavor and quality.",
|
imageSrc: "http://img.b2bpic.net/free-photo/border-from-autumn-symbols_23-2147867474.jpg", imageAlt: "Fresh ingredients on a chopping board"},
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/border-from-autumn-symbols_23-2147867474.jpg",
|
|
||||||
imageAlt: "Fresh ingredients on a chopping board",
|
|
||||||
},
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Leaf,
|
icon: Leaf,
|
||||||
text: "Seasonal Produce",
|
text: "Seasonal Produce"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Fish,
|
icon: Fish,
|
||||||
text: "Sustainable Sourcing",
|
text: "Sustainable Sourcing"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
text: "Premium Quality",
|
text: "Premium Quality"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: true,
|
reverse: true,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg?_wi=2",
|
|
||||||
imageAlt: "warm cozy restaurant interior ambiance",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Passionate Culinary Team",
|
title: "Passionate Culinary Team", description: "Our talented chefs are dedicated to creating memorable dishes, blending traditional techniques with modern culinary art.", media: {
|
||||||
description: "Our talented chefs are dedicated to creating memorable dishes, blending traditional techniques with modern culinary art.",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16148.jpg", imageAlt: "Chef preparing a dish in the kitchen"},
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16148.jpg",
|
|
||||||
imageAlt: "Chef preparing a dish in the kitchen",
|
|
||||||
},
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Sparkles,
|
icon: Sparkles,
|
||||||
text: "Creative Dishes",
|
text: "Creative Dishes"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: UtensilsCrossed,
|
icon: UtensilsCrossed,
|
||||||
text: "Expert Preparation",
|
text: "Expert Preparation"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
text: "Service with a Smile",
|
text: "Service with a Smile"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: false,
|
reverse: false,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-smelling-dish-after-cooking_329181-16138.jpg",
|
|
||||||
imageAlt: "warm cozy restaurant interior ambiance",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Why Dine with MAD Brothers?"
|
title="Why Dine with MAD Brothers?"
|
||||||
@@ -309,29 +209,17 @@ export default function LandingPage() {
|
|||||||
author="Sarah J."
|
author="Sarah J."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/annoyed-young-caucasian-man-pulling-collar-his-turtleneck-sweater-looking-camera-with-one-eye-closed-isolated-orange-background-with-copy-space_141793-78073.jpg",
|
src: "http://img.b2bpic.net/free-photo/annoyed-young-caucasian-man-pulling-collar-his-turtleneck-sweater-looking-camera-with-one-eye-closed-isolated-orange-background-with-copy-space_141793-78073.jpg", alt: "Sarah J."},
|
||||||
alt: "Sarah J.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
|
src: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", alt: "Michael C."},
|
||||||
alt: "Michael C.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-11650.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-11650.jpg", alt: "Emily R."},
|
||||||
alt: "Emily R.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-shirt-clothes-fashion-stylish-man-posing_158538-5311.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-shirt-clothes-fashion-stylish-man-posing_158538-5311.jpg", alt: "David K."},
|
||||||
alt: "David K.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/vertical-portrait-successful-goodlooking-young-professional-headhunter-female-entrepreneur-office-worker-beige-blazer-look-away-cross-hands-chest-confident-manage-own-business_197531-30576.jpg",
|
src: "http://img.b2bpic.net/free-photo/vertical-portrait-successful-goodlooking-young-professional-headhunter-female-entrepreneur-office-worker-beige-blazer-look-away-cross-hands-chest-confident-manage-own-business_197531-30576.jpg", alt: "Olivia M."},
|
||||||
alt: "Olivia M.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg",
|
src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg", alt: "Mark T."},
|
||||||
alt: "Mark T.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -343,25 +231,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1",
|
id: "faq1", title: "Do I need a reservation?", content: "Reservations are highly recommended, especially on weekends and for dinner service, to ensure you get a table."},
|
||||||
title: "Do I need a reservation?",
|
|
||||||
content: "Reservations are highly recommended, especially on weekends and for dinner service, to ensure you get a table.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq2",
|
id: "faq2", title: "Do you offer vegetarian or vegan options?", content: "Yes, our menu includes a variety of vegetarian and vegan dishes. Please inform your server about any dietary restrictions."},
|
||||||
title: "Do you offer vegetarian or vegan options?",
|
|
||||||
content: "Yes, our menu includes a variety of vegetarian and vegan dishes. Please inform your server about any dietary restrictions.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq3",
|
id: "faq3", title: "What are your opening hours?", content: "We are open Monday to Friday from 12:00 PM to 10:00 PM, and Saturday to Sunday from 11:00 AM to 11:00 PM."},
|
||||||
title: "What are your opening hours?",
|
|
||||||
content: "We are open Monday to Friday from 12:00 PM to 10:00 PM, and Saturday to Sunday from 11:00 AM to 11:00 PM.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq4",
|
id: "faq4", title: "Can I host a private event at MAD Brothers?", content: "Absolutely! We offer private event spaces and custom catering menus. Please contact us directly for more details and availability."},
|
||||||
title: "Can I host a private event at MAD Brothers?",
|
|
||||||
content: "Absolutely! We offer private event spaces and custom catering menus. Please contact us directly for more details and availability.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Questions About Your Visit?"
|
sideTitle="Questions About Your Visit?"
|
||||||
sideDescription="Find answers to our most common questions regarding reservations, menu options, and special requests."
|
sideDescription="Find answers to our most common questions regarding reservations, menu options, and special requests."
|
||||||
@@ -374,8 +250,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Reservations"
|
tag="Reservations"
|
||||||
title="Book Your Table Now"
|
title="Book Your Table Now"
|
||||||
description="Plan your next culinary journey with us. Fill out the form below or call us directly to secure your spot."
|
description="Plan your next culinary journey with us. Fill out the form below or call us directly to secure your spot."
|
||||||
@@ -391,54 +266,33 @@ export default function LandingPage() {
|
|||||||
logoText="MAD Brothers Restaurant"
|
logoText="MAD Brothers Restaurant"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Discover",
|
title: "Discover", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Our Story",
|
label: "Our Story", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Full Menu",
|
label: "Full Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Chef's Specials",
|
label: "Chef's Specials", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Visit",
|
title: "Visit", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Location",
|
label: "Location", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Hours",
|
label: "Hours", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reservations",
|
label: "Reservations", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Feedback",
|
label: "Feedback", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Private Events",
|
label: "Private Events", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user