Merge version_1_1781394044702 into main #1
@@ -51,7 +51,7 @@ export default function Page() {
|
||||
title="Designed for connection"
|
||||
description="Whether it’s breakfast with family, lunch meetings, or dinner conversations, Brothers Cafe creates space to slow down and enjoy good food together."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg"
|
||||
items={[{ icon: Coffee, title: "Fresh Coffee", description: "Sourced from artisan roasters." }, { icon: Utensils, title: "Signature Plates", description: "Crafted with love." }, { icon: Flame, title: "Global Inspiration", description: "Flavors from around the world." }, { icon: Heart, title: "Community Atmosphere", description: "Where everyone is family." }]}
|
||||
items={[{ icon: "Coffee", title: "Fresh Coffee", description: "Sourced from artisan roasters." }, { icon: "Utensils", title: "Signature Plates", description: "Crafted with love." }, { icon: "Flame", title: "Global Inspiration", description: "Flavors from around the world." }, { icon: "Heart", title: "Community Atmosphere", description: "Where everyone is family." }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,6 +78,7 @@ export default function Page() {
|
||||
<TestimonialQuoteCards
|
||||
tag="Testimonials"
|
||||
title="Greenville keeps coming back."
|
||||
description="Hear from our community members."
|
||||
testimonials={[{ name: "Sarah Jenkins", role: "Local Resident", quote: "Great atmosphere and food worth staying for.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-celebrating-together_23-2149734960.jpg" }, { name: "Mark Thompson", role: "Foodie", quote: "A hidden gem for gathering and relaxing.", imageSrc: "http://img.b2bpic.net/free-photo/tell-us-did-he-call-you_329181-2890.jpg" }, { name: "Emily Davis", role: "Regular", quote: "Best spot in Greenville for Sunday brunch.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-having-lunch-with-salmon-with-brown-noodles-soup-berry-salad-cocktail_141793-2455.jpg" }, { name: "Robert Chen", role: "Professional", quote: "Perfect environment for casual business meetings.", imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg" }, { name: "Linda White", role: "Fan", quote: "Truly a space to slow down and connect.", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,7 +97,7 @@ export default function Page() {
|
||||
tag="Gallery"
|
||||
title="A Visual Taste"
|
||||
description="Get a glimpse into our warm, welcoming atmosphere."
|
||||
metrics={[{ icon: Coffee, title: "Coffee Artisans", value: "12+" }, { icon: ChefHat, title: "Signature Plates", value: "50+" }, { icon: Users, title: "Happy Guests", value: "10k+" }]}
|
||||
metrics={[{ icon: "Coffee", title: "Coffee Artisans", value: "12+" }, { icon: "ChefHat", title: "Signature Plates", value: "50+" }, { icon: "Users", title: "Happy Guests", value: "10k+" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,7 +105,8 @@ export default function Page() {
|
||||
<FooterSimpleCard
|
||||
brand="Brothers Cafe"
|
||||
columns={[{ title: "Visit Us", items: [{ label: "123 Main St, Greenville", href: "#" }, { label: "Mon-Sun: 7am-10pm", href: "#" }] }, { title: "Contact", items: [{ label: "555-0199", href: "tel:5550199" }, { label: "hello@brothers.cafe", href: "mailto:hello@brothers.cafe" }] }, { title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] }]}
|
||||
copyright="© 2024 Brothers Cafe. All rights reserved."
|
||||
copyright="© 2024 Brothers Cafe. All rights reserved."
|
||||
links={[{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user