Merge version_2 into main #4
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Properties",
|
||||
items: [
|
||||
title: "Properties", items: [
|
||||
{ label: "Featured Listings", href: "/" },
|
||||
{ label: "Search Properties", href: "/" },
|
||||
{ label: "New Arrivals", href: "#" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Buyer's Guide", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
@@ -47,8 +44,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -101,35 +97,21 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Property Marketing",
|
||||
description:
|
||||
"Strategic marketing campaigns that showcase your property to qualified high-net-worth buyers worldwide.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/gradient-real-estate-infographic-template_23-2149115435.jpg?_wi=2",
|
||||
imageAlt: "Property marketing strategy",
|
||||
},
|
||||
id: "01", title: "Property Marketing", description:
|
||||
"Strategic marketing campaigns that showcase your property to qualified high-net-worth buyers worldwide.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/gradient-real-estate-infographic-template_23-2149115435.jpg?_wi=2", imageAlt: "Property marketing strategy"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Investment Advisory",
|
||||
description:
|
||||
"Expert guidance on luxury real estate investments, market trends, and portfolio diversification strategies.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/reading-statistics_1098-13505.jpg?_wi=2",
|
||||
imageAlt: "Investment advisory consultation",
|
||||
},
|
||||
id: "02", title: "Investment Advisory", description:
|
||||
"Expert guidance on luxury real estate investments, market trends, and portfolio diversification strategies.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/reading-statistics_1098-13505.jpg?_wi=2", imageAlt: "Investment advisory consultation"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Concierge Services",
|
||||
description:
|
||||
"Personalized white-glove service handling every aspect of your luxury property purchase or sale.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg?_wi=2",
|
||||
imageAlt: "Concierge service",
|
||||
},
|
||||
id: "03", title: "Concierge Services", description:
|
||||
"Personalized white-glove service handling every aspect of your luxury property purchase or sale.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg?_wi=2", imageAlt: "Concierge service"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user