Merge version_1_1781394044702 into main #5

Merged
bender merged 1 commits from version_1_1781394044702 into main 2026-06-13 23:46:17 +00:00

View File

@@ -74,6 +74,7 @@ export default function Page() {
<TestimonialQuoteCards
tag="Testimonials"
title="Greenville keeps coming back."
description="Hear from our community about why they love Brothers Cafe."
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>
@@ -101,6 +102,7 @@ export default function Page() {
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."
links={[{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }]}
/>
</div>
</ThemeProvider>