diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5211f9e..eef70ad 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: 'Liora Cleaning | Luxury Residential & Commercial Cleaning', - description: 'Experience a higher standard of clean with Liora Cleaning. Premium, eco-friendly, and professional services tailored to your space.', + title: 'Liora Cleaning', + description: 'Premium residential & commercial cleaning services.', openGraph: { "siteName": "Liora Cleaning", "type": "website" diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b2c165..4e0396c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,9 +12,13 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function Page() { - const navItems = [{ name: "Home", id: "/" }]; + const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } + ]; return ( - + @@ -40,7 +44,7 @@ export default function Page() {
- +