Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e898942c2 | |||
| b45b7664e8 |
@@ -123,7 +123,7 @@ export default function Page() {
|
|||||||
{ name: "Contact", id: "#contact" }
|
{ name: "Contact", id: "#contact" }
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Marina Vallarta, Puerto Vallarta"
|
bottomLeftText="Marina Vallarta, Puerto Vallarta"
|
||||||
bottomRightText="Open Tuesday-Sunday"
|
bottomRightText="Open 6 Days a Week"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -132,7 +132,7 @@ export default function Page() {
|
|||||||
logoText="Gabistro"
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+523221234567" },
|
{ text: "Call Now", href: "tel:+523223650759" },
|
||||||
{ text: "Reserve a Table", href: "#contact" }
|
{ text: "Reserve a Table", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
@@ -242,7 +242,7 @@ export default function Page() {
|
|||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
faqs={[
|
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: "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." }
|
{ 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." }
|
||||||
]}
|
]}
|
||||||
@@ -292,14 +292,19 @@ export default function Page() {
|
|||||||
{
|
{
|
||||||
title: "Visit Us", items: [
|
title: "Visit Us", items: [
|
||||||
{ label: "Marina Vallarta, PV", href: "https://www.google.com/maps/search/Marina+Vallarta+restaurants" },
|
{ label: "Marina Vallarta, PV", href: "https://www.google.com/maps/search/Marina+Vallarta+restaurants" },
|
||||||
{ label: "Tuesday - Sunday: 8AM - 3PM", href: "#" },
|
{ label: "Sunday: 8 a.m.-3 p.m.", href: "#" },
|
||||||
{ label: "Closed Mondays", 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: [
|
title: "Connect", items: [
|
||||||
{ label: "gabistro@example.com", href: "mailto:gabistro@example.com" },
|
{ 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: "Instagram", href: "https://www.instagram.com/gabistro" },
|
||||||
{ label: "Facebook", href: "https://www.facebook.com/gabistro" }
|
{ label: "Facebook", href: "https://www.facebook.com/gabistro" }
|
||||||
]
|
]
|
||||||
@@ -311,4 +316,4 @@ export default function Page() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user