From 9d204f3ca16cc727e87745dcfa999ecb0490da0e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 23:45:32 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index b3dd356..1828852 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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" }]} /> @@ -77,7 +74,6 @@ export default function Page() {