From f1288505107776e949df917ff4f37b69a8ae08db Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:36:18 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 061cbd2..d0312d0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -87,7 +87,7 @@ export default function AboutPage() { description="With over 20 years of experience in the luxury real estate market, Prestige Realty has established itself as the premier destination for discerning buyers and sellers seeking exceptional properties and expert guidance." subdescription="Our team of certified real estate professionals combines local market expertise with global perspectives to deliver unparalleled service in property transactions, investment opportunities, and portfolio management." icon={Home} - imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-urban-corporation-downtown-building_482257-124382.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-urban-corporation-downtown-building_482257-124382.jpg?_wi=3" imageAlt="Prestige Realty professional team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -103,21 +103,21 @@ export default function AboutPage() { id: "expertise-1", title: "Market Analysis & Strategy", description: "Comprehensive market research and strategic planning to maximize your investment returns and property value.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-infographic-with-retro-colors_23-2148393397.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-infographic-with-retro-colors_23-2148393397.jpg?_wi=2", imageAlt: "Real estate market analysis", }, { id: "expertise-2", title: "Property Valuation", description: "Professional appraisals and valuations conducted by certified experts to ensure fair market pricing.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-plans_23-2148889788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-plans_23-2148889788.jpg?_wi=2", imageAlt: "Property valuation assessment", }, { id: "expertise-3", title: "Investment Solutions", description: "Curated investment opportunities with detailed analysis and risk assessment for optimal portfolio growth.", - imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-578.jpg?_wi=2", imageAlt: "Real estate investment strategy", }, ]} @@ -138,21 +138,21 @@ export default function AboutPage() { id: "agent-1", name: "John Harrison", role: "Senior Real Estate Agent", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-document_23-2149445754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-document_23-2149445754.jpg?_wi=2", imageAlt: "John Harrison", }, { id: "agent-2", name: "Lisa Thompson", role: "Luxury Properties Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=2", imageAlt: "Lisa Thompson", }, { id: "agent-3", name: "Robert Williams", role: "Investment Advisor", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-suit-holding-contract_23-2148269312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-suit-holding-contract_23-2148269312.jpg?_wi=2", imageAlt: "Robert Williams", }, ]} -- 2.49.1 From d219a1d75c680d288cf4cd506ac14cb6d08a3020 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:36:19 +0000 Subject: [PATCH 2/5] 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 b802e5a..d9d6f88 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -116,7 +116,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hand-businesswoman-signing-contract-meeting-room-close-up-image_482257-25802.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hand-businesswoman-signing-contract-meeting-room-close-up-image_482257-25802.jpg?_wi=2" imageAlt="Prestige Realty office meeting room" mediaAnimation="slide-up" buttonText="Send Inquiry" -- 2.49.1 From 1eb2b1b34a135eca32789ebb407db37433022ed8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:36:19 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 50 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a088e29..0906d90 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,56 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Source_Sans_3 } 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 { Source_Sans_3 } 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 sourceSans3 = Source_Sans_3({ variable: "--font-source-sans-3", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Prestige Realty | Luxury Real Estate & Property Sales", + description: "Discover premium properties and expert real estate services with Prestige Realty. 20+ years of excellence in luxury home sales and investment opportunities.", + keywords: "real estate, luxury homes, property sales, real estate agent, investment properties, houses for sale", + openGraph: { + title: "Prestige Realty | Your Luxury Real Estate Partner", + description: "Expert real estate services and premium property listings. Find your dream home or investment property with Prestige Realty.", + siteName: "Prestige Realty", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/looking-up-through-history-elegant-staircase-old-building_169016-69867.jpg", + alt: "Prestige Realty - Luxury Properties", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Prestige Realty | Luxury Real Estate", + description: "Discover premium properties and expert real estate services", + images: ["http://img.b2bpic.net/free-photo/looking-up-through-history-elegant-staircase-old-building_169016-69867.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +59,9 @@ export default function RootLayout({ return ( - + {children}