diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1ce2717..b5463f9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
@@ -68,15 +54,12 @@ export default function LandingPage() {
@@ -284,35 +178,19 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "faq-1",
- title: "How do I make a reservation?",
- content: "Reservations can be made directly through our website via the 'Reserve Your Table' button or by calling us during operating hours. We recommend booking in advance, especially for weekend evenings.",
- },
+ id: "faq-1", title: "How do I make a reservation?", content: "Reservations can be made directly through our website via the 'Reserve Your Table' button, by calling us at (555) 123-4567, or emailing us at reservations@larosatapas.com during operating hours. We recommend booking in advance, especially for weekend evenings."},
{
- id: "faq-2",
- title: "Do you accommodate dietary restrictions?",
- content: "Absolutely. Please inform us of any dietary restrictions or allergies when making your reservation or upon arrival, and our culinary team will be happy to assist you.",
- },
+ id: "faq-2", title: "Do you accommodate dietary restrictions?", content: "Absolutely. Please inform us of any dietary restrictions or allergies when making your reservation or upon arrival, and our culinary team will be happy to assist you."},
{
- id: "faq-3",
- title: "What kind of tequila do you offer?",
- content: "Our bar features a meticulously curated selection of premium tequilas, including rare añejos, smooth reposados, and crisp blancos, along with a diverse range of mezcals. Our mixologists can guide you through the options.",
- },
+ id: "faq-3", title: "What kind of tequila do you offer?", content: "Our bar features a meticulously curated selection of premium tequilas, including rare añejos, smooth reposados, and crisp blancos, along with a diverse range of mezcals. Our mixologists can guide you through the options."},
{
- id: "faq-4",
- title: "Can I host a private event at La Rosa?",
- content: "Yes, La Rosa offers private dining and event spaces perfect for corporate gatherings, celebrations, and intimate parties. Please contact our events team for more information and tailored packages.",
- },
+ id: "faq-4", title: "Can I host a private event at La Rosa?", content: "Yes, La Rosa offers private dining and event spaces perfect for corporate gatherings, celebrations, and intimate parties. Please contact our events team via phone or email for more information and tailored packages."},
{
- id: "faq-5",
- title: "Is there a dress code?",
- content: "We encourage smart casual to elegant attire to enhance our upscale dining experience. While not strictly enforced, we appreciate guests who dress for the occasion.",
- },
+ id: "faq-5", title: "What are your operating hours?", content: "We are open Monday - Thursday from 5:00 PM - 10:00 PM, and Friday - Saturday from 5:00 PM - 11:00 PM. We are closed on Sundays."},
{
- id: "faq-6",
- title: "Do you have parking available?",
- content: "Valet parking is available during peak hours, and there are several public parking garages within a short walking distance. Please check our contact page for detailed directions.",
- },
+ id: "faq-6", title: "Where is La Rosa located and do you have parking?", content: "La Rosa is located at 123 Main Street, Anytown, CA 90210. Valet parking is available during peak hours, and several public parking garages are within a short walking distance."},
+ {
+ id: "faq-7", title: "Is there a dress code?", content: "We encourage smart casual to elegant attire to enhance our upscale dining experience. While not strictly enforced, we appreciate guests who dress for the occasion."},
]}
title="Your Questions Answered"
description="Find quick answers to common inquiries about reservations, our menu, private events, and ensuring a delightful visit to La Rosa."
@@ -324,11 +202,10 @@ export default function LandingPage() {
@@ -341,62 +218,43 @@ export default function LandingPage() {
logoText="La Rosa"
columns={[
{
- title: "Explore",
- items: [
+ title: "Explore", items: [
{
- label: "Home",
- href: "#home",
- },
+ label: "Home", href: "#home"},
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Experience",
- href: "#experience",
- },
+ label: "Experience", href: "#experience"},
],
},
{
- title: "Visit",
- items: [
+ title: "Visit", items: [
{
- label: "Reservations",
- href: "#contact",
- },
+ label: "123 Main Street, Anytown, CA 90210", href: "https://maps.app.goo.gl/YourActualMapLinkHere"},
{
- label: "Private Events",
- href: "#contact",
- },
+ label: "Operating Hours:", href: "#faq"},
{
- label: "Location",
- href: "#",
- },
+ label: "Mon-Thu: 5:00 PM - 10:00 PM", href: "#faq"},
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Fri-Sat: 5:00 PM - 11:00 PM", href: "#faq"},
+ {
+ label: "Sun: Closed", href: "#faq"},
+ {
+ label: "Phone: (555) 123-4567", href: "tel:+15551234567"},
+ {
+ label: "Email: reservations@larosatapas.com", href: "mailto:reservations@larosatapas.com"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Instagram",
- href: "https://instagram.com/larosabar",
- },
+ label: "Instagram", href: "https://instagram.com/larosabar"},
{
- label: "Facebook",
- href: "https://facebook.com/larosabar",
- },
+ label: "Facebook", href: "https://facebook.com/larosabar"},
{
- label: "Reviews",
- href: "#testimonials",
- },
+ label: "Reviews", href: "#testimonials"},
],
},
]}
@@ -406,4 +264,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file