Merge version_1_1781394044702 into main #4
@@ -1,6 +1,4 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { ThemeProvider } from "@/components/providers/themeProvider/ThemeProvider";
|
||||
import NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||
@@ -59,7 +57,6 @@ export default function Page() {
|
||||
tag="The Menu"
|
||||
title="A Journey of Flavors"
|
||||
description="From morning rituals to late-night culinary adventures, our menu evolves with you."
|
||||
primaryButton={{ text: "Explore Full Menu", href: "/menu" }}
|
||||
items={[{ title: "Breakfast & Café", description: "Start your day with local roasts.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893495.jpg" }, { title: "Southern Favorites", description: "Comfort made memorable.", imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg" }, { title: "Chef Specials", description: "Unexpected global flavors.", imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg" }, { title: "Fresh Coffee", description: "Daily brewed selection.", imageSrc: "http://img.b2bpic.net/free-photo/brown-coffee-beans-cup_114579-16758.jpg" }, { title: "Signature Plates", description: "Classic southern technique.", imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-vegetables-with-sauce-dark-background-closeup_1220-7670.jpg" }, { title: "Community Eats", description: "Perfect for shared tables.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185347.jpg" }, { title: "Seasonal Bites", description: "Changing with the harvest.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-top-view_23-2150408546.jpg" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,7 +74,6 @@ 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>
|
||||
@@ -105,7 +101,6 @@ 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>
|
||||
|
||||
Reference in New Issue
Block a user