Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-12 13:40:04 +00:00
6 changed files with 59 additions and 30 deletions

View File

@@ -63,7 +63,7 @@ export default function AboutPage() {
role: "Property Buyer",
company: "Hassan Enterprises",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=2",
imageAlt: "professional business portrait headshot"
},
{
@@ -72,7 +72,7 @@ export default function AboutPage() {
role: "Real Estate Investor",
company: "Al-Mansouri Holdings",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=2",
imageAlt: "professional woman business portrait photo"
},
{
@@ -81,7 +81,7 @@ export default function AboutPage() {
role: "Business Owner",
company: "Al-Khaldi Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-business-man-suit_613910-11300.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-business-man-suit_613910-11300.jpg?_wi=2",
imageAlt: "professional businessman corporate portrait"
}
]}
@@ -113,7 +113,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-partners-looking-building-outdoors_1262-12586.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-partners-looking-building-outdoors_1262-12586.jpg?_wi=2"
imageAlt="luxury real estate property background"
logoText="Arkan Real Estate"
copyrightText="© 2025 Arkan Real Estate. All rights reserved."

View File

@@ -81,7 +81,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-partners-looking-building-outdoors_1262-12586.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-partners-looking-building-outdoors_1262-12586.jpg?_wi=3"
imageAlt="luxury real estate property background"
logoText="Arkan Real Estate"
copyrightText="© 2025 Arkan Real Estate. All rights reserved."

View File

@@ -6,18 +6,45 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Arkan Real Estate - Premium Properties & Expert Service",
description: "Discover luxury real estate with Arkan. Trust, honesty, and exceptional service in every transaction. Expert consultation for property sales, investment, and management.",
keywords: "real estate, luxury properties, property sales, investment properties, professional real estate services, property management",
openGraph: {
title: "Arkan Real Estate - Where Trust Meets Excellence",
description: "Premium real estate services with professionalism, honesty, and exceptional client care.",
type: "website",
siteName: "Arkan Real Estate",
images: [
{
url: "http://img.b2bpic.net/free-photo/comfortable-modern-living-room-with-elegant-wooden-decor-generated-by-ai_188544-26897.jpg",
alt: "Luxury property showcase",
}
],
},
twitter: {
card: "summary_large_image",
title: "Arkan Real Estate - Premium Properties",
description: "Discover your perfect property with Arkan's expert team.",
images: ["http://img.b2bpic.net/free-photo/comfortable-modern-living-room-with-elegant-wooden-decor-generated-by-ai_188544-26897.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -26,7 +53,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -38,4 +67,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -50,7 +50,7 @@ export default function HomePage() {
tag="Premium Real Estate Services"
tagAnimation="slide-up"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/comfortable-modern-living-room-with-elegant-wooden-decor-generated-by-ai_188544-26897.jpg"
imageSrc="http://img.b2bpic.net/free-photo/comfortable-modern-living-room-with-elegant-wooden-decor-generated-by-ai_188544-26897.jpg?_wi=1"
imageAlt="Luxury property showcase"
imagePosition="right"
buttons={[
@@ -72,7 +72,7 @@ export default function HomePage() {
role: "Property Buyer",
company: "Hassan Enterprises",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=1",
imageAlt: "professional business portrait headshot"
},
{
@@ -81,7 +81,7 @@ export default function HomePage() {
role: "Real Estate Investor",
company: "Al-Mansouri Holdings",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=1",
imageAlt: "professional woman business portrait photo"
},
{
@@ -90,7 +90,7 @@ export default function HomePage() {
role: "Business Owner",
company: "Al-Khaldi Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-business-man-suit_613910-11300.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-business-man-suit_613910-11300.jpg?_wi=1",
imageAlt: "professional businessman corporate portrait"
},
{
@@ -170,21 +170,21 @@ export default function HomePage() {
id: "1",
name: "Luxury Downtown Penthouse",
price: "2,500,000 AED",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=1",
imageAlt: "luxury downtown penthouse modern design"
},
{
id: "2",
name: "Waterfront Villa",
price: "3,200,000 AED",
imageSrc: "http://img.b2bpic.net/free-photo/egyprt-tourist-resort_1385-743.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/egyprt-tourist-resort_1385-743.jpg?_wi=1",
imageAlt: "luxury waterfront villa modern design"
},
{
id: "3",
name: "Modern Commercial Space",
price: "1,800,000 AED",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-many-windows_23-2148252722.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-many-windows_23-2148252722.jpg?_wi=1",
imageAlt: "modern commercial office space interior"
}
]}
@@ -234,7 +234,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-partners-looking-building-outdoors_1262-12586.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-partners-looking-building-outdoors_1262-12586.jpg?_wi=1"
imageAlt="luxury real estate property background"
logoText="Arkan Real Estate"
copyrightText="© 2025 Arkan Real Estate. All rights reserved."

View File

@@ -44,28 +44,28 @@ export default function PropertiesPage() {
id: "1",
name: "Luxury Downtown Penthouse",
price: "2,500,000 AED",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=2",
imageAlt: "luxury downtown penthouse modern design"
},
{
id: "2",
name: "Waterfront Villa",
price: "3,200,000 AED",
imageSrc: "http://img.b2bpic.net/free-photo/egyprt-tourist-resort_1385-743.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/egyprt-tourist-resort_1385-743.jpg?_wi=2",
imageAlt: "luxury waterfront villa modern design"
},
{
id: "3",
name: "Modern Commercial Space",
price: "1,800,000 AED",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-many-windows_23-2148252722.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-many-windows_23-2148252722.jpg?_wi=2",
imageAlt: "modern commercial office space interior"
},
{
id: "4",
name: "Contemporary Apartment Complex",
price: "1,200,000 AED",
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-living-room-with-elegant-wooden-decor-generated-by-ai_188544-26897.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-living-room-with-elegant-wooden-decor-generated-by-ai_188544-26897.jpg?_wi=2",
imageAlt: "contemporary apartment complex modern design"
}
]}
@@ -91,7 +91,7 @@ export default function PropertiesPage() {
role: "Property Buyer",
company: "Hassan Enterprises",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=3",
imageAlt: "professional business portrait headshot"
},
{
@@ -100,7 +100,7 @@ export default function PropertiesPage() {
role: "Real Estate Investor",
company: "Al-Mansouri Holdings",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=3",
imageAlt: "professional woman business portrait photo"
},
{
@@ -109,7 +109,7 @@ export default function PropertiesPage() {
role: "Business Owner",
company: "Al-Khaldi Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-business-man-suit_613910-11300.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-business-man-suit_613910-11300.jpg?_wi=3",
imageAlt: "professional businessman corporate portrait"
}
]}
@@ -139,7 +139,7 @@ export default function PropertiesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-partners-looking-building-outdoors_1262-12586.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-partners-looking-building-outdoors_1262-12586.jpg?_wi=5"
imageAlt="luxury real estate property background"
logoText="Arkan Real Estate"
copyrightText="© 2025 Arkan Real Estate. All rights reserved."

View File

@@ -99,7 +99,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-partners-looking-building-outdoors_1262-12586.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-partners-looking-building-outdoors_1262-12586.jpg?_wi=4"
imageAlt="luxury real estate property background"
logoText="Arkan Real Estate"
copyrightText="© 2025 Arkan Real Estate. All rights reserved."