3 Commits

Author SHA1 Message Date
5e61060039 Update src/app/page.tsx 2026-03-08 08:28:45 +00:00
14c2db2dcb Update src/app/layout.tsx 2026-03-08 08:28:44 +00:00
993d4dbd8d Merge version_2 into main
Merge version_2 into main
2026-03-08 08:27:06 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -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,

View File

@@ -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() {
<div id="contact" data-section="contact">
<ContactCenter
tag="Get In Touch"
title="Plan Your Peaceful Stay"
description="Contact us today to book your luxury accommodation at Euro Centra Pakistan. Located in the heart of DHA Phase 3, we're ready to provide you with an unforgettable guest experience."
inputPlaceholder="Your email address"
buttonText="Subscribe"
termsText="By subscribing, you agree to receive updates about our available rooms and special offers. We respect your privacy."
title="Book Your Luxury Stay Today"
description="Contact us now to reserve your accommodation at Euro Centra Pakistan. Located in the heart of DHA Phase 3, we're ready to provide you with an unforgettable guest experience."
inputPlaceholder="Email for booking confirmation"
buttonText="Request Booking"
termsText="By requesting a booking, you agree to receive confirmation details and updates about your reservation. We respect your privacy."
useInvertedBackground={false}
background={{ variant: "rotated-rays-static-grid" }}
/>