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, 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() {