Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6597c7d706 | |||
| b2718a83a5 | |||
| 43d6026a4a | |||
| b919d92918 | |||
| fbfd4f06c0 | |||
| 7812b50fb5 |
@@ -9,7 +9,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Coffee, UtensilsCrossed, Trees, Music, Calendar } from 'lucide-react';
|
||||
import { Coffee, UtensilsCrossed, Trees, Music, Calendar, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -70,6 +70,21 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="whyus" data-section="whyus" className="py-16 px-4">
|
||||
<AboutMetric
|
||||
title="Why People Love Brunch Bar Cafe"
|
||||
metrics={[
|
||||
{ icon: Coffee, label: "Premium Coffee", value: "Handcrafted" },
|
||||
{ icon: UtensilsCrossed, label: "All-Day Breakfast", value: "7AM-1:30AM" },
|
||||
{ icon: Trees, label: "Cozy Outdoor Seating", value: "Relaxing" },
|
||||
{ icon: Music, label: "Relaxed Ambience", value: "Perfect Vibe" },
|
||||
{ icon: Users, label: "Happy Customers", value: "1000+" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu" className="py-16 px-4">
|
||||
<ProductCardFour
|
||||
title="Menu Highlights"
|
||||
@@ -91,17 +106,20 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="whyus" data-section="whyus" className="py-16 px-4">
|
||||
<AboutMetric
|
||||
title="Why People Love Brunch Bar Cafe"
|
||||
metrics={[
|
||||
{ icon: Coffee, label: "Premium Coffee", value: "Handcrafted" },
|
||||
{ icon: UtensilsCrossed, label: "All-Day Breakfast", value: "7AM-1:30AM" },
|
||||
{ icon: Trees, label: "Cozy Outdoor Seating", value: "Relaxing" },
|
||||
{ icon: Music, label: "Relaxed Ambience", value: "Perfect Vibe" }
|
||||
<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!" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,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