Merge version_2 into main #2
@@ -125,9 +125,10 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you accept reservations?", content: "Yes, we encourage bookings via phone or our website." },
|
||||
{ id: "f2", title: "Are vegan options available?", content: "We offer a wide range of plant-based dishes." },
|
||||
{ id: "f3", title: "Is parking available?", content: "Complimentary valet service is provided for our guests." }
|
||||
{ id: "f1", title: "Do you accept reservations?", content: "Yes, we accept online bookings or phone reservations daily from 10:00 AM to 9:00 PM." },
|
||||
{ id: "f2", title: "What are your operating hours?", content: "We are open daily: Breakfast 8 AM-11 AM, Lunch 11 AM-4 PM, and Dinner 4 PM-10 PM." },
|
||||
{ id: "f3", title: "Are vegan options available?", content: "Yes, our menu features curated vegan, vegetarian, and gluten-free options clearly marked." },
|
||||
{ id: "f4", title: "Where are you located?", content: "We are located at 123 Culinary Avenue, Foodie District, right in the heart of the city center." }
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -167,8 +168,8 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Table"
|
||||
description="Secure your spot at Star Rock for an unforgettable culinary experience."
|
||||
title="Contact & Reservations"
|
||||
description="123 Culinary Avenue, Foodie District | Phone: (555) 123-4567 | Hours: Daily 8 AM - 10 PM"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,12 +179,14 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Info", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Menu", href: "#products" }
|
||||
{ label: "Menu", href: "#products" },
|
||||
{ label: "Visit", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Book", href: "#contact" },
|
||||
{ label: "(555) 123-4567", href: "tel:+15551234567" },
|
||||
{ label: "hello@starrock.com", href: "mailto:hello@starrock.com" },
|
||||
{ label: "Careers", href: "#" }
|
||||
]
|
||||
},
|
||||
@@ -200,4 +203,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user