From 3f82820ab3bd13e5f8b936764a198fd279064141 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:02:38 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c13dd02..9ce84b6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,32 +78,32 @@ export default function AboutPage() { carouselItems={[ { id: "carousel-about-1", - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-worker-business-trip_482257-80852.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-worker-business-trip_482257-80852.jpg?_wi=2", imageAlt: "Central Residence luxury lobby", }, { id: "carousel-about-2", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=2", imageAlt: "Hotel interior elegance", }, { id: "carousel-about-3", - imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-bed_1203-634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-bed_1203-634.jpg?_wi=2", imageAlt: "Premium guest accommodation", }, { id: "carousel-about-4", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094089.jpg?_wi=2", imageAlt: "Luxury bathroom amenities", }, { id: "carousel-about-5", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg?_wi=2", imageAlt: "Fine dining experience", }, { id: "carousel-about-6", - imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg?_wi=2", imageAlt: "Hotel exterior architecture", }, ]} -- 2.49.1 From 2cbe4573f17b0e728a32c18af3c3d858cc3fad9f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:02:38 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 753a77d..de9fc5c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -86,27 +86,27 @@ export default function ContactPage() { }, { id: "carousel-contact-2", - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-worker-business-trip_482257-80852.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-worker-business-trip_482257-80852.jpg?_wi=4", imageAlt: "Hotel entrance", }, { id: "carousel-contact-3", - imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg?_wi=4", imageAlt: "Hotel exterior", }, { id: "carousel-contact-4", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=5", imageAlt: "Hotel interior", }, { id: "carousel-contact-5", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg?_wi=4", imageAlt: "Hotel amenities", }, { id: "carousel-contact-6", - imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-bed_1203-634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-bed_1203-634.jpg?_wi=3", imageAlt: "Guest accommodations", }, ]} -- 2.49.1 From b3af02dabea945ffce4a694797f2fb550ebf8975 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:02:39 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 59 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 47 insertions(+), 12 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 83bcc55..fb48025 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,28 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Libre_Baskerville } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Libre_Baskerville } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const libreBaskerville = Libre_Baskerville({ variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); + +export const metadata: Metadata = { + title: "Central Residence by Paramount Hospitality - Luxury Hotel Karachi", + description: "Experience premium luxury hospitality at Central Residence in Karachi. 4.9-star rated boutique hotel with elegant rooms, exceptional service, and prime location.", + keywords: "luxury hotel Karachi, boutique hotel Pakistan, Central Residence, Paramount Hospitality, premium accommodation, luxury stay Karachi", + metadataBase: new URL("https://www.centralresidence.pk"), + alternates: { + canonical: "https://www.centralresidence.pk", + }, + openGraph: { + title: "Central Residence - Luxury Hotel in Karachi", + description: "Discover premium hospitality at Central Residence. Elegant accommodations, professional service, and exceptional comfort in Karachi's prestigious neighborhood.", + siteName: "Central Residence by Paramount Hospitality", + url: "https://www.centralresidence.pk", + type: "website", + images: [ + { + url: "https://www.centralresidence.pk/og-image-hero.jpg", + alt: "Central Residence luxury hotel lobby", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Central Residence - Luxury Hotel Karachi", + description: "Experience premium hospitality at Central Residence. 4.9-star rated boutique hotel with elegant rooms and exceptional service.", + images: ["https://www.centralresidence.pk/twitter-image.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; export default function RootLayout({ children, @@ -32,7 +65,9 @@ export default function RootLayout({ return ( - + {children}