diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 90d19f1..b61d1cf 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 - Digital Excellence', - description: 'Your vision, our expertise. Building digital excellence together.', + title: '.AL FARO - Pizza al Taglio', + description: 'Authentic pizza al taglio experience.', openGraph: { "title": ".AL FARO", "siteName": ".AL FARO Pizza al Taglio", diff --git a/src/app/page.tsx b/src/app/page.tsx index 944f2e9..feea0f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,5 @@ -'use client'; -import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; +"use client"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -8,99 +8,35 @@ 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'; - -const navItems = [ - { name: "Home", id: "/" } -]; +import Link from "next/link"; export default function Page() { + const navItems = [{ name: "Home", id: "/" }]; return ( - +
- +
- +
- +
- +
- +
- +
);