From 553b4c3a087983c42e537623eb76f6f25653abe1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 06:21:25 +0000 Subject: [PATCH 1/5] 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 f9f2a6c..024f1c5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -67,7 +67,7 @@ export default function AboutPage() { value: "250+", title: "Properties Delivered", description: "Successfully completed luxury residential projects", - imageSrc: "http://img.b2bpic.net/free-photo/background-white-note-song-entertainment_1127-2772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/background-white-note-song-entertainment_1127-2772.jpg?_wi=4", imageAlt: "Modern residential complex", }, { @@ -75,7 +75,7 @@ export default function AboutPage() { value: "15+", title: "Years Experience", description: "Decades of expertise in luxury real estate", - imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=2", imageAlt: "Professional real estate team", }, { @@ -83,7 +83,7 @@ export default function AboutPage() { value: "98%", title: "Client Satisfaction", description: "Consistently exceeding client expectations", - imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg?_wi=5", imageAlt: "Premium property showcase", }, ]} @@ -104,7 +104,7 @@ export default function AboutPage() { name: "Victoria Chen", role: "Homeowner", testimonial: "The team at J.H SIMEX made finding my dream home effortless. Their attention to detail and professional guidance throughout the entire process was exceptional.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg?_wi=2", imageAlt: "Victoria Chen client photo", icon: Star, }, @@ -113,7 +113,7 @@ export default function AboutPage() { name: "Marcus Thompson", role: "Property Investor", testimonial: "Outstanding investment opportunities and market insights. J.H SIMEX consistently delivers premium properties with excellent long-term value appreciation.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14469.jpg?_wi=2", imageAlt: "Marcus Thompson client photo", icon: Star, }, @@ -122,7 +122,7 @@ export default function AboutPage() { name: "Elena Rodriguez", role: "Executive", testimonial: "The luxury properties showcased by J.H SIMEX are truly exceptional. Every detail reflects quality and sophistication that aligns perfectly with our lifestyle.", - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-window_23-2148095696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-window_23-2148095696.jpg?_wi=2", imageAlt: "Elena Rodriguez client photo", icon: Star, }, -- 2.49.1 From 55e226021385280bfaaa3b4e47771d4e604ce14d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 06:21:26 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 084f378..3cb508c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -83,7 +83,7 @@ export default function ContactPage() { name: "Victoria Chen", role: "Homeowner", testimonial: "The team at J.H SIMEX made finding my dream home effortless. Their attention to detail and professional guidance throughout the entire process was exceptional.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg?_wi=3", imageAlt: "Victoria Chen client photo", icon: Star, }, @@ -92,7 +92,7 @@ export default function ContactPage() { name: "David Kumar", role: "Entrepreneur", testimonial: "Professional, transparent, and results-driven. J.H SIMEX Real Estate stands out for their integrity and commitment to client success.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg?_wi=2", imageAlt: "David Kumar client photo", icon: Star, }, @@ -101,7 +101,7 @@ export default function ContactPage() { name: "Marcus Thompson", role: "Property Investor", testimonial: "Outstanding investment opportunities and market insights. J.H SIMEX consistently delivers premium properties with excellent long-term value appreciation.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14469.jpg?_wi=3", imageAlt: "Marcus Thompson client photo", icon: Star, }, -- 2.49.1 From 439e5401b59f588e3150ffa740ed249cdde762fe Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 06:21:26 +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 1bfe997..3aa5753 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 { Archivo } 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 { Archivo } 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 archivo = Archivo({ variable: "--font-archivo", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "J.H SIMEX Real Estate - Luxury Residential Properties", + description: "Discover premium residential properties featuring contemporary glass balconies and landscaped gardens. J.H SIMEX Real Estate specializes in luxury modern homes and architectural masterpieces.", + keywords: "luxury real estate, residential properties, modern apartments, glass balconies, premium homes, real estate agency", + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "J.H SIMEX Real Estate - Luxury Homes", + description: "Experience luxury living with contemporary design. Explore our curated collection of premium residential properties.", + siteName: "J.H SIMEX Real Estate", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/background-white-note-song-entertainment_1127-2772.jpg", + alt: "Luxury modern apartment with glass balcony", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "J.H SIMEX Real Estate - Premium Properties", + description: "Discover luxury residential properties with contemporary design and premium finishes.", + images: ["http://img.b2bpic.net/free-photo/background-white-note-song-entertainment_1127-2772.jpg"], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +59,9 @@ export default function RootLayout({ return ( - + {children}