From e6d54c389c2e48736ebc285c144238ee76446be8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:51:35 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5a2bed3..018d84f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Mister V’s Pizza Bar | Westchester’s Finest', - description: 'Experience award-worthy pizza and authentic Italian comfort in Westchester. Crafted with passion, served with family-style hospitality.', + title: 'CafeFlow | Coffee Artisan', + description: 'Experience hand-roasted coffee and artisanal beverages at CafeFlow.', openGraph: { "title": "Mister V’s Pizza Bar", "description": "Westchester's best-kept secret for craft pizza.", From 1bfad150e8e41816abdd3a4c0d858bf76fd88fac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:51:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 128 +++++++++++++++++++---------------------------- 1 file changed, 52 insertions(+), 76 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b2826e..04b640d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,19 +8,19 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Flame, Leaf, Award, Car, Pizza } from 'lucide-react'; +import { Star, Mail, MapPin } from 'lucide-react'; const navItems = [ { name: 'Home', id: '/' }, - { name: 'Menu', id: '#menu' }, - { name: 'About', id: '#about' }, - { name: 'Contact', id: '#contact' } + { name: 'Menu', id: '/menu' }, + { name: 'About', id: '/about' }, + { name: 'Contact', id: '/contact' } ]; -export default function HomePage() { +export default function Home() { return ( +
-
-
-
+ + +
+
+
-
+
-
+
); -} +} \ No newline at end of file