Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dbe20f6137 | |||
| d3013685b2 | |||
| a3813bb19a | |||
| 3084153a38 | |||
| f20748e424 | |||
| 0e663cac36 |
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Our Story"
|
||||
tagIcon={Utensils}
|
||||
buttons={[{ text: "Explore Our Heritage", href: "#" }]}
|
||||
buttons={[{ text: "Explore Our Heritage", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
{ id: "faq3", title: "Do you accommodate dietary restrictions?", content: "Yes, we strive to accommodate all dietary needs. Please inform us of any restrictions or allergies when making your reservation." },
|
||||
{ id: "faq4", title: "Is HidalGo Bistro available for private events?", content: "We offer exclusive private dining options for special occasions. Please contact our events team for more information and availability." },
|
||||
{ id: "faq5", title: "Do you have a bar or lounge area?", content: "Yes, our elegant bar and lounge offers a curated selection of cocktails, wines, and spirits, perfect for pre-dinner drinks or a relaxed evening." },
|
||||
{ id: "faq6", title: "What are your operating hours?", content: "HidalGo Bistro is open for dinner service from Tuesday to Saturday, 5:00 PM to 10:00 PM. We are closed on Sundays and Mondays." }
|
||||
{ id: "faq6", title: "What are your operating hours?", content: "HidalGo Bistro is open: Monday 9 AM–9 PM, Tuesday 9 AM–9 PM, Wednesday 9 AM–9 PM, Thursday 9 AM–9 PM, Friday 9 AM–9 PM, Saturday 9 AM–9 PM, and Sunday 9 AM–6 PM." }
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -152,10 +152,10 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
tag="Reservations"
|
||||
title="Secure Your Table at HidalGo Bistro"
|
||||
description="Experience an unforgettable evening of culinary excellence at HidalGo Bistro. Book your reservation now, or get directions to our exquisite location."
|
||||
description="Experience an unforgettable evening of culinary excellence at HidalGo Bistro. Book your reservation now, or get directions to our exquisite location. Visit us at 962 S Santa Fe Ave, Vista, CA 92084. Call us: +17605761943."
|
||||
buttons={[
|
||||
{ text: "Reserve Your Table Now", href: "#contact" },
|
||||
{ text: "Get Directions", href: "https://maps.app.goo.gl/5gErpAgCvM9MfLJg6" }
|
||||
{ text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=962+S+Santa+Fe+Ave,+Vista,+CA+92084" }
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
||||
logoText="HidalGo Bistro"
|
||||
columns={[
|
||||
{ title: "Discover", items: [{ label: "Our Story", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Team", href: "#team" }] },
|
||||
{ title: "Visit", items: [{ label: "Reservations", href: "#contact" }, { label: "Private Events", href: "#" }, { label: "Contact Us", href: "#contact" }] },
|
||||
{ title: "Visit", items: [{ label: "Reservations", href: "#contact" }, { label: "Private Events", href: "#" }, { label: "Contact Us", href: "#contact" }, { label: "Call Us: +17605761943", href: "tel:+17605761943" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 HidalGo Bistro | All rights reserved."
|
||||
@@ -174,4 +174,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user