diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b9a4156..c00f3f4 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: 'Webild - Innovative Solutions', - description: 'We provide top-tier services to help your business scale efficiently.', + title: 'Al Faro Pizza al Taglio', + description: 'Authentic Roman-style pizza by the slice.', openGraph: { "title": ".AL FARO", "siteName": ".AL FARO Pizza al Taglio", diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f405f0..11b7b4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,4 @@ 'use client'; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; @@ -9,112 +8,78 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import Link from "next/link"; -export default function HomePage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" } - ]; +const navItems = [{ name: "Home", id: "/" }]; +export default function Page() { return ( - + -
-
-
-
-
-
-
-
-
-
-
-
-
); -} \ No newline at end of file +}