From 5e5e1553ef02eec105988f46c88bc464d19bc0ae Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:53:17 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 92ebf48..e67accf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -81,7 +81,7 @@ export default function AboutPage() { tag="Paramount Hospitality" tagIcon={Building2} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/female-colleagues-with-tablet-computer-outdoor_1262-21040.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-colleagues-with-tablet-computer-outdoor_1262-21040.jpg?_wi=2" imageAlt="Central Residence" useInvertedBackground={false} /> @@ -98,7 +98,7 @@ export default function AboutPage() { author: "At Our Heart", description: "We believe in treating every guest like family, understanding their needs, and going beyond expectations to create memorable moments.", tags: ["Warmth", "Care", "Welcome"], - imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg?_wi=2", imageAlt: "Hospitality", }, { @@ -107,7 +107,7 @@ export default function AboutPage() { author: "Your Priority", description: "From premium bedding to thoughtfully designed spaces, every element is chosen to ensure your complete comfort and relaxation.", tags: ["Premium", "Comfort", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-services-woman-lounge-area-waiting-room-check-seaside-hotel-tourist-sitting-couch-talking-hotel-concierge-summer-clothes-handheld-shot_482257-67916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-services-woman-lounge-area-waiting-room-check-seaside-hotel-tourist-sitting-couch-talking-hotel-concierge-summer-clothes-handheld-shot_482257-67916.jpg?_wi=2", imageAlt: "Comfort", }, { @@ -116,7 +116,7 @@ export default function AboutPage() { author: "Non-Negotiable", description: "Rigorous cleaning protocols and meticulous attention ensure your environment is always fresh, clean, and hygienic.", tags: ["Clean", "Safe", "Hygienic"], - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-with-vintage-bathtub_23-2148291599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-with-vintage-bathtub_23-2148291599.jpg?_wi=2", imageAlt: "Cleanliness", }, { @@ -125,7 +125,7 @@ export default function AboutPage() { author: "Every Interaction", description: "Our team is trained to deliver consistent, courteous, and professional service that sets the standard for hospitality.", tags: ["Professional", "Trained", "Expert"], - imageSrc: "http://img.b2bpic.net/free-photo/umbrella-pool-chair_74190-1611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/umbrella-pool-chair_74190-1611.jpg?_wi=2", imageAlt: "Professionalism", }, ]} -- 2.49.1 From 8ce3cf4bd468489518b99892ea94312535e74a69 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:53:17 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4785278..f31ac87 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -81,7 +81,7 @@ export default function ContactPage() { description="Ready to experience luxury hospitality? Contact us today to book your perfect getaway or inquire about our rooms and services." background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/modern-hotel-reception-with-flat-design_23-2147980724.jpg" + imageSrc="http://img.b2bpic.net/free-vector/modern-hotel-reception-with-flat-design_23-2147980724.jpg?_wi=5" imageAlt="Book Now" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1 From be9d96da6deb1a1e18153018cd6303a8e6bec811 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:53:18 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 54 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5aaf8c4..38b9105 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,60 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Nunito } 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 { Nunito } 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 nunito = Nunito({ variable: "--font-nunito", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Central Residence - Luxury Hospitality in Karachi", + description: "Discover luxury and comfort at Central Residence by Paramount Hospitality. Premium rooms, 4.9-star rated service, and exceptional hospitality in Karachi's heart.", + keywords: "luxury hotel Karachi, boutique hotel Pakistan, premium accommodation, Central Residence, Paramount Hospitality", + metadataBase: new URL("https://centralresidence.pk"), + alternates: { + canonical: "https://centralresidence.pk", + }, + openGraph: { + title: "Central Residence - Luxury Hotel in Karachi", + description: "Experience premium hospitality with 4.9-star service, luxury rooms, and warm welcome at Central Residence.", + siteName: "Central Residence", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-vector/modern-hotel-reception-with-flat-design_23-2147980724.jpg", + alt: "Central Residence Luxury Hotel", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Central Residence - Luxury Hotel Karachi", + description: "Premium hospitality with 4.9-star guest satisfaction. Book your luxury stay today.", + images: ["http://img.b2bpic.net/free-vector/modern-hotel-reception-with-flat-design_23-2147980724.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +63,9 @@ export default function RootLayout({ return ( - + {children}