Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 19:49:56 +00:00

View File

@@ -70,9 +70,7 @@ export default function AboutPage() {
brandName="LuxeProperty"
navItems={navItems}
button={{
text: "Post Your Property",
href: "https://example.com/post-property",
}}
text: "Post Your Property", href: "https://example.com/post-property"}}
/>
</div>
@@ -85,52 +83,34 @@ export default function AboutPage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Property Buying",
description:
"Find your perfect home with expert guidance from our experienced agents. We help you navigate the buying process with confidence.",
phoneOne: {
id: 1,
title: "Property Buying", description:
"Find your perfect home with expert guidance from our experienced agents. We help you navigate the buying process with confidence.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg?_wi=7",
imageAlt: "Modern apartment interior",
},
"http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg", imageAlt: "Modern apartment interior"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg?_wi=7",
imageAlt: "Luxury villa interior",
},
"http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Luxury villa interior"},
},
{
id: "2",
title: "Property Selling",
description:
"Sell your property for the best price. Our marketing strategies and professional staging ensure maximum visibility and value.",
phoneOne: {
id: 2,
title: "Property Selling", description:
"Sell your property for the best price. Our marketing strategies and professional staging ensure maximum visibility and value.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg?_wi=8",
imageAlt: "Property showcase",
},
"http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg", imageAlt: "Property showcase"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg?_wi=8",
imageAlt: "Luxury property",
},
"http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Luxury property"},
},
{
id: "3",
title: "Investment Opportunities",
description:
"Explore lucrative real estate investment options. Our analysts provide market insights and property recommendations.",
phoneOne: {
id: 3,
title: "Investment Opportunities", description:
"Explore lucrative real estate investment options. Our analysts provide market insights and property recommendations.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg?_wi=9",
imageAlt: "Investment property",
},
"http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg", imageAlt: "Investment property"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg?_wi=9",
imageAlt: "Premium real estate",
},
"http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Premium real estate"},
},
]}
showStepNumbers={true}
@@ -139,9 +119,7 @@ export default function AboutPage() {
useInvertedBackground={true}
buttons={[
{
text: "Learn More",
href: "/",
},
text: "Learn More", href: "/"},
]}
buttonAnimation="opacity"
/>
@@ -156,32 +134,20 @@ export default function AboutPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "2500",
title: "Properties Sold",
description: "Successfully closed transactions across all segments",
icon: Home,
id: "1", value: 2500,
title: "Properties Sold", description: "Successfully closed transactions across all segments", icon: Home,
},
{
id: "2",
value: "15000",
title: "Happy Clients",
description: "Satisfied buyers and sellers nationwide",
icon: Users,
id: "2", value: 15000,
title: "Happy Clients", description: "Satisfied buyers and sellers nationwide", icon: Users,
},
{
id: "3",
value: "380",
title: "Million Dollars",
description: "Total transaction volume",
icon: TrendingUp,
id: "3", value: 380,
title: "Million Dollars", description: "Total transaction volume", icon: TrendingUp,
},
{
id: "4",
value: "25",
title: "Years Experience",
description: "Industry expertise and market knowledge",
icon: Award,
id: "4", value: 25,
title: "Years Experience", description: "Industry expertise and market knowledge", icon: Award,
},
]}
gridVariant="uniform-all-items-equal"
@@ -190,9 +156,7 @@ export default function AboutPage() {
useInvertedBackground={false}
buttons={[
{
text: "Get Started",
href: "/contact",
},
text: "Get Started", href: "/contact"},
]}
buttonAnimation="opacity"
/>