Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24cd357c7b | |||
| 010d64a6d1 | |||
| 1bc7f3708a | |||
| e0c31286dd | |||
| e86975e02b | |||
| d1487df798 | |||
| c06c7f560e | |||
| f21d223aa4 | |||
| d39e666d9e | |||
| fc833ea227 | |||
| 6055dcfed8 | |||
| bf7914fe15 | |||
| dc97332a06 | |||
| 872652d913 | |||
| 2bada79322 | |||
| 247cd5d9ca | |||
| a58c4b5ba3 | |||
| b6c103d604 | |||
| 15d4818391 | |||
| 6ef4e0f3c7 | |||
| 644b7cac8f | |||
| c2a7489f27 | |||
| 901d4b6263 | |||
| 5f0b36bac5 | |||
| 8b82eaac44 | |||
| 79806f759e | |||
| 9ce3317d92 |
@@ -46,24 +46,16 @@ export default function AboutPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Building2,
|
icon: Building2,
|
||||||
label: "Properties Listed",
|
label: "Properties Listed", value: "250+"},
|
||||||
value: "250+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: TrendingUp,
|
icon: TrendingUp,
|
||||||
label: "Projects Completed",
|
label: "Projects Completed", value: "45"},
|
||||||
value: "45",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Happy Clients",
|
label: "Happy Clients", value: "1,200+"},
|
||||||
value: "1,200+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
label: "Years Experience",
|
label: "Years Experience", value: "15+"},
|
||||||
value: "15+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -78,35 +70,17 @@ export default function AboutPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Residential Complexes", description:
|
||||||
title: "Residential Complexes",
|
"Luxury apartments, villas, and residential communities featuring modern architecture", tag: "Residential", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2", imageAlt: "Luxury residential complex"},
|
||||||
"Luxury apartments, villas, and residential communities featuring modern architecture",
|
|
||||||
tag: "Residential",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2",
|
|
||||||
imageAlt: "Luxury residential complex",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Commercial Properties", description:
|
||||||
title: "Commercial Properties",
|
"Office spaces, retail centers, and business parks designed for enterprise growth", tag: "Commercial", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=4", imageAlt: "Commercial office building"},
|
||||||
"Office spaces, retail centers, and business parks designed for enterprise growth",
|
|
||||||
tag: "Commercial",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=4",
|
|
||||||
imageAlt: "Commercial office building",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Mixed-Use Developments", description:
|
||||||
title: "Mixed-Use Developments",
|
"Integrated projects combining residential, retail, and entertainment spaces", tag: "Mixed-Use", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=4", imageAlt: "Modern mixed-use development"},
|
||||||
"Integrated projects combining residential, retail, and entertainment spaces",
|
|
||||||
tag: "Mixed-Use",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=4",
|
|
||||||
imageAlt: "Modern mixed-use development",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -120,16 +94,14 @@ export default function AboutPage() {
|
|||||||
copyrightText="© 2025 PropSales. All rights reserved."
|
copyrightText="© 2025 PropSales. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Properties",
|
title: "Properties", items: [
|
||||||
items: [
|
|
||||||
{ label: "All Projects", href: "/projects" },
|
{ label: "All Projects", href: "/projects" },
|
||||||
{ label: "Ongoing", href: "/projects" },
|
{ label: "Ongoing", href: "/projects" },
|
||||||
{ label: "Completed", href: "/projects" },
|
{ label: "Completed", href: "/projects" },
|
||||||
@@ -137,8 +109,7 @@ export default function AboutPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "FAQ", href: "#" },
|
{ label: "FAQ", href: "#" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
@@ -150,4 +121,4 @@ export default function AboutPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,16 +58,14 @@ export default function ContactPage() {
|
|||||||
copyrightText="© 2025 PropSales. All rights reserved."
|
copyrightText="© 2025 PropSales. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Properties",
|
title: "Properties", items: [
|
||||||
items: [
|
|
||||||
{ label: "All Projects", href: "/projects" },
|
{ label: "All Projects", href: "/projects" },
|
||||||
{ label: "Ongoing", href: "/projects" },
|
{ label: "Ongoing", href: "/projects" },
|
||||||
{ label: "Completed", href: "/projects" },
|
{ label: "Completed", href: "/projects" },
|
||||||
@@ -75,8 +73,7 @@ export default function ContactPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "FAQ", href: "#" },
|
{ label: "FAQ", href: "#" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
@@ -88,4 +85,4 @@ export default function ContactPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,74 +1,16 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import { Open_Sans } from "next/font/google";
|
|
||||||
import "./globals.css";
|
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
|
||||||
variable: "--font-halant",
|
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter",
|
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const openSans = Open_Sans({
|
|
||||||
variable: "--font-open-sans",
|
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "PropSales - Premium Real Estate Platform | Showcase Your Properties",
|
title: "PropSales - Real Estate Solutions", description: "Transform real estate dreams into reality with our premium property platform."};
|
||||||
description: "Connect with builders and investors through our premium real estate platform. Browse ongoing and completed projects, list your properties, and grow your business.",
|
|
||||||
keywords: "real estate, properties, builders, developers, real estate platform, property listings, ongoing projects, completed projects",
|
|
||||||
metadataBase: new URL("https://propsales.com"),
|
|
||||||
alternates: {
|
|
||||||
canonical: "https://propsales.com",
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "PropSales - Real Estate Solutions",
|
|
||||||
description: "Showcase your real estate projects and connect with qualified buyers and investors on our premium platform.",
|
|
||||||
url: "https://propsales.com",
|
|
||||||
siteName: "PropSales",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
|
||||||
url: "http://img.b2bpic.net/free-photo/modern-balconies-with-geometric-shapes-glass-reflections-contemporary-facade_169016-68993.jpg",
|
|
||||||
alt: "PropSales Real Estate Platform",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image",
|
|
||||||
title: "PropSales - Real Estate Platform",
|
|
||||||
description: "Premium platform for showcasing real estate projects and connecting with investors",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/modern-balconies-with-geometric-shapes-glass-reflections-contemporary-facade_169016-68993.jpg"],
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1436,7 +1378,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
139
src/app/page.tsx
139
src/app/page.tsx
@@ -22,16 +22,14 @@ export default function HomePage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Properties",
|
title: "Properties", items: [
|
||||||
items: [
|
|
||||||
{ label: "All Projects", href: "/projects" },
|
{ label: "All Projects", href: "/projects" },
|
||||||
{ label: "Ongoing", href: "/projects" },
|
{ label: "Ongoing", href: "/projects" },
|
||||||
{ label: "Completed", href: "/projects" },
|
{ label: "Completed", href: "/projects" },
|
||||||
@@ -39,8 +37,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "FAQ", href: "#" },
|
{ label: "FAQ", href: "#" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
@@ -56,7 +53,7 @@ export default function HomePage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -76,28 +73,18 @@ export default function HomePage() {
|
|||||||
title="Transform Real Estate Dreams Into Reality"
|
title="Transform Real Estate Dreams Into Reality"
|
||||||
description="Showcase your stunning properties with our premium platform. Connect builders, agents, and investors through a curated collection of ongoing and completed projects."
|
description="Showcase your stunning properties with our premium platform. Connect builders, agents, and investors through a curated collection of ongoing and completed projects."
|
||||||
tag="Real Estate Solutions"
|
tag="Real Estate Solutions"
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-balconies-with-geometric-shapes-glass-reflections-contemporary-facade_169016-68993.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-balconies-with-geometric-shapes-glass-reflections-contemporary-facade_169016-68993.jpg", imageAlt: "Modern residential building"},
|
||||||
imageAlt: "Modern residential building",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/investors-meet-with-factory-managers-discuss-production-funding_482257-126655.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/investors-meet-with-factory-managers-discuss-production-funding_482257-126655.jpg", imageAlt: "Commercial property development"},
|
||||||
imageAlt: "Commercial property development",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Luxury apartment complex"},
|
||||||
imageAlt: "Luxury apartment complex",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-building-design_23-2148252794.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-building-design_23-2148252794.jpg", imageAlt: "Modern building exterior"},
|
||||||
imageAlt: "Modern building exterior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/boston-night-panorama_649448-187.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/boston-night-panorama_649448-187.jpg", imageAlt: "City skyline property"},
|
||||||
imageAlt: "City skyline property",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Browse Projects", href: "/projects" },
|
{ text: "Browse Projects", href: "/projects" },
|
||||||
@@ -117,26 +104,11 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Skyline Tower Residency", price: "$2.5M - $8.5M", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=1", imageAlt: "Skyline Tower Residency"},
|
||||||
name: "Skyline Tower Residency",
|
|
||||||
price: "$2.5M - $8.5M",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=1",
|
|
||||||
imageAlt: "Skyline Tower Residency",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Green Valley Villas", price: "$800K - $2.2M", imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=1", imageAlt: "Green Valley Villas"},
|
||||||
name: "Green Valley Villas",
|
|
||||||
price: "$800K - $2.2M",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=1",
|
|
||||||
imageAlt: "Green Valley Villas",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Tech Hub Business Park", price: "$5M - $15M", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=1", imageAlt: "Tech Hub Business Park"},
|
||||||
name: "Tech Hub Business Park",
|
|
||||||
price: "$5M - $15M",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=1",
|
|
||||||
imageAlt: "Tech Hub Business Park",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -150,26 +122,11 @@ export default function HomePage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Residential Complexes", description: "Luxury apartments, villas, and residential communities featuring modern architecture", tag: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=2"},
|
||||||
title: "Residential Complexes",
|
|
||||||
description: "Luxury apartments, villas, and residential communities featuring modern architecture",
|
|
||||||
tag: "Residential",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Commercial Properties", description: "Office spaces, retail centers, and business parks designed for enterprise growth", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=2"},
|
||||||
title: "Commercial Properties",
|
|
||||||
description: "Office spaces, retail centers, and business parks designed for enterprise growth",
|
|
||||||
tag: "Commercial",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Mixed-Use Developments", description: "Integrated projects combining residential, retail, and entertainment spaces", tag: "Mixed-Use", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=2"},
|
||||||
title: "Mixed-Use Developments",
|
|
||||||
description: "Integrated projects combining residential, retail, and entertainment spaces",
|
|
||||||
tag: "Mixed-Use",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -200,59 +157,23 @@ export default function HomePage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Rajesh Kumar", role: "Project Manager", company: "Kumar Construction Group", rating: 5,
|
||||||
name: "Rajesh Kumar",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "Rajesh Kumar"},
|
||||||
role: "Project Manager",
|
|
||||||
company: "Kumar Construction Group",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg",
|
|
||||||
imageAlt: "Rajesh Kumar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Priya Sharma", role: "Real Estate Agent", company: "Elite Properties", rating: 5,
|
||||||
name: "Priya Sharma",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Priya Sharma"},
|
||||||
role: "Real Estate Agent",
|
|
||||||
company: "Elite Properties",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
|
|
||||||
imageAlt: "Priya Sharma",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Vikram Patel", role: "Developer", company: "Patel Real Estate Ventures", rating: 5,
|
||||||
name: "Vikram Patel",
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg", imageAlt: "Vikram Patel"},
|
||||||
role: "Developer",
|
|
||||||
company: "Patel Real Estate Ventures",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg",
|
|
||||||
imageAlt: "Vikram Patel",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Anjali Desai", role: "Sales Director", company: "Horizon Developments", rating: 5,
|
||||||
name: "Anjali Desai",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Anjali Desai"},
|
||||||
role: "Sales Director",
|
|
||||||
company: "Horizon Developments",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
|
|
||||||
imageAlt: "Anjali Desai",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Arjun Singh", role: "Property Investor", company: "Singh Capital Group", rating: 5,
|
||||||
name: "Arjun Singh",
|
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "Arjun Singh"},
|
||||||
role: "Property Investor",
|
|
||||||
company: "Singh Capital Group",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg",
|
|
||||||
imageAlt: "Arjun Singh",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Meera Gupta", role: "Business Head", company: "Premium Realty Solutions", rating: 5,
|
||||||
name: "Meera Gupta",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-professional-businesswoman_1163-5371.jpg", imageAlt: "Meera Gupta"},
|
||||||
role: "Business Head",
|
|
||||||
company: "Premium Realty Solutions",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-professional-businesswoman_1163-5371.jpg",
|
|
||||||
imageAlt: "Meera Gupta",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -272,7 +193,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/get-best-city-view-from-skylines-featuring-buildings-design_1017-58535.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-vector/get-best-city-view-from-skylines-featuring-buildings-design_1017-58535.jpg"
|
||||||
imageAlt="Real estate cityscape"
|
imageAlt="Real estate cityscape"
|
||||||
logoText="PropSales"
|
logoText="PropSales"
|
||||||
copyrightText="© 2025 PropSales. All rights reserved."
|
copyrightText="© 2025 PropSales. All rights reserved."
|
||||||
@@ -281,4 +202,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,16 +17,14 @@ export default function ProjectsPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Properties",
|
title: "Properties", items: [
|
||||||
items: [
|
|
||||||
{ label: "All Projects", href: "/projects" },
|
{ label: "All Projects", href: "/projects" },
|
||||||
{ label: "Ongoing", href: "/projects" },
|
{ label: "Ongoing", href: "/projects" },
|
||||||
{ label: "Completed", href: "/projects" },
|
{ label: "Completed", href: "/projects" },
|
||||||
@@ -34,8 +32,7 @@ export default function ProjectsPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "FAQ", href: "#" },
|
{ label: "FAQ", href: "#" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
@@ -77,26 +74,11 @@ export default function ProjectsPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Metropolitan Plaza Phase II", price: "Pre-Launch: $1.8M", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1832.jpg", imageAlt: "Metropolitan Plaza Phase II"},
|
||||||
name: "Metropolitan Plaza Phase II",
|
|
||||||
price: "Pre-Launch: $1.8M",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1832.jpg",
|
|
||||||
imageAlt: "Metropolitan Plaza Phase II",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Riverside Heights Expansion", price: "Expected Launch: $2.1M", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-cranes-against-skyline_1359-416.jpg", imageAlt: "Riverside Heights Expansion"},
|
||||||
name: "Riverside Heights Expansion",
|
|
||||||
price: "Expected Launch: $2.1M",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-cranes-against-skyline_1359-416.jpg",
|
|
||||||
imageAlt: "Riverside Heights Expansion",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Downtown Innovation Hub", price: "Under Construction: $3.5M", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-orange-vest-pointing_23-2148269877.jpg", imageAlt: "Downtown Innovation Hub"},
|
||||||
name: "Downtown Innovation Hub",
|
|
||||||
price: "Under Construction: $3.5M",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-orange-vest-pointing_23-2148269877.jpg",
|
|
||||||
imageAlt: "Downtown Innovation Hub",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -112,26 +94,11 @@ export default function ProjectsPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Crystal Park Towers", price: "$3.2M - $9.5M", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=3", imageAlt: "Crystal Park Towers"},
|
||||||
name: "Crystal Park Towers",
|
|
||||||
price: "$3.2M - $9.5M",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=3",
|
|
||||||
imageAlt: "Crystal Park Towers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Harmony Heights", price: "$1.1M - $2.8M", imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=3", imageAlt: "Harmony Heights"},
|
||||||
name: "Harmony Heights",
|
|
||||||
price: "$1.1M - $2.8M",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=3",
|
|
||||||
imageAlt: "Harmony Heights",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Business District Central", price: "$4.5M - $12M", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=3", imageAlt: "Business District Central"},
|
||||||
name: "Business District Central",
|
|
||||||
price: "$4.5M - $12M",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=3",
|
|
||||||
imageAlt: "Business District Central",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -160,4 +127,4 @@ export default function ProjectsPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f4ef;
|
--background: #0a0a0a;
|
||||||
--card: #dad6cd;
|
--card: #1a1a1a;
|
||||||
--foreground: #2a2928;
|
--foreground: #f5f5f5;
|
||||||
--primary-cta: #2a2928;
|
--primary-cta: #d4af37;
|
||||||
--primary-cta-text: #f5f4ef;
|
--primary-cta-text: #f5f4ef;
|
||||||
--secondary-cta: #ecebea;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #2a2928;
|
--secondary-cta-text: #2a2928;
|
||||||
--accent: #ffffff;
|
--accent: #d4af37;
|
||||||
--background-accent: #c6b180;
|
--background-accent: #1a1a1a;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user