Update src/app/about/page.tsx

This commit is contained in:
2026-03-06 10:47:34 +00:00
parent 1c5aa18911
commit cbf523705a

View File

@@ -46,29 +46,19 @@ export default function AboutPage() {
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg?_wi=3",
imageAlt: "Company culture",
},
"http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg?_wi=3", imageAlt: "Company culture"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/developing-district-new-living-complex_23-2147694673.jpg?_wi=4",
imageAlt: "Team collaboration",
},
"http://img.b2bpic.net/free-photo/developing-district-new-living-complex_23-2147694673.jpg?_wi=4", imageAlt: "Team collaboration"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2",
imageAlt: "Innovation hub",
},
"http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2", imageAlt: "Innovation hub"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/low-angle-shot-high-rise-building-clear-blue-sky-with-white-clouds_181624-2242.jpg?_wi=4",
imageAlt: "Success stories",
},
"http://img.b2bpic.net/free-photo/low-angle-shot-high-rise-building-clear-blue-sky-with-white-clouds_181624-2242.jpg?_wi=4", imageAlt: "Success stories"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/new-york-city-manhattan-skyline_649448-1430.jpg?_wi=5",
imageAlt: "Global reach",
},
"http://img.b2bpic.net/free-photo/new-york-city-manhattan-skyline_649448-1430.jpg?_wi=5", imageAlt: "Global reach"},
]}
buttons={[
{ text: "Explore Projects", href: "/projects" },
@@ -100,35 +90,17 @@ export default function AboutPage() {
animationType="slide-up"
features={[
{
id: "1",
title: "Trust & Transparency",
description:
"Every transaction is guided by complete transparency and integrity, ensuring all parties have accurate information.",
tag: "Foundation",
imageSrc:
"http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=4",
imageAlt: "Trust foundation",
},
id: "1", title: "Trust & Transparency", description:
"Every transaction is guided by complete transparency and integrity, ensuring all parties have accurate information.", tag: "Foundation", imageSrc:
"http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=4", imageAlt: "Trust foundation"},
{
id: "2",
title: "Innovation First",
description:
"We continuously innovate our platform to provide cutting-edge solutions for modern real estate challenges.",
tag: "Technology",
imageSrc:
"http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg?_wi=4",
imageAlt: "Innovation technology",
},
id: "2", title: "Innovation First", description:
"We continuously innovate our platform to provide cutting-edge solutions for modern real estate challenges.", tag: "Technology", imageSrc:
"http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg?_wi=4", imageAlt: "Innovation technology"},
{
id: "3",
title: "Client Success",
description:
"Your success is our mission. We provide comprehensive support at every stage of your real estate journey.",
tag: "Excellence",
imageSrc:
"http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg?_wi=6",
imageAlt: "Client success",
},
id: "3", title: "Client Success", description:
"Your success is our mission. We provide comprehensive support at every stage of your real estate journey.", tag: "Excellence", imageSrc:
"http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg?_wi=6", imageAlt: "Client success"},
]}
/>
</div>
@@ -141,16 +113,14 @@ export default function AboutPage() {
copyrightText="© 2025 PropSales. All rights reserved."
columns={[
{
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" },
@@ -158,8 +128,7 @@ export default function AboutPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Privacy Policy", href: "#" },
@@ -171,4 +140,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}