Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6597c7d706 | |||
| b2718a83a5 | |||
| 43d6026a4a |
@@ -106,6 +106,23 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" className="py-16 px-4">
|
||||
<FaqSplitText
|
||||
sideTitle="Everything About Brunch Bar"
|
||||
sideDescription="Everything you need to know about Brunch Bar Cafe"
|
||||
faqs={[
|
||||
{ id: "1", title: "What are your operating hours?", content: "We're open daily from 7:00 AM to 1:30 AM, making us perfect for breakfast, brunch, lunch, dinner, and late-night cravings." },
|
||||
{ id: "2", title: "Do you accept table reservations?", content: "Yes! You can reserve a table by calling us at +91 96195 51000 or using our online reservation form. We accommodate groups of all sizes." },
|
||||
{ id: "3", title: "What's your location in Thane?", content: "We're located at Unique Vistas, Neelkanth Greens Rd, opposite Satyam Ford Service Center, Manpada, Thane, Maharashtra 400610. Easy parking available!" },
|
||||
{ id: "4", title: "Do you offer delivery and takeaway?", content: "Absolutely! We offer dine-in, takeaway, and no-contact delivery options. Call us to place an order or use our online ordering system." },
|
||||
{ id: "5", title: "What's your average rating?", content: "We're rated 4.0 stars with over 1000+ reviews from satisfied customers. Our guests love our food, ambience, and service!" }
|
||||
]}
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reservation" data-section="reservation" className="py-16 px-4">
|
||||
<ContactSplit
|
||||
tag="Reserve Your Table"
|
||||
@@ -124,23 +141,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" className="py-16 px-4">
|
||||
<FaqSplitText
|
||||
sideTitle="Quick Questions?"
|
||||
sideDescription="Everything you need to know about Brunch Bar Cafe"
|
||||
faqs={[
|
||||
{ id: "1", title: "What are your operating hours?", content: "We're open daily from 7:00 AM to 1:30 AM, making us perfect for breakfast, brunch, lunch, dinner, and late-night cravings." },
|
||||
{ id: "2", title: "Do you accept table reservations?", content: "Yes! You can reserve a table by calling us at +91 96195 51000 or using our online reservation form. We accommodate groups of all sizes." },
|
||||
{ id: "3", title: "What's your location in Thane?", content: "We're located at Unique Vistas, Neelkanth Greens Rd, opposite Satyam Ford Service Center, Manpada, Thane, Maharashtra 400610. Easy parking available!" },
|
||||
{ id: "4", title: "Do you offer delivery and takeaway?", content: "Absolutely! We offer dine-in, takeaway, and no-contact delivery options. Call us to place an order or use our online ordering system." },
|
||||
{ id: "5", title: "What's your average rating?", content: "We're rated 4.0 stars with over 1000+ reviews from satisfied customers. Our guests love our food, ambience, and service!" }
|
||||
]}
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer" className="mx-auto px-4 md:px-6">
|
||||
<FooterLogoReveal
|
||||
logoText="Brunch Bar Cafe"
|
||||
|
||||
Reference in New Issue
Block a user