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