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.", 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