From 14c2db2dcb57b634465b45378c4ac3d1cb83b6a4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:28:44 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 40c3c41..a69bf34 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Euro Centra Pakistan", description: "Your Quiet Luxury Stay in DHA Lahore"}; + title: "Euro Centra Pakistan – Luxury Guest House in DHA Lahore", description: "Experience quiet luxury at Euro Centra Pakistan, a premium guest house in DHA Phase 3, Lahore. Secure location, peaceful environment, and exceptional hospitality."}; export default function RootLayout({ children, -- 2.49.1 From 5e61060039cb72b24aa315254faf4bee07df3a8f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:28:45 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 349e5ad..975e6be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,8 +44,8 @@ export default function LandingPage() { logoText="Euro Centra Pakistan" description="Your Quiet Luxury Stay in DHA Lahore" buttons={[ - { text: "Book Now", href: "tel:+923218291489" }, - { text: "Reserve Room", href: "#contact" }, + { text: "Call Now", href: "tel:+923218291489" }, + { text: "View Location", href: "#contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-with-umbrellas_1127-2147.jpg" imageAlt="Luxury guest house exterior with elegant garden" @@ -174,11 +174,11 @@ export default function LandingPage() {
-- 2.49.1