Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-06-02 15:43:33 +00:00
3 changed files with 118 additions and 386 deletions

View File

@@ -26,26 +26,16 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Developments", name: "Developments", id: "/developments"},
id: "/developments",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
button={{ button={{
text: "Unveil Opportunities", text: "Unveil Opportunities", href: "/developments"}}
href: "/developments",
}}
logoSrc="http://img.b2bpic.net/free-vector/architecture-development-vertical-business-card-template_23-2149426152.jpg" logoSrc="http://img.b2bpic.net/free-vector/architecture-development-vertical-business-card-template_23-2149426152.jpg"
logoAlt="Golden Real Estate Logo" logoAlt="Golden Real Estate Logo"
brandName="Golden Real Estate" brandName="Golden Real Estate"
@@ -59,11 +49,8 @@ export default function LandingPage() {
title="The Golden Real Estate Legacy: Vision, Partnership, Future." title="The Golden Real Estate Legacy: Vision, Partnership, Future."
buttons={[ buttons={[
{ {
text: "Meet the Visionary", text: "Meet the Visionary", href: "/about#team"},
href: "/about#team",
},
]} ]}
description="Golden Real Estate emerged from a powerful vision shared by pioneering Turkish investors and the dynamic leadership of David Matos. Our foundation is built on a commitment to redefine luxury real estate in Maputo, offering unparalleled investment opportunities. We combine international expertise with profound local understanding, ensuring every development is a benchmark of quality and strategic value. Our narrative is one of ambition, precision, and unwavering dedication to our investors' success. David Matos, at 26, embodies the youthful posture and authoritative vision that propels Golden Real Estate forward. His leadership is not merely about transactions, but about forging lasting legacies."
/> />
</div> </div>
@@ -74,20 +61,10 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
groups={[ groups={[
{ {
id: "leadership", id: "leadership", groupTitle: "Founder & CEO", members: [
groupTitle: "Founder & CEO",
members: [
{ {
id: "david-matos", id: "david-matos", title: "David Matos", subtitle: "Founder & CEO", detail: "At just 26, David Matos leads Golden Real Estate with a blend of astute business acumen and an undeniable presence. His vision, authoritative posture, and sharp sartorial style reflect the brand's commitment to luxury and exclusivity. David personally oversees strategic partnerships and ensures every opportunity aligns with our promise of significant investor value. He is the embodiment of our calm confidence and unwavering commitment to excellence.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "David Matos, Founder & CEO of Golden Real Estate"},
title: "David Matos",
subtitle: "Founder & CEO",
detail: "At just 26, David Matos leads Golden Real Estate with a blend of astute business acumen and an undeniable presence. His vision, authoritative posture, and sharp sartorial style reflect the brand's commitment to luxury and exclusivity. David personally oversees strategic partnerships and ensures every opportunity aligns with our promise of significant investor value. He is the embodiment of our calm confidence and unwavering commitment to excellence.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
imageAlt: "David Matos, Founder & CEO of Golden Real Estate",
},
], ],
imageSrc: "http://img.b2bpic.net/free-vector/architecture-development-vertical-business-card-template_23-2149426152.jpg?_wi=2",
imageAlt: "david matos professional suit portrait",
}, },
]} ]}
title="Leadership Defined: David Matos." title="Leadership Defined: David Matos."
@@ -100,50 +77,31 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Our Team", label: "Our Team", href: "/about#team"},
href: "/about#team",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Properties", title: "Properties", items: [
items: [
{ {
label: "Developments", label: "Developments", href: "/developments"},
href: "/developments",
},
{ {
label: "Advantages", label: "Advantages", href: "/developments#advantages-full"},
href: "/developments#advantages-full",
},
{ {
label: "Unlisted Opportunities", label: "Unlisted Opportunities", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -6,7 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import { CalendarDays, Globe, Lightbulb, LineChart, Waves } from "lucide-react"; import { Banknote, CalendarDays, Globe, Lightbulb, LineChart, Waves } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -27,26 +27,16 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Developments", name: "Developments", id: "/developments"},
id: "/developments",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
button={{ button={{
text: "Unveil Opportunities", text: "Unveil Opportunities", href: "/developments"}}
href: "/developments",
}}
logoSrc="http://img.b2bpic.net/free-vector/architecture-development-vertical-business-card-template_23-2149426152.jpg" logoSrc="http://img.b2bpic.net/free-vector/architecture-development-vertical-business-card-template_23-2149426152.jpg"
logoAlt="Golden Real Estate Logo" logoAlt="Golden Real Estate Logo"
brandName="Golden Real Estate" brandName="Golden Real Estate"
@@ -61,47 +51,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "product-full-1", id: "product-full-1", name: "The Zenith Penthouse", price: "Price on Consultation", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-aerial-view-city-bay_1153-7298.jpg", imageAlt: "Zenith Penthouse, Panoramic View"},
name: "The Zenith Penthouse",
price: "Price on Consultation",
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-aerial-view-city-bay_1153-7298.jpg",
imageAlt: "Zenith Penthouse, Panoramic View",
},
{ {
id: "product-full-2", id: "product-full-2", name: "Horizon Grand Suites", price: "Price on Consultation", imageSrc: "http://img.b2bpic.net/free-photo/teapot-decor-details-table-living-room-hygge-style_169016-10386.jpg", imageAlt: "Horizon Grand Suites Living Area"},
name: "Horizon Grand Suites",
price: "Price on Consultation",
imageSrc: "http://img.b2bpic.net/free-photo/teapot-decor-details-table-living-room-hygge-style_169016-10386.jpg",
imageAlt: "Horizon Grand Suites Living Area",
},
{ {
id: "product-full-3", id: "product-full-3", name: "Coastal Prestige Residences", price: "Price on Consultation", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-bedroom-suite-resort-hotel-with-twin-bed-living_105762-2018.jpg", imageAlt: "Coastal Prestige Master Bedroom"},
name: "Coastal Prestige Residences",
price: "Price on Consultation",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-bedroom-suite-resort-hotel-with-twin-bed-living_105762-2018.jpg",
imageAlt: "Coastal Prestige Master Bedroom",
},
{ {
id: "product-full-4", id: "product-full-4", name: "Marina View Apartments", price: "Price on Consultation", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-vacation-looking-sea_1303-14411.jpg", imageAlt: "Marina View Balcony with Ocean"},
name: "Marina View Apartments",
price: "Price on Consultation",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-vacation-looking-sea_1303-14411.jpg",
imageAlt: "Marina View Balcony with Ocean",
},
{ {
id: "product-full-5", id: "product-full-5", name: "Elite Urban Lofts", price: "Price on Consultation", imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-fronts-black-line-graphic-minimalism_169016-68863.jpg", imageAlt: "Elite Urban Lofts Designer Kitchen"},
name: "Elite Urban Lofts",
price: "Price on Consultation",
imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-fronts-black-line-graphic-minimalism_169016-68863.jpg",
imageAlt: "Elite Urban Lofts Designer Kitchen",
},
{ {
id: "product-full-6", id: "product-full-6", name: "Azure Tower Residences", price: "Price on Consultation", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2349.jpg", imageAlt: "Azure Tower Spa Bathroom"},
name: "Azure Tower Residences",
price: "Price on Consultation",
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2349.jpg",
imageAlt: "Azure Tower Spa Bathroom",
},
]} ]}
title="Discover Maputo's Finest." title="Discover Maputo's Finest."
description="A meticulously curated collection of luxury apartments, each designed to offer breathtaking ocean views, abundant natural light, and significant investment appreciation upon completion. Terms include a 50% deposit with interest-free installments." description="A meticulously curated collection of luxury apartments, each designed to offer breathtaking ocean views, abundant natural light, and significant investment appreciation upon completion. Terms include a 50% deposit with interest-free installments."
@@ -116,67 +76,43 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Flexible Investment Terms", title: "Flexible Investment Terms", description: "Secure your luxury property with a favorable 50% deposit, followed by convenient, interest-free installment plans. We empower your investment journey.", media: {
description: "Secure your luxury property with a favorable 50% deposit, followed by convenient, interest-free installment plans. We empower your investment journey.", imageSrc: "http://img.b2bpic.net/free-photo/coin-wooden-table-blurred-nature_1150-17703.jpg", imageAlt: "Flexible Investment Terms"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/coin-wooden-table-blurred-nature_1150-17703.jpg",
imageAlt: "Flexible Investment Terms",
},
items: [ items: [
{ {
icon: Banknote, icon: Banknote,
text: "Accessible 50% deposit structure", text: "Accessible 50% deposit structure"},
},
{ {
icon: CalendarDays, icon: CalendarDays,
text: "Interest-free, flexible installments", text: "Interest-free, flexible installments"},
},
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-vector/architecture-development-vertical-business-card-template_23-2149426152.jpg?_wi=3",
imageAlt: "financial security investment growth",
}, },
{ {
title: "Unrivaled Maputo Locations", title: "Unrivaled Maputo Locations", description: "Each Golden Real Estate development commands a prime coastal location in Maputo, offering breathtaking ocean views and immediate access to elite amenities. This is more than a home; it's a lifestyle.", media: {
description: "Each Golden Real Estate development commands a prime coastal location in Maputo, offering breathtaking ocean views and immediate access to elite amenities. This is more than a home; it's a lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4001.jpg", imageAlt: "Unrivaled Maputo Locations"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4001.jpg",
imageAlt: "Unrivaled Maputo Locations",
},
items: [ items: [
{ {
icon: Globe, icon: Globe,
text: "Strategically positioned in Maputo's finest areas", text: "Strategically positioned in Maputo's finest areas"},
},
{ {
icon: Waves, icon: Waves,
text: "Direct, unobstructed ocean panoramas", text: "Direct, unobstructed ocean panoramas"},
},
], ],
reverse: true, reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/sunset-santorini-modern-balcony-design-generated-by-ai_188544-34086.jpg?_wi=3",
imageAlt: "financial security investment growth",
}, },
{ {
title: "Architectural Excellence & Value Growth", title: "Architectural Excellence & Value Growth", description: "Our properties are architectural masterpieces, designed for optimal natural light and sophisticated living. We guarantee significant price appreciation upon completion, ensuring a robust return on your investment.", media: {
description: "Our properties are architectural masterpieces, designed for optimal natural light and sophisticated living. We guarantee significant price appreciation upon completion, ensuring a robust return on your investment.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-living-room-with-cactus-white-furniture_23-2151972881.jpg", imageAlt: "Architectural Excellence & Value Growth"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-living-room-with-cactus-white-furniture_23-2151972881.jpg",
imageAlt: "Architectural Excellence & Value Growth",
},
items: [ items: [
{ {
icon: Lightbulb, icon: Lightbulb,
text: "Spacious interiors bathed in natural light", text: "Spacious interiors bathed in natural light"},
},
{ {
icon: LineChart, icon: LineChart,
text: "Assured property value appreciation post-completion", text: "Assured property value appreciation post-completion"},
},
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-laptop-bag-newspaper_23-2147876752.jpg?_wi=3",
imageAlt: "financial security investment growth",
}, },
]} ]}
title="The Golden Real Estate Commitment: Investor Focus." title="The Golden Real Estate Commitment: Investor Focus."
@@ -189,50 +125,31 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Our Team", label: "Our Team", href: "/about#team"},
href: "/about#team",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Properties", title: "Properties", items: [
items: [
{ {
label: "Developments", label: "Developments", href: "/developments"},
href: "/developments",
},
{ {
label: "Advantages", label: "Advantages", href: "/developments#advantages-full"},
href: "/developments#advantages-full",
},
{ {
label: "Unlisted Opportunities", label: "Unlisted Opportunities", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
import { Diamond, DollarSign, EyeOff, Globe, Key, MapPin, Percent, Sun, TrendingUp, Wallet } from "lucide-react"; import { Diamond, DollarSign, EyeOff, Globe, Key, MapPin, Percent, Ship, Sun, TrendingUp, Wallet } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -30,26 +30,16 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Developments", name: "Developments", id: "/developments"},
id: "/developments",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
button={{ button={{
text: "Unveil Opportunities", text: "Unveil Opportunities", href: "/developments"}}
href: "/developments",
}}
logoSrc="http://img.b2bpic.net/free-vector/architecture-development-vertical-business-card-template_23-2149426152.jpg" logoSrc="http://img.b2bpic.net/free-vector/architecture-development-vertical-business-card-template_23-2149426152.jpg"
logoAlt="Golden Real Estate Logo" logoAlt="Golden Real Estate Logo"
brandName="Golden Real Estate" brandName="Golden Real Estate"
@@ -60,110 +50,62 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Unveiling Exceptional Legacies in Maputo." title="Unveiling Exceptional Legacies in Maputo."
description="Golden Real Estate presents curated opportunities for discerning investors. Our portfolio reflects unparalleled luxury and strategic value in Mozambique's most coveted locations." description="Golden Real Estate presents curated opportunities for discerning investors. Our portfolio reflects unparalleled luxury and strategic value in Mozambique's most coveted locations."
testimonials={[ testimonials={[
{ {
name: "João Silva", name: "João Silva", handle: "@JSInvestments", testimonial: "Golden Real Estate identified an extraordinary investment that exceeded all expectations. A truly professional and discreet service.", rating: 5,
handle: "@JSInvestments", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-laptop-bag-newspaper_23-2147876752.jpg", imageAlt: "João Silva"},
testimonial: "Golden Real Estate identified an extraordinary investment that exceeded all expectations. A truly professional and discreet service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-laptop-bag-newspaper_23-2147876752.jpg?_wi=1",
imageAlt: "João Silva",
},
{ {
name: "Maria Costa", name: "Maria Costa", handle: "@MCRProperties", testimonial: "The attention to detail and market insight provided by Golden Real Estate is unmatched. They secure opportunities others miss.", rating: 5,
handle: "@MCRProperties", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-black-coat-using-phone_1303-29681.jpg", imageAlt: "Maria Costa"},
testimonial: "The attention to detail and market insight provided by Golden Real Estate is unmatched. They secure opportunities others miss.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-black-coat-using-phone_1303-29681.jpg",
imageAlt: "Maria Costa",
},
{ {
name: "Ricardo Gomes", name: "Ricardo Gomes", handle: "@RGVentures", testimonial: "Investing with Golden Real Estate was a seamless experience. Their exclusive access and transparent process instill complete confidence.", rating: 5,
handle: "@RGVentures", imageSrc: "http://img.b2bpic.net/free-photo/group-business-partners-formal-suits-pointing-office-building-meeting-outdoors-discussing-real-property-back-view-commercial-real-estate-concept_74855-7313.jpg", imageAlt: "Ricardo Gomes"},
testimonial: "Investing with Golden Real Estate was a seamless experience. Their exclusive access and transparent process instill complete confidence.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-business-partners-formal-suits-pointing-office-building-meeting-outdoors-discussing-real-property-back-view-commercial-real-estate-concept_74855-7313.jpg",
imageAlt: "Ricardo Gomes",
},
{ {
name: "Sofia Mendes", name: "Sofia Mendes", handle: "@SMGlobal", testimonial: "From initial consultation to final acquisition, Golden Real Estate provided exemplary guidance. A partner for true growth.", rating: 5,
handle: "@SMGlobal", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185043.jpg", imageAlt: "Sofia Mendes"},
testimonial: "From initial consultation to final acquisition, Golden Real Estate provided exemplary guidance. A partner for true growth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185043.jpg",
imageAlt: "Sofia Mendes",
},
{ {
name: "Carlos Almeida", name: "Carlos Almeida", handle: "@CAlmeidaCapital", testimonial: "Their understanding of the luxury market in Maputo is profound. Every property presented was a genuine, high-value asset.", rating: 5,
handle: "@CAlmeidaCapital", imageSrc: "http://img.b2bpic.net/free-photo/lieutenant-colonel-gathering-intelligence-from-federal-radar-systems_482257-90038.jpg", imageAlt: "Carlos Almeida"},
testimonial: "Their understanding of the luxury market in Maputo is profound. Every property presented was a genuine, high-value asset.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lieutenant-colonel-gathering-intelligence-from-federal-radar-systems_482257-90038.jpg",
imageAlt: "Carlos Almeida",
},
]} ]}
tag="Exclusive Opportunities" tag="Exclusive Opportunities"
buttons={[ buttons={[
{ {
text: "Explore Developments", text: "Explore Developments", href: "/developments"},
href: "/developments",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg", src: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg", alt: "Investor 1"},
alt: "Investor 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Investor 2"},
alt: "Investor 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134033.jpg", src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134033.jpg", alt: "Investor 3"},
alt: "Investor 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", alt: "Investor 4"},
alt: "Investor 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", alt: "Seasoned Investor"},
alt: "Seasoned Investor",
},
]} ]}
avatarText="Trusted by elite investors" avatarText="Trusted by elite investors"
imageSrc="http://img.b2bpic.net/free-photo/sunset-santorini-modern-balcony-design-generated-by-ai_188544-34086.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/sunset-santorini-modern-balcony-design-generated-by-ai_188544-34086.jpg"
imageAlt="Luxury ocean view apartment in Maputo" imageAlt="Luxury ocean view apartment in Maputo"
tagIcon={Diamond} tagIcon={Diamond}
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Exclusive Listings", icon: Key,
text: "Exclusive Listings",
icon: Key,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Global Partnerships", icon: Globe,
text: "Global Partnerships",
icon: Globe,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Local Expertise", icon: MapPin,
text: "Local Expertise",
icon: MapPin,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Unrivaled Value", icon: DollarSign,
text: "Unrivaled Value",
icon: DollarSign,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Discreet Service", icon: EyeOff,
text: "Discreet Service",
icon: EyeOff,
}, },
]} ]}
/> />
@@ -176,11 +118,8 @@ export default function LandingPage() {
title="Golden Real Estate: Crafting Legacies in Maputo's Premier Landscape." title="Golden Real Estate: Crafting Legacies in Maputo's Premier Landscape."
buttons={[ buttons={[
{ {
text: "Discover Our Vision", text: "Discover Our Vision", href: "/about"},
href: "/about",
},
]} ]}
description="Born from a strategic partnership with Turkish investors and driven by the visionary leadership of David Matos, Golden Real Estate redefines luxury property in Mozambique. Our approach combines youthful dynamism with unwavering posture, delivering exclusive opportunities designed for significant appreciation. We are not just selling properties; we are securing futures."
/> />
</div> </div>
@@ -192,56 +131,24 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "product-1", id: "product-1", name: "Oceanfront Penthouse", price: "Upon Request", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rainbow-nature_23-2151498263.jpg", imageAlt: "Oceanfront Penthouse Exterior"},
name: "Oceanfront Penthouse",
price: "Upon Request",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rainbow-nature_23-2151498263.jpg",
imageAlt: "Oceanfront Penthouse Exterior",
},
{ {
id: "product-2", id: "product-2", name: "Grand View Suite", price: "Upon Request", imageSrc: "http://img.b2bpic.net/free-photo/view-house-lamp-with-futuristic-design_23-2151037462.jpg", imageAlt: "Grand View Suite Living Room"},
name: "Grand View Suite",
price: "Upon Request",
imageSrc: "http://img.b2bpic.net/free-photo/view-house-lamp-with-futuristic-design_23-2151037462.jpg",
imageAlt: "Grand View Suite Living Room",
},
{ {
id: "product-3", id: "product-3", name: "Skyline Residence", price: "Upon Request", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-caucasian-woman-smiling-broadly-looking-camera-while-sitting-mattress-spacious-room-brunette-woman-with-long-hair-wears-casual-clothes-home-rest-time-concept_197531-32212.jpg", imageAlt: "Skyline Residence Bedroom"},
name: "Skyline Residence",
price: "Upon Request",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-caucasian-woman-smiling-broadly-looking-camera-while-sitting-mattress-spacious-room-brunette-woman-with-long-hair-wears-casual-clothes-home-rest-time-concept_197531-32212.jpg",
imageAlt: "Skyline Residence Bedroom",
},
{ {
id: "product-4", id: "product-4", name: "Coastal Haven", price: "Upon Request", imageSrc: "http://img.b2bpic.net/free-photo/city-buildings-golden-hour_250224-98.jpg", imageAlt: "Coastal Haven Balcony"},
name: "Coastal Haven",
price: "Upon Request",
imageSrc: "http://img.b2bpic.net/free-photo/city-buildings-golden-hour_250224-98.jpg",
imageAlt: "Coastal Haven Balcony",
},
{ {
id: "product-5", id: "product-5", name: "Executive Retreat", price: "Upon Request", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150772055.jpg", imageAlt: "Executive Retreat Kitchen"},
name: "Executive Retreat",
price: "Upon Request",
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150772055.jpg",
imageAlt: "Executive Retreat Kitchen",
},
{ {
id: "product-6", id: "product-6", name: "Zenith Tower Apartment", price: "Upon Request", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199306.jpg", imageAlt: "Zenith Tower Apartment Bathroom"},
name: "Zenith Tower Apartment",
price: "Upon Request",
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199306.jpg",
imageAlt: "Zenith Tower Apartment Bathroom",
},
]} ]}
title="Exclusive Residences." title="Exclusive Residences."
description="Each development in our portfolio is meticulously selected for its prime location, exceptional design, and potential for substantial return on investment. Explore unparalleled luxury with flexible acquisition terms." description="Each development in our portfolio is meticulously selected for its prime location, exceptional design, and potential for substantial return on investment. Explore unparalleled luxury with flexible acquisition terms."
tag="Featured Properties" tag="Featured Properties"
buttons={[ buttons={[
{ {
text: "View All Developments", text: "View All Developments", href: "/developments"},
href: "/developments",
},
]} ]}
/> />
</div> </div>
@@ -253,67 +160,43 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Strategic Acquisitions", title: "Strategic Acquisitions", description: "Benefit from a 50% deposit structure on select properties, securing prime assets with managed capital outlay. Our terms are designed for the astute investor.", media: {
description: "Benefit from a 50% deposit structure on select properties, securing prime assets with managed capital outlay. Our terms are designed for the astute investor.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-blocks-with-magnifying-glass-growth-arrow_23-2148780630.jpg", imageAlt: "Strategic Acquisitions"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/wooden-blocks-with-magnifying-glass-growth-arrow_23-2148780630.jpg",
imageAlt: "Strategic Acquisitions",
},
items: [ items: [
{ {
icon: Wallet, icon: Wallet,
text: "50% deposit on luxury developments", text: "50% deposit on luxury developments"},
},
{ {
icon: Percent, icon: Percent,
text: "Interest-free installment plans", text: "Interest-free installment plans"},
},
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-vector/architecture-development-vertical-business-card-template_23-2149426152.jpg?_wi=1",
imageAlt: "financial security investment growth",
}, },
{ {
title: "Prime Maputo Locations", title: "Prime Maputo Locations", description: "Our developments are situated in Maputo's most exclusive neighborhoods, offering breathtaking ocean views and unparalleled access to the city's finest amenities.", media: {
description: "Our developments are situated in Maputo's most exclusive neighborhoods, offering breathtaking ocean views and unparalleled access to the city's finest amenities.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-skyscrapers-downtown-sydney-australia_1127-3574.jpg", imageAlt: "Prime Maputo Locations"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-skyscrapers-downtown-sydney-australia_1127-3574.jpg",
imageAlt: "Prime Maputo Locations",
},
items: [ items: [
{ {
icon: MapPin, icon: MapPin,
text: "Unrivaled prime coastal location", text: "Unrivaled prime coastal location"},
},
{ {
icon: Ship, icon: Ship,
text: "Direct ocean views from every residence", text: "Direct ocean views from every residence"},
},
], ],
reverse: true, reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/sunset-santorini-modern-balcony-design-generated-by-ai_188544-34086.jpg?_wi=2",
imageAlt: "financial security investment growth",
}, },
{ {
title: "Designed for Appreciation", title: "Designed for Appreciation", description: "Each property is a masterpiece of modern architecture, meticulously designed to maximize natural light and ensure significant price appreciation upon completion. An investment in enduring value.", media: {
description: "Each property is a masterpiece of modern architecture, meticulously designed to maximize natural light and ensure significant price appreciation upon completion. An investment in enduring value.", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-office-building-window-background_1258-329.jpg", imageAlt: "Designed for Appreciation"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-office-building-window-background_1258-329.jpg",
imageAlt: "Designed for Appreciation",
},
items: [ items: [
{ {
icon: Sun, icon: Sun,
text: "Abundant natural light in every space", text: "Abundant natural light in every space"},
},
{ {
icon: TrendingUp, icon: TrendingUp,
text: "Guaranteed price appreciation on completion", text: "Guaranteed price appreciation on completion"},
},
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-laptop-bag-newspaper_23-2147876752.jpg?_wi=2",
imageAlt: "financial security investment growth",
}, },
]} ]}
title="The Golden Advantage." title="The Golden Advantage."
@@ -321,9 +204,7 @@ export default function LandingPage() {
tag="Investor Benefits" tag="Investor Benefits"
buttons={[ buttons={[
{ {
text: "Understand the Benefits", text: "Understand the Benefits", href: "/developments#advantages-full"},
href: "/developments#advantages-full",
},
]} ]}
/> />
</div> </div>
@@ -332,20 +213,15 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Connect Directly" tag="Connect Directly"
title="Access Exclusive Opportunities." title="Access Exclusive Opportunities."
description="The most compelling opportunities are often not listed publicly. For discreet access to our unlisted portfolio and personalized investment advice, connect with our team directly. We prioritize serious inquiries." description="The most compelling opportunities are often not listed publicly. For discreet access to our unlisted portfolio and personalized investment advice, connect with our team directly. We prioritize serious inquiries."
buttons={[ buttons={[
{ {
text: "Talk to David Matos", text: "Talk to David Matos", href: "/contact"},
href: "/contact",
},
{ {
text: "WhatsApp Us", text: "WhatsApp Us", href: "https://wa.me/258xxxxxxxx"},
href: "https://wa.me/258xxxxxxxx",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -355,50 +231,31 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Our Team", label: "Our Team", href: "/about#team"},
href: "/about#team",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Properties", title: "Properties", items: [
items: [
{ {
label: "Developments", label: "Developments", href: "/developments"},
href: "/developments",
},
{ {
label: "Advantages", label: "Advantages", href: "/developments#advantages-full"},
href: "/developments#advantages-full",
},
{ {
label: "Unlisted Opportunities", label: "Unlisted Opportunities", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}