Update src/app/page.tsx

This commit is contained in:
2026-06-02 21:13:28 +00:00
parent d3013685b2
commit dbe20f6137

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroCarouselLogo
logoText="HidalGo Bistro"
description="Experience refined cuisine in an intimate setting where culinary artistry meets sophisticated ambiance. HidalGo Bistro invites you to discover exceptional flavors and impeccable service."
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
slides={[
{ imageSrc: "https://images.unsplash.com/photo-1549488344-ec24d6781681?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Elegant restaurant interior with dim lighting and set tables" },
{ imageSrc: "https://images.unsplash.com/photo-1563273188-0ad562b70f03?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Gourmet steak dish beautifully plated with vegetables" },
@@ -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">
@@ -152,7 +152,7 @@ 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. Visit us at 962 S Santa Fe Ave, Vista, CA 92084."
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://www.google.com/maps/search/?api=1&query=962+S+Santa+Fe+Ave,+Vista,+CA+92084" }
@@ -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."