From 713e7ab3d77cbf24eba84ff2620e15ac99025a87 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 21:49:45 +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 cfd539b..7cf6bb1 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: 'Iloilo Stay | Luxury Feel, Budget Smart', - description: 'Affordable comfort in the heart of Iloilo City. Clean, convenient, and stylish rooms for modern travelers.', + title: 'Iloilo Stay | Affordable Comfort in Iloilo City', + description: 'Experience luxury feel without the luxury price at Iloilo Stay. Your boutique hotel choice in the heart of Iloilo City.', openGraph: { "title": "Iloilo Stay", "description": "Experience Iloilo with smart luxury.", -- 2.49.1 From 7401d00fcaf6d39596172c23b312f18472864ab2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 21:49:46 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94be4b3..482a008 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,9 +30,10 @@ export default function LandingPage() { -- 2.49.1