Merge version_1 into main #4
137
src/app/page.tsx
137
src/app/page.tsx
@@ -22,16 +22,14 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Properties",
|
||||
items: [
|
||||
title: "Properties", items: [
|
||||
{ label: "All Projects", href: "/projects" },
|
||||
{ label: "Ongoing", href: "/projects" },
|
||||
{ label: "Completed", href: "/projects" },
|
||||
@@ -39,8 +37,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -56,7 +53,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -76,28 +73,18 @@ export default function HomePage() {
|
||||
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."
|
||||
tag="Real Estate Solutions"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-balconies-with-geometric-shapes-glass-reflections-contemporary-facade_169016-68993.jpg",
|
||||
imageAlt: "Modern residential building",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-balconies-with-geometric-shapes-glass-reflections-contemporary-facade_169016-68993.jpg", imageAlt: "Modern residential building"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/investors-meet-with-factory-managers-discuss-production-funding_482257-126655.jpg",
|
||||
imageAlt: "Commercial property development",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/investors-meet-with-factory-managers-discuss-production-funding_482257-126655.jpg", 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",
|
||||
imageAlt: "Luxury apartment complex",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-building-design_23-2148252794.jpg",
|
||||
imageAlt: "Modern building exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-building-design_23-2148252794.jpg", imageAlt: "Modern building exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boston-night-panorama_649448-187.jpg",
|
||||
imageAlt: "City skyline property",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boston-night-panorama_649448-187.jpg", imageAlt: "City skyline property"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Browse Projects", href: "/projects" },
|
||||
@@ -117,26 +104,11 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,26 +122,11 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -200,59 +157,23 @@ export default function HomePage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "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: "1", name: "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",
|
||||
name: "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: "2", name: "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",
|
||||
name: "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: "3", name: "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",
|
||||
name: "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: "4", name: "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",
|
||||
name: "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: "5", name: "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",
|
||||
name: "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",
|
||||
},
|
||||
id: "6", name: "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>
|
||||
@@ -272,7 +193,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<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"
|
||||
logoText="PropSales"
|
||||
copyrightText="© 2025 PropSales. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user