Merge version_1 into main #2
@@ -32,7 +32,7 @@ export default function InvestmentsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -50,14 +50,14 @@ export default function InvestmentsPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Vertexa Real Estate"
|
||||
description="Discover premium properties, build sustainable wealth, and invest in your future with Nigeria's trusted real estate platform. From residential homes to commercial opportunities, we connect you with properties that matter."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Explore Properties", href: "/properties" },
|
||||
{ text: "Call 08112185706", href: "tel:08112185706" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concrete-building-with-balcony_250224-309.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concrete-building-with-balcony_250224-309.jpg"
|
||||
imageAlt="Premium property showcase"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -81,7 +81,7 @@ export default function InvestmentsPage() {
|
||||
name: "Land Development - Karshi",
|
||||
price: "₦45,000,000",
|
||||
variant: "5 years | Est. 35% ROI | 2 hectares",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-suit-working-marketing-presentation-sitting-bech-outside-front-corporate-building-office-executive-manager-searching-information-internet_482257-30496.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-suit-working-marketing-presentation-sitting-bech-outside-front-corporate-building-office-executive-manager-searching-information-internet_482257-30496.jpg",
|
||||
imageAlt: "Land development investment opportunity",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function InvestmentsPage() {
|
||||
name: "Commercial Complex - Kuje",
|
||||
price: "₦95,000,000",
|
||||
variant: "3-5 years | Est. 28% ROI | Mixed-use",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-341.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-341.jpg",
|
||||
imageAlt: "Commercial complex investment",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function InvestmentsPage() {
|
||||
name: "Residential Estates - Azhata",
|
||||
price: "₦150,000,000",
|
||||
variant: "Phase investment | Est. 32% ROI | 50 units",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666209.jpg?_wi=5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666209.jpg",
|
||||
imageAlt: "Residential estates development",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -70,14 +70,14 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Vertexa Real Estate"
|
||||
description="Discover premium properties, build sustainable wealth, and invest in your future with Nigeria's trusted real estate platform. From residential homes to commercial opportunities, we connect you with properties that matter."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Explore Properties", href: "/properties" },
|
||||
{ text: "Call 08112185706", href: "tel:08112185706" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concrete-building-with-balcony_250224-309.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concrete-building-with-balcony_250224-309.jpg"
|
||||
imageAlt="Premium property showcase"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -101,7 +101,7 @@ export default function HomePage() {
|
||||
name: "Luxury Apartment - Abuja",
|
||||
price: "₦75,000,000",
|
||||
variant: "3 Bed | 3 Bath | Premium Finish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-end-modern-apartment-with-home-office-desk-used-remote-job_482257-120652.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-end-modern-apartment-with-home-office-desk-used-remote-job_482257-120652.jpg",
|
||||
imageAlt: "Luxury apartment in Abuja",
|
||||
},
|
||||
{
|
||||
@@ -109,7 +109,7 @@ export default function HomePage() {
|
||||
name: "Modern Complex - Lagos",
|
||||
price: "₦120,000,000",
|
||||
variant: "4 Bed | 4 Bath | Modern Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666209.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666209.jpg",
|
||||
imageAlt: "Modern complex in Lagos",
|
||||
},
|
||||
{
|
||||
@@ -117,7 +117,7 @@ export default function HomePage() {
|
||||
name: "Premium Villa - Lekki",
|
||||
price: "₦180,000,000",
|
||||
variant: "5 Bed | 5 Bath | Exclusive Area",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077831.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077831.jpg",
|
||||
imageAlt: "Premium villa in Lekki",
|
||||
},
|
||||
]}
|
||||
@@ -185,7 +185,7 @@ export default function HomePage() {
|
||||
name: "Land Development - Karshi",
|
||||
price: "₦45,000,000",
|
||||
variant: "5 years | Est. 35% ROI | 2 hectares",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-suit-working-marketing-presentation-sitting-bech-outside-front-corporate-building-office-executive-manager-searching-information-internet_482257-30496.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-suit-working-marketing-presentation-sitting-bech-outside-front-corporate-building-office-executive-manager-searching-information-internet_482257-30496.jpg",
|
||||
imageAlt: "Land development investment opportunity",
|
||||
},
|
||||
{
|
||||
@@ -193,7 +193,7 @@ export default function HomePage() {
|
||||
name: "Commercial Complex - Kuje",
|
||||
price: "₦95,000,000",
|
||||
variant: "3-5 years | Est. 28% ROI | Mixed-use",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-341.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-341.jpg",
|
||||
imageAlt: "Commercial complex investment",
|
||||
},
|
||||
{
|
||||
@@ -201,7 +201,7 @@ export default function HomePage() {
|
||||
name: "Residential Estates - Azhata",
|
||||
price: "₦150,000,000",
|
||||
variant: "Phase investment | Est. 32% ROI | 50 units",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666209.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666209.jpg",
|
||||
imageAlt: "Residential estates development",
|
||||
},
|
||||
]}
|
||||
@@ -223,7 +223,7 @@ export default function HomePage() {
|
||||
name: "Chidi Okafor",
|
||||
handle: "Property Investor",
|
||||
testimonial: "Vertexa helped me identify and secure a prime land investment in Abuja. Their market analysis was incredibly accurate, and I've already seen 25% appreciation in just 18 months. Highly professional team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg",
|
||||
imageAlt: "Chidi Okafor testimonial",
|
||||
},
|
||||
{
|
||||
@@ -231,7 +231,7 @@ export default function HomePage() {
|
||||
name: "Amara Eze",
|
||||
handle: "First-time Home Buyer",
|
||||
testimonial: "Finding my first home was stressful until I met Vertexa's team. They walked me through every step, negotiated the best price, and made the entire process transparent and smooth. I'm so happy with my new home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg",
|
||||
imageAlt: "Amara Eze testimonial",
|
||||
},
|
||||
{
|
||||
@@ -239,7 +239,7 @@ export default function HomePage() {
|
||||
name: "Tunde Lawal",
|
||||
handle: "Business Owner",
|
||||
testimonial: "I needed to sell my commercial property quickly. Vertexa's marketing strategy brought qualified buyers within weeks. They achieved my target price and handled all the legal complexities professionally.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg",
|
||||
imageAlt: "Tunde Lawal testimonial",
|
||||
},
|
||||
{
|
||||
@@ -247,7 +247,7 @@ export default function HomePage() {
|
||||
name: "Zainab Ibrahim",
|
||||
handle: "Portfolio Manager",
|
||||
testimonial: "As someone managing multiple properties, Vertexa's management services are invaluable. Their tenant screening is thorough, maintenance response is quick, and financial reporting is detailed and transparent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
imageAlt: "Zainab Ibrahim testimonial",
|
||||
},
|
||||
{
|
||||
@@ -255,7 +255,7 @@ export default function HomePage() {
|
||||
name: "Emmanuel Obi",
|
||||
handle: "Real Estate Developer",
|
||||
testimonial: "Partnering with Vertexa for property valuation and market insights has been crucial for my development projects. Their data-driven approach helps me make confident investment decisions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg",
|
||||
imageAlt: "Emmanuel Obi testimonial",
|
||||
},
|
||||
{
|
||||
@@ -263,7 +263,7 @@ export default function HomePage() {
|
||||
name: "Grace Adeleke",
|
||||
handle: "Estate Owner",
|
||||
testimonial: "Excellent service from consultation to property valuation. They provided a comprehensive market analysis and helped me understand the true value of my property. Truly impressive professionalism.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg",
|
||||
imageAlt: "Grace Adeleke testimonial",
|
||||
},
|
||||
]}
|
||||
@@ -312,7 +312,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/calculator-compasses-near-blueprints_23-2147785563.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/calculator-compasses-near-blueprints_23-2147785563.jpg"
|
||||
imageAlt="Property valuation calculator"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user