4 Commits

Author SHA1 Message Date
7b84f83fce Update src/app/page.tsx 2026-06-07 20:55:51 +00:00
b244c61491 Merge version_2 into main
Merge version_2 into main
2026-06-07 20:52:59 +00:00
5e898942c2 Update src/app/page.tsx 2026-06-07 20:52:56 +00:00
b45b7664e8 Merge version_1 into main
Merge version_1 into main
2026-06-07 20:49:11 +00:00

View File

@@ -122,8 +122,8 @@ export default function Page() {
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" }
]}
bottomLeftText="Marina Vallarta, Puerto Vallarta"
bottomRightText="Open Tuesday-Sunday"
bottomLeftText="Blvd. Francisco Medina Ascencio, local 12, plaza punto banderas, Marina Vallarta, 48354 Puerto Vallarta, Jal."
bottomRightText="Open 6 Days a Week"
/>
</div>
@@ -132,7 +132,7 @@ export default function Page() {
logoText="Gabistro"
description="Discover Gabistro, your neighborhood café serving fresh, flavorful meals in the heart of Puerto Vallarta. Open Tuesday through Sunday for breakfast and brunch."
buttons={[
{ text: "Call Now", href: "tel:+523221234567" },
{ text: "Call Now", href: "tel:+523223650759" },
{ text: "Reserve a Table", href: "#contact" }
]}
slides={[
@@ -242,7 +242,7 @@ export default function Page() {
<div id="faq" data-section="faq">
<FaqSplitMedia
faqs={[
{ id: "faq1", title: "What are your operating hours?", content: "Gabistro is open Tuesday through Sunday from 8:00 AM to 3:00 PM, serving delicious breakfast and brunch options. We are closed on Mondays." },
{ id: "faq1", title: "What are your operating hours?", content: "Gabistro is open Sunday and Tuesday through Saturday from 8:00 AM to 3:00 PM, serving delicious breakfast and brunch options. We are closed on Mondays." },
{ id: "faq2", title: "Do you take reservations?", content: "Yes, we highly recommend making a reservation, especially for weekend brunch, to ensure you get a table. You can call us directly or use our contact form to book." },
{ id: "faq3", title: "Do you offer vegetarian or vegan options?", content: "Absolutely! Our menu includes a variety of vegetarian and vegan-friendly dishes. Please inform your server about any dietary restrictions, and we'll be happy to assist you." }
]}
@@ -291,15 +291,20 @@ export default function Page() {
},
{
title: "Visit Us", items: [
{ label: "Marina Vallarta, PV", href: "https://www.google.com/maps/search/Marina+Vallarta+restaurants" },
{ label: "Tuesday - Sunday: 8AM - 3PM", href: "#" },
{ label: "Closed Mondays", href: "#" }
{ label: "Blvd. Francisco Medina Ascencio, local 12, plaza punto banderas, Marina Vallarta, 48354 Puerto Vallarta, Jal.", href: "https://www.google.com/maps/search/Blvd.+Francisco+Medina+Ascencio,+local+12,+plaza+punto+banderas,+Marina+Vallarta,+48354+Puerto+Vallarta,+Jal." },
{ label: "Sunday: 8 a.m.-3 p.m.", href: "#" },
{ label: "Monday: Closed", href: "#" },
{ label: "Tuesday: 8 a.m.-3 p.m.", href: "#" },
{ label: "Wednesday: 8 a.m.-3 p.m.", href: "#" },
{ label: "Thursday: 8 a.m.-3 p.m.", href: "#" },
{ label: "Friday: 8 a.m.-3 p.m.", href: "#" },
{ label: "Saturday: 8 a.m.-3 p.m.", href: "#" }
]
},
{
title: "Connect", items: [
{ label: "gabistro@example.com", href: "mailto:gabistro@example.com" },
{ label: "+52 322 123 4567", href: "tel:+523221234567" },
{ label: "+52 322 365 0759", href: "tel:+523223650759" },
{ label: "Instagram", href: "https://www.instagram.com/gabistro" },
{ label: "Facebook", href: "https://www.facebook.com/gabistro" }
]
@@ -311,4 +316,4 @@ export default function Page() {
</div>
</ThemeProvider>
);
}
}