From 8d3abe9a8c5cee261e2544a9063e462635da6660 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:23:31 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7a33663..1c6af93 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -85,7 +85,7 @@ export default function AboutPage() { tag="About Our Agency" tagIcon={Building} tagAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=2" imageAlt="Luxury Home Interior" buttons={[ { text: "Meet Our Team", href: "/about" }, @@ -108,21 +108,21 @@ export default function AboutPage() { id: "01", title: "Expert Market Knowledge", description: "Deep understanding of luxury market trends, valuations, and investment opportunities in premium residential sectors.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessmen-young-woman-negotiating_1262-1901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-businessmen-young-woman-negotiating_1262-1901.jpg?_wi=3", imageAlt: "Professional consultation", }, { id: "02", title: "Extensive Portfolio", description: "Curated collection of exclusive properties ranging from contemporary estates to classic architectural masterpieces.", - imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-port-evening_1268-14340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-port-evening_1268-14340.jpg?_wi=3", imageAlt: "Property portfolio", }, { id: "03", title: "White-Glove Service", description: "Personalized concierge service providing comprehensive support through the entire property acquisition process.", - imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205446.jpg?_wi=3", imageAlt: "Premium service", }, ]} @@ -146,28 +146,28 @@ export default function AboutPage() { id: "1", name: "Alexandra Sterling", role: "Founding Director", - imageSrc: "http://img.b2bpic.net/free-photo/young-successful-business-man-business-style_496169-2478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-successful-business-man-business-style_496169-2478.jpg?_wi=2", imageAlt: "Alexandra Sterling", }, { id: "2", name: "Victoria Chen", role: "Senior Property Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=2", imageAlt: "Victoria Chen", }, { id: "3", name: "James Richardson", role: "Portfolio Director", - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg?_wi=2", imageAlt: "James Richardson", }, { id: "4", name: "Sophia Laurent", role: "Client Relations Manager", - imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-woman-medium-shot_23-2148230162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-woman-medium-shot_23-2148230162.jpg?_wi=2", imageAlt: "Sophia Laurent", }, ]} -- 2.49.1 From 60fbc8c41a926d451d8c7e8af1ef20086db7adb9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:23:32 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 90ad6da..b09e41e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -94,7 +94,7 @@ export default function ContactPage() { tag: "Beachfront Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-real-estate-agent-showing-house_23-2150225262.jpg", avatarAlt: "Margaret & Thomas Ashford", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-real-estate-agent-showing-house_23-2150225262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-real-estate-agent-showing-house_23-2150225262.jpg?_wi=2", imageAlt: "Beach property viewing", }, { @@ -106,7 +106,7 @@ export default function ContactPage() { tag: "City Penthouse", avatarSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-working-office_1157-26410.jpg", avatarAlt: "David & Jennifer Moore", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-working-office_1157-26410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-working-office_1157-26410.jpg?_wi=2", imageAlt: "Urban penthouse consultation", }, { @@ -118,7 +118,7 @@ export default function ContactPage() { tag: "Investment Portfolio", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-smiling-showing-approval_23-2148230161.jpg", avatarAlt: "Richard Chen", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-smiling-showing-approval_23-2148230161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-smiling-showing-approval_23-2148230161.jpg?_wi=2", imageAlt: "Investment property showcase", }, { @@ -130,7 +130,7 @@ export default function ContactPage() { tag: "Estate Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-woman-successful-with-work_1150-2997.jpg", avatarAlt: "Catherine & Michael Sterling", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-woman-successful-with-work_1150-2997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-woman-successful-with-work_1150-2997.jpg?_wi=2", imageAlt: "Estate property consultation", }, { @@ -142,7 +142,7 @@ export default function ContactPage() { tag: "Mountain Property", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-colleagues-chatting-work_23-2149622892.jpg", avatarAlt: "Elizabeth Montgomery", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-colleagues-chatting-work_23-2149622892.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-colleagues-chatting-work_23-2149622892.jpg?_wi=2", imageAlt: "Mountain property viewing", }, { @@ -154,7 +154,7 @@ export default function ContactPage() { tag: "Luxury Investment", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg", avatarAlt: "James & Patricia Williams", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg?_wi=2", imageAlt: "Luxury investment consultation", }, ]} -- 2.49.1 From 9c8361cc4366802cf7d991d4fa01d9223f535955 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:23:32 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 51 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0077e1c..428d122 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,57 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Prestige Estates - Luxury Real Estate Properties", + description: "Discover exclusive luxury real estate properties with Prestige Estates. Expert agents, premium homes, and white-glove service for discerning buyers.", + keywords: "luxury real estate, luxury homes, premium properties, high-end real estate, exclusive residences, luxury property agent", + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "Prestige Estates - Luxury Real Estate", + description: "Discover exceptional luxury residential properties and premium estates designed for discerning buyers.", + url: "https://prestige-estates.com", + siteName: "Prestige Estates", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/laptop-marble-table_53876-71231.jpg", + alt: "Luxury Property", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Prestige Estates - Luxury Real Estate", + description: "Premium residential properties and exclusive estates for sophisticated buyers.", + images: ["http://img.b2bpic.net/free-photo/laptop-marble-table_53876-71231.jpg"], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +60,9 @@ export default function RootLayout({ return ( - + {children}