Update src/app/page.tsx
This commit is contained in:
339
src/app/page.tsx
339
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Locations",
|
||||
id: "#locations",
|
||||
},
|
||||
name: "Locations", id: "#locations"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/sao-joao-celebration_23-2151974302.jpg"
|
||||
logoAlt="Restaurante Império Logo"
|
||||
@@ -64,72 +52,47 @@ export default function LandingPage() {
|
||||
bottomLeftText="Authentic Minas Cuisine"
|
||||
bottomRightText="Open 24/7"
|
||||
button={{
|
||||
text: "Order / Reserve",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order / Reserve", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Authentic Minas Gerais Cuisine, Open 24/7"
|
||||
description="From highway pit stops to family celebrations, Restaurante Império serves traditional churrasco, self-service buffets, and event spaces across Minas Gerais. Find your nearest location, order online, or reserve your table today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table or Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table or Order Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-hand-holding-uncooked-chicken-grilling_23-2147840865.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-hand-holding-uncooked-chicken-grilling_23-2147840865.jpg"
|
||||
imageAlt="Large spread of traditional Brazilian food, churrasco, and buffet style dishes."
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062799.jpg",
|
||||
alt: "Customer testimonial avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062799.jpg", alt: "Customer testimonial avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062796.jpg",
|
||||
alt: "Customer testimonial avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062796.jpg", alt: "Customer testimonial avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062787.jpg",
|
||||
alt: "Customer testimonial avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062787.jpg", alt: "Customer testimonial avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062786.jpg",
|
||||
alt: "Customer testimonial avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062786.jpg", alt: "Customer testimonial avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535169.jpg",
|
||||
alt: "Customer testimonial avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535169.jpg", alt: "Customer testimonial avatar 5"},
|
||||
]}
|
||||
avatarText="Join our 1M+ happy customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Flavors",
|
||||
},
|
||||
type: "text", text: "Traditional Flavors"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Service",
|
||||
},
|
||||
type: "text", text: "24/7 Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
type: "text", text: "Family Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Event Spaces",
|
||||
},
|
||||
type: "text", text: "Event Spaces"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Online Ordering",
|
||||
},
|
||||
type: "text", text: "Online Ordering"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,19 +106,13 @@ export default function LandingPage() {
|
||||
description="Restaurante Império brings the heart of Minas Gerais to your table. With decades of tradition, we pride ourselves on serving rich, flavorful dishes, from succulent churrasco to expansive self-service buffets, all prepared with the freshest local ingredients."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Traditional Recipes",
|
||||
description: "Passed down through generations, ensuring an authentic taste of Minas Gerais.",
|
||||
},
|
||||
title: "Traditional Recipes", description: "Passed down through generations, ensuring an authentic taste of Minas Gerais."},
|
||||
{
|
||||
title: "Fresh Local Ingredients",
|
||||
description: "Sourced daily to guarantee the highest quality and freshest flavors in every dish.",
|
||||
},
|
||||
title: "Fresh Local Ingredients", description: "Sourced daily to guarantee the highest quality and freshest flavors in every dish."},
|
||||
{
|
||||
title: "Warm Brazilian Hospitality",
|
||||
description: "Experience friendly service in a cozy ambiance, perfect for families and gatherings.",
|
||||
},
|
||||
title: "Warm Brazilian Hospitality", description: "Experience friendly service in a cozy ambiance, perfect for families and gatherings."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/culinary-professionals-team-restaurant-kitchen-cooking-gourmet-dishes_482257-121164.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/culinary-professionals-team-restaurant-kitchen-cooking-gourmet-dishes_482257-121164.jpg"
|
||||
imageAlt="Chef preparing traditional Minas Gerais dish."
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -168,36 +125,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Churrasco",
|
||||
description: "Savor perfectly grilled meats, Brazilian style.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sao-joao-celebration_23-2151974302.jpg",
|
||||
imageAlt: "restaurant empire logo",
|
||||
title: "Authentic Churrasco", description: "Savor perfectly grilled meats, Brazilian style.", bentoComponent: "reveal-icon", icon: Flame
|
||||
},
|
||||
{
|
||||
title: "Rich Self-Service Buffet",
|
||||
description: "A vast selection of hot dishes, salads, and traditional sides.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Soup,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hand-holding-uncooked-chicken-grilling_23-2147840865.jpg?_wi=2",
|
||||
imageAlt: "restaurant empire logo",
|
||||
title: "Rich Self-Service Buffet", description: "A vast selection of hot dishes, salads, and traditional sides.", bentoComponent: "reveal-icon", icon: Soup
|
||||
},
|
||||
{
|
||||
title: "Open 24/7 for Your Convenience",
|
||||
description: "Serving delicious meals around the clock, perfect for any time.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Clock,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/culinary-professionals-team-restaurant-kitchen-cooking-gourmet-dishes_482257-121164.jpg?_wi=2",
|
||||
imageAlt: "restaurant empire logo",
|
||||
title: "Open 24/7 for Your Convenience", description: "Serving delicious meals around the clock, perfect for any time.", bentoComponent: "reveal-icon", icon: Clock
|
||||
},
|
||||
{
|
||||
title: "Dedicated Event Spaces",
|
||||
description: "Host your celebrations and gatherings with us, large or small.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Calendar,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cheese-burger-cartoon-icon-illustration-3d-food-object-icon-concept-isolated-premium-design-flat-cartoon-style_138676-3573.jpg",
|
||||
imageAlt: "restaurant empire logo",
|
||||
title: "Dedicated Event Spaces", description: "Host your celebrations and gatherings with us, large or small.", bentoComponent: "reveal-icon", icon: Calendar
|
||||
},
|
||||
]}
|
||||
title="Experience Império: More Than Just a Meal"
|
||||
@@ -213,61 +150,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "picanha",
|
||||
name: "Picanha na Brasa",
|
||||
price: "R$ 60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-arugula-grilled-tomato_141793-1181.jpg",
|
||||
imageAlt: "Grilled Picanha",
|
||||
},
|
||||
id: "picanha", name: "Picanha na Brasa", price: "R$ 60", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-arugula-grilled-tomato_141793-1181.jpg", imageAlt: "Grilled Picanha"},
|
||||
{
|
||||
id: "feijoada",
|
||||
name: "Feijoada Completa",
|
||||
price: "R$ 45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-with-delicious-brazilian-food_23-2148739190.jpg",
|
||||
imageAlt: "Complete Feijoada",
|
||||
},
|
||||
id: "feijoada", name: "Feijoada Completa", price: "R$ 45", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-with-delicious-brazilian-food_23-2148739190.jpg", imageAlt: "Complete Feijoada"},
|
||||
{
|
||||
id: "paodequeijo",
|
||||
name: "Pão de Queijo",
|
||||
price: "R$ 15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-delicious-dumplings-wooden-bowl_114579-43398.jpg",
|
||||
imageAlt: "Brazilian Cheese Bread",
|
||||
},
|
||||
id: "paodequeijo", name: "Pão de Queijo", price: "R$ 15", imageSrc: "http://img.b2bpic.net/free-photo/fried-delicious-dumplings-wooden-bowl_114579-43398.jpg", imageAlt: "Brazilian Cheese Bread"},
|
||||
{
|
||||
id: "frangocomquiabo",
|
||||
name: "Frango com Quiabo",
|
||||
price: "R$ 40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-eggplant-dish-arrangement_23-2150410426.jpg",
|
||||
imageAlt: "Chicken with Okra Stew",
|
||||
},
|
||||
id: "frangocomquiabo", name: "Frango com Quiabo", price: "R$ 40", imageSrc: "http://img.b2bpic.net/free-photo/delicious-eggplant-dish-arrangement_23-2150410426.jpg", imageAlt: "Chicken with Okra Stew"},
|
||||
{
|
||||
id: "tutu",
|
||||
name: "Tutu de Feijão",
|
||||
price: "R$ 20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hummus-chickpeas-lemon-tahini-olive-oil-side-view_140725-11273.jpg",
|
||||
imageAlt: "Mashed Bean Paste",
|
||||
},
|
||||
id: "tutu", name: "Tutu de Feijão", price: "R$ 20", imageSrc: "http://img.b2bpic.net/free-photo/hummus-chickpeas-lemon-tahini-olive-oil-side-view_140725-11273.jpg", imageAlt: "Mashed Bean Paste"},
|
||||
{
|
||||
id: "brigadeiro",
|
||||
name: "Brigadeiro",
|
||||
price: "R$ 10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-indian-dessert_23-2149312423.jpg",
|
||||
imageAlt: "Brazilian Chocolate Truffle",
|
||||
},
|
||||
id: "brigadeiro", name: "Brigadeiro", price: "R$ 10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-indian-dessert_23-2149312423.jpg", imageAlt: "Brazilian Chocolate Truffle"},
|
||||
{
|
||||
id: "caipirinha",
|
||||
name: "Caipirinha",
|
||||
price: "R$ 25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-drink-composition_23-2148935272.jpg",
|
||||
imageAlt: "Brazilian Caipirinha Cocktail",
|
||||
},
|
||||
id: "caipirinha", name: "Caipirinha", price: "R$ 25", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-drink-composition_23-2148935272.jpg", imageAlt: "Brazilian Caipirinha Cocktail"},
|
||||
{
|
||||
id: "pastel",
|
||||
name: "Pastel de Carne",
|
||||
price: "R$ 18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-fried-potatoes-wooden-table_140725-9827.jpg",
|
||||
imageAlt: "Beef Pastel",
|
||||
},
|
||||
id: "pastel", name: "Pastel de Carne", price: "R$ 18", imageSrc: "http://img.b2bpic.net/free-photo/homemade-fried-potatoes-wooden-table_140725-9827.jpg", imageAlt: "Beef Pastel"},
|
||||
]}
|
||||
title="Our Signature Flavors Await"
|
||||
description="Explore a taste of Minas Gerais with our most cherished dishes. From tender grilled meats to traditional sides, there's something to delight every palate at Restaurante Império."
|
||||
@@ -281,23 +178,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "years",
|
||||
icon: Award,
|
||||
title: "Years of Tradition",
|
||||
value: "30+",
|
||||
},
|
||||
id: "years", icon: Award,
|
||||
title: "Years of Tradition", value: "30+"},
|
||||
{
|
||||
id: "locations",
|
||||
icon: MapPin,
|
||||
title: "Locations Served",
|
||||
value: "5+",
|
||||
},
|
||||
id: "locations", icon: MapPin,
|
||||
title: "Locations Served", value: "5+"},
|
||||
{
|
||||
id: "customers",
|
||||
icon: Heart,
|
||||
title: "Happy Customers",
|
||||
value: "1M+",
|
||||
},
|
||||
id: "customers", icon: Heart,
|
||||
title: "Happy Customers", value: "1M+"},
|
||||
]}
|
||||
title="Império By The Numbers"
|
||||
description="Decades of dedication and countless happy customers underscore our commitment to excellence in every meal and every interaction."
|
||||
@@ -309,14 +197,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Anotaai",
|
||||
"Cardápio Web",
|
||||
"Local Food Guide",
|
||||
"Minas Culinária Blog",
|
||||
"TripAdvisor",
|
||||
"Google Maps",
|
||||
"iFood",
|
||||
]}
|
||||
"Anotaai", "Cardápio Web", "Local Food Guide", "Minas Culinária Blog", "TripAdvisor", "Google Maps", "iFood"]}
|
||||
title="Trusted by Our Community & Partners"
|
||||
description="Restaurante Império is proud to be a local favorite and partner with leading delivery services to bring our authentic cuisine directly to you."
|
||||
/>
|
||||
@@ -329,53 +210,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Silva",
|
||||
handle: "@mariatravels",
|
||||
testimonial: "The best churrasco I've had outside of Brazil! A must-stop for any highway traveler.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-tasty-food_23-2149525567.jpg",
|
||||
imageAlt: "Portrait of Maria Silva",
|
||||
},
|
||||
id: "1", name: "Maria Silva", handle: "@mariatravels", testimonial: "The best churrasco I've had outside of Brazil! A must-stop for any highway traveler.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-tasty-food_23-2149525567.jpg", imageAlt: "Portrait of Maria Silva"},
|
||||
{
|
||||
id: "2",
|
||||
name: "João Pereira",
|
||||
handle: "@joaofoodie",
|
||||
testimonial: "An incredible variety at the self-service buffet. Every dish tastes like home. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-waiting-queue-check-counter-with-luggage_107420-95784.jpg",
|
||||
imageAlt: "Portrait of João Pereira",
|
||||
},
|
||||
id: "2", name: "João Pereira", handle: "@joaofoodie", testimonial: "An incredible variety at the self-service buffet. Every dish tastes like home. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-waiting-queue-check-counter-with-luggage_107420-95784.jpg", imageAlt: "Portrait of João Pereira"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana Clara",
|
||||
handle: "@anaclaraevents",
|
||||
testimonial: "We hosted our family reunion here, and the event space was perfect. The food and service were exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg",
|
||||
imageAlt: "Portrait of Ana Clara",
|
||||
},
|
||||
id: "3", name: "Ana Clara", handle: "@anaclaraevents", testimonial: "We hosted our family reunion here, and the event space was perfect. The food and service were exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg", imageAlt: "Portrait of Ana Clara"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos Eduardo",
|
||||
handle: "@carlosreviews",
|
||||
testimonial: "24/7 service is a lifesaver! Delicious food always available, perfect for my late-night shifts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-family-smiling-happy-confident-showing-roasted-turkey-applauding-celebrating-thanksgiving-day-home_839833-12166.jpg",
|
||||
imageAlt: "Portrait of Carlos Eduardo",
|
||||
},
|
||||
id: "4", name: "Carlos Eduardo", handle: "@carlosreviews", testimonial: "24/7 service is a lifesaver! Delicious food always available, perfect for my late-night shifts.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-family-smiling-happy-confident-showing-roasted-turkey-applauding-celebrating-thanksgiving-day-home_839833-12166.jpg", imageAlt: "Portrait of Carlos Eduardo"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Beatriz Mendes",
|
||||
handle: "@biaeats",
|
||||
testimonial: "Ordering through their platform is so easy. My lunch arrived quickly and was absolutely fresh and tasty!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
|
||||
imageAlt: "Portrait of Beatriz Mendes",
|
||||
},
|
||||
id: "5", name: "Beatriz Mendes", handle: "@biaeats", testimonial: "Ordering through their platform is so easy. My lunch arrived quickly and was absolutely fresh and tasty!", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", imageAlt: "Portrait of Beatriz Mendes"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ricardo Gomes",
|
||||
handle: "@ricardogourmet",
|
||||
testimonial: "The authentic Minas Gerais flavors are unmatched. It truly feels like a culinary journey to the heart of Brazil.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-yellow-uniform-cape-holding-delivery-food-package-pink-wall-service-delivery-uniform-job-work_140725-43050.jpg",
|
||||
imageAlt: "Portrait of Ricardo Gomes",
|
||||
},
|
||||
id: "6", name: "Ricardo Gomes", handle: "@ricardogourmet", testimonial: "The authentic Minas Gerais flavors are unmatched. It truly feels like a culinary journey to the heart of Brazil.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-yellow-uniform-cape-holding-delivery-food-package-pink-wall-service-delivery-uniform-job-work_140725-43050.jpg", imageAlt: "Portrait of Ricardo Gomes"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear directly from our satisfied customers, from highway travelers to local families, who have made Restaurante Império their go-to for authentic Brazilian cuisine."
|
||||
@@ -388,35 +233,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your operating hours?",
|
||||
content: "Restaurante Império is open 24 hours a day, 7 days a week, at all our locations. We're always here to serve you!",
|
||||
},
|
||||
id: "faq1", title: "What are your operating hours?", content: "Restaurante Império is open 24 hours a day, 7 days a week, at all our locations. We're always here to serve you!"},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How can I find the nearest location?",
|
||||
content: "You can find all our locations and directions on our 'Locations' page, or use the map feature directly on our website.",
|
||||
},
|
||||
id: "faq2", title: "How can I find the nearest location?", content: "You can find all our locations and directions on our 'Locations' page, or use the map feature directly on our website."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer online ordering?",
|
||||
content: "Yes, we offer online ordering for pickup and delivery through our website and various third-party apps listed in our 'Contact' section.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer online ordering?", content: "Yes, we offer online ordering for pickup and delivery through our website and various third-party apps listed in our 'Contact' section."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can I make a reservation for a group?",
|
||||
content: "Absolutely! For group dining and event space reservations, please contact us via phone or fill out the inquiry form on our 'Contact' page.",
|
||||
},
|
||||
id: "faq4", title: "Can I make a reservation for a group?", content: "Absolutely! For group dining and event space reservations, please contact us via phone or fill out the inquiry form on our 'Contact' page."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "What types of cuisine do you specialize in?",
|
||||
content: "We specialize in authentic Minas Gerais cuisine, traditional Brazilian churrasco, and a wide variety of self-service buffet options.",
|
||||
},
|
||||
id: "faq5", title: "What types of cuisine do you specialize in?", content: "We specialize in authentic Minas Gerais cuisine, traditional Brazilian churrasco, and a wide variety of self-service buffet options."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "Are there vegetarian or vegan options?",
|
||||
content: "Our self-service buffet always includes a selection of fresh salads and vegetarian dishes. Please ask our staff for specific vegan options.",
|
||||
},
|
||||
id: "faq6", title: "Are there vegetarian or vegan options?", content: "Our self-service buffet always includes a selection of fresh salads and vegetarian dishes. Please ask our staff for specific vegan options."},
|
||||
]}
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick answers to common questions about our locations, menus, services, and more. If you can't find what you need, feel free to contact us directly."
|
||||
@@ -428,8 +255,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Plan Your Visit or Event"
|
||||
description="Whether you're planning a family celebration, a quick meal, or need catering, our team is ready to assist. Reach out to us for reservations, event inquiries, or any questions you may have."
|
||||
@@ -447,62 +273,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "#locations",
|
||||
},
|
||||
label: "Locations", href: "#locations"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Online Ordering",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Online Ordering", href: "#contact"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Event Planning",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Event Planning", href: "#contact"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#",
|
||||
},
|
||||
label: "Catering", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/restauranteimperio",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/restauranteimperio"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/restauranteimperio",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/restauranteimperio"},
|
||||
{
|
||||
label: "TripAdvisor",
|
||||
href: "https://tripadvisor.com/restauranteimperio",
|
||||
},
|
||||
label: "TripAdvisor", href: "https://tripadvisor.com/restauranteimperio"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user