From 7bda1d98d8e424c6b6809fcb73ca75fa79d98f62 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:19:21 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.49.1 From 8a69bd4a74159b95bfc71fd8f4695c3c8e8a8efc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:19:22 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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() {
- +