Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-20 06:21:31 +00:00
5 changed files with 66 additions and 32 deletions

View File

@@ -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,
},

View File

@@ -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,
},

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${archivo.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +73,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -56,7 +56,7 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
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=1"
imageAlt="Luxury modern apartment with glass balcony overlooking city"
mediaAnimation="opacity"
frameStyle="card"
@@ -94,7 +94,7 @@ export default function HomePage() {
name: "Skyline Towers Penthouse",
price: "$2,850,000",
variant: "4 Bed | 3.5 Bath | 3,200 sqft",
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=1",
imageAlt: "Modern luxury penthouse with floor-to-ceiling windows",
isFavorited: false,
},
@@ -103,7 +103,7 @@ export default function HomePage() {
name: "Contemporary Glass Residence",
price: "$1,950,000",
variant: "3 Bed | 2.5 Bath | 2,600 sqft",
imageSrc: "http://img.b2bpic.net/free-photo/decorative-design-gardening-natural-plant-tree_53876-14209.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/decorative-design-gardening-natural-plant-tree_53876-14209.jpg?_wi=1",
imageAlt: "Contemporary apartment with glass balcony and landscape view",
isFavorited: false,
},
@@ -135,7 +135,7 @@ export default function HomePage() {
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=2",
imageAlt: "Modern residential complex",
},
{
@@ -143,7 +143,7 @@ export default function HomePage() {
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=1",
imageAlt: "Professional real estate team",
},
{
@@ -151,7 +151,7 @@ export default function HomePage() {
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=2",
imageAlt: "Premium property showcase",
},
{
@@ -159,7 +159,7 @@ export default function HomePage() {
value: "$2.1B",
title: "Portfolio Value",
description: "Total value of properties managed",
imageSrc: "http://img.b2bpic.net/free-photo/decorative-design-gardening-natural-plant-tree_53876-14209.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/decorative-design-gardening-natural-plant-tree_53876-14209.jpg?_wi=2",
imageAlt: "Luxury penthouse",
},
]}
@@ -180,7 +180,7 @@ export default function HomePage() {
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=1",
imageAlt: "Victoria Chen client photo",
icon: Star,
},
@@ -189,7 +189,7 @@ export default function HomePage() {
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=1",
imageAlt: "Marcus Thompson client photo",
icon: Star,
},
@@ -198,7 +198,7 @@ export default function HomePage() {
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=1",
imageAlt: "Elena Rodriguez client photo",
icon: Star,
},
@@ -207,7 +207,7 @@ export default function HomePage() {
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=1",
imageAlt: "David Kumar client photo",
icon: Star,
},

View File

@@ -84,7 +84,7 @@ export default function PortfolioPage() {
name: "Crystal Bay Residences",
price: "$1,875,000",
variant: "Apartment | 3 Bed | 2 Bath | 2,750 sqft",
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=3",
imageAlt: "Premium residential lobby and common areas",
isFavorited: false,
},
@@ -107,7 +107,7 @@ export default function PortfolioPage() {
value: "4.8/5",
title: "Average Rating",
description: "Client satisfaction across all properties",
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=3",
imageAlt: "Quality assurance metrics",
},
{
@@ -115,7 +115,7 @@ export default function PortfolioPage() {
value: "45+",
title: "Active Listings",
description: "Premium properties available for viewing",
imageSrc: "http://img.b2bpic.net/free-photo/decorative-design-gardening-natural-plant-tree_53876-14209.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/decorative-design-gardening-natural-plant-tree_53876-14209.jpg?_wi=3",
imageAlt: "Property portfolio showcase",
},
{
@@ -123,7 +123,7 @@ export default function PortfolioPage() {
value: "$890M",
title: "Average Portfolio Value",
description: "Total market value of available properties",
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=4",
imageAlt: "Premium property values",
},
]}