Update src/app/page.tsx
This commit is contained in:
321
src/app/page.tsx
321
src/app/page.tsx
@@ -34,46 +34,27 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Investors",
|
||||
id: "#investors",
|
||||
},
|
||||
name: "Investors", id: "#investors"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Apex Developments"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
}}
|
||||
text: "Get a Quote"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,78 +64,42 @@ export default function LandingPage() {
|
||||
description="Discover worldclass residential and commercial developments designed for those who demand premium quality. Explore live projects, immersive tours, and exclusive investment opportunities."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "Investor",
|
||||
testimonial: "Apex Developments transformed my investment portfolio. Their transparency and meticulous project management are truly world-class.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-business-men-celebrating-deal_158595-5256.jpg",
|
||||
imageAlt: "Sarah J. testimonial",
|
||||
},
|
||||
name: "Sarah J.", handle: "Investor", testimonial: "Apex Developments transformed my investment portfolio. Their transparency and meticulous project management are truly world-class.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-business-men-celebrating-deal_158595-5256.jpg", imageAlt: "Sarah J. testimonial"},
|
||||
{
|
||||
name: "Michael L.",
|
||||
handle: "Home Buyer",
|
||||
testimonial: "The design and quality of our new home exceeded every expectation. A truly luxurious and comfortable living experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-showing-house-object_1187-3470.jpg",
|
||||
imageAlt: "Michael L. testimonial",
|
||||
},
|
||||
name: "Michael L.", handle: "Home Buyer", testimonial: "The design and quality of our new home exceeded every expectation. A truly luxurious and comfortable living experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-showing-house-object_1187-3470.jpg", imageAlt: "Michael L. testimonial"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "Corporate Client",
|
||||
testimonial: "Partnering with Apex for our commercial project was seamless. Their dedication to excellence and timely delivery is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167361.jpg",
|
||||
imageAlt: "David K. testimonial",
|
||||
},
|
||||
name: "David K.", handle: "Corporate Client", testimonial: "Partnering with Apex for our commercial project was seamless. Their dedication to excellence and timely delivery is unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167361.jpg", imageAlt: "David K. testimonial"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "Investor",
|
||||
testimonial: "Impressed by their vision and execution. The ROI data provided was accurate, and the project timeline was strictly adhered to.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-shaking-hands-agreement_53876-13535.jpg",
|
||||
imageAlt: "Emily R. testimonial",
|
||||
},
|
||||
name: "Emily R.", handle: "Investor", testimonial: "Impressed by their vision and execution. The ROI data provided was accurate, and the project timeline was strictly adhered to.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-shaking-hands-agreement_53876-13535.jpg", imageAlt: "Emily R. testimonial"},
|
||||
{
|
||||
name: "James & Laura P.",
|
||||
handle: "Home Buyers",
|
||||
testimonial: "From initial concept to final touches, Apex delivered our dream home with unparalleled elegance and precision.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40327.jpg",
|
||||
imageAlt: "James & Laura P. testimonial",
|
||||
},
|
||||
name: "James & Laura P.", handle: "Home Buyers", testimonial: "From initial concept to final touches, Apex delivered our dream home with unparalleled elegance and precision.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40327.jpg", imageAlt: "James & Laura P. testimonial"},
|
||||
]}
|
||||
tag="Experience Excellence"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Portfolio",
|
||||
},
|
||||
text: "Explore Our Portfolio"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-stylish-serious-bearded-male-wearing-elegant-suit-dark-background_613910-11332.jpg",
|
||||
alt: "Investor A",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-stylish-serious-bearded-male-wearing-elegant-suit-dark-background_613910-11332.jpg", alt: "Investor A"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-smiling-woman-office_23-2148187253.jpg",
|
||||
alt: "Home Buyer B",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-smiling-woman-office_23-2148187253.jpg", alt: "Home Buyer B"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-old-architect-with-safety-equipment_23-2148269395.jpg",
|
||||
alt: "Corporate C",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-old-architect-with-safety-equipment_23-2148269395.jpg", alt: "Corporate C"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg",
|
||||
alt: "Investor D",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg", alt: "Investor D"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-with-wireless-earphone-his-ear-looking-away_23-2148096487.jpg",
|
||||
alt: "Architect E",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-with-wireless-earphone-his-ear-looking-away_23-2148096487.jpg", alt: "Architect E"},
|
||||
]}
|
||||
avatarText="Join our community of satisfied clients"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-interesting-building-design_23-2148252802.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-interesting-building-design_23-2148252802.jpg"
|
||||
imageAlt="Luxury skyscraper at golden hour"
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
@@ -168,19 +113,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Years of Excellence",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Years of Excellence", value: "25+"},
|
||||
{
|
||||
icon: Home,
|
||||
label: "Projects Delivered",
|
||||
value: "150+",
|
||||
},
|
||||
label: "Projects Delivered", value: "150+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Client Satisfaction",
|
||||
value: "98%",
|
||||
},
|
||||
label: "Client Satisfaction", value: "98%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -192,23 +131,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Innovative Architectural Design",
|
||||
description: "Our developments are masterpieces of modern architecture, pushing boundaries with cutting-edge designs and aesthetic brilliance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-arrangement_23-2149135748.jpg",
|
||||
imageAlt: "Modern apartment interior design",
|
||||
},
|
||||
title: "Innovative Architectural Design", description: "Our developments are masterpieces of modern architecture, pushing boundaries with cutting-edge designs and aesthetic brilliance.", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-arrangement_23-2149135748.jpg", imageAlt: "Modern apartment interior design"},
|
||||
{
|
||||
title: "Sustainable & Smart Living",
|
||||
description: "Integrating eco-friendly practices and smart home technologies, we create spaces that are both luxurious and environmentally conscious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-skyscraper-tree_1353-272.jpg",
|
||||
imageAlt: "Sustainable building",
|
||||
},
|
||||
title: "Sustainable & Smart Living", description: "Integrating eco-friendly practices and smart home technologies, we create spaces that are both luxurious and environmentally conscious.", imageSrc: "http://img.b2bpic.net/free-photo/tall-skyscraper-tree_1353-272.jpg", imageAlt: "Sustainable building"},
|
||||
{
|
||||
title: "Exclusive Amenities & Lifestyle",
|
||||
description: "Experience unparalleled comfort with bespoke amenities, from private lounges to state-of-the-art fitness centers and serene green spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-luxury-outdoor-swimming-pool-hotel-resort-nearly-beach-sea-ocean_74190-8965.jpg",
|
||||
imageAlt: "Luxury infinity pool",
|
||||
},
|
||||
title: "Exclusive Amenities & Lifestyle", description: "Experience unparalleled comfort with bespoke amenities, from private lounges to state-of-the-art fitness centers and serene green spaces.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-luxury-outdoor-swimming-pool-hotel-resort-nearly-beach-sea-ocean_74190-8965.jpg", imageAlt: "Luxury infinity pool"},
|
||||
]}
|
||||
title="Redefining Luxury Living & Investment"
|
||||
description="At Apex Developments, we blend visionary design with meticulous construction to deliver properties that are benchmarks of quality and lifestyle, offering exceptional value to both residents and investors."
|
||||
@@ -223,47 +150,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "The Grand Residences",
|
||||
price: "From $5.2M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-city-aerial-view_649448-356.jpg",
|
||||
imageAlt: "Luxury penthouse interior",
|
||||
},
|
||||
id: "p1", name: "The Grand Residences", price: "From $5.2M", imageSrc: "http://img.b2bpic.net/free-photo/urban-city-aerial-view_649448-356.jpg", imageAlt: "Luxury penthouse interior"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Azure Villas",
|
||||
price: "From $3.8M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pool-hammocks_1203-141.jpg",
|
||||
imageAlt: "Modern villa exterior",
|
||||
},
|
||||
id: "p2", name: "Azure Villas", price: "From $3.8M", imageSrc: "http://img.b2bpic.net/free-photo/pool-hammocks_1203-141.jpg", imageAlt: "Modern villa exterior"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Metropolis Tower",
|
||||
price: "From $15M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-building_1127-2103.jpg",
|
||||
imageAlt: "Commercial office tower",
|
||||
},
|
||||
id: "p3", name: "Metropolis Tower", price: "From $15M", imageSrc: "http://img.b2bpic.net/free-photo/glass-building_1127-2103.jpg", imageAlt: "Commercial office tower"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Coastal Haven Condos",
|
||||
price: "From $2.5M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-decor-apartment-furniture-house_1203-4497.jpg",
|
||||
imageAlt: "Beachfront luxury condominium",
|
||||
},
|
||||
id: "p4", name: "Coastal Haven Condos", price: "From $2.5M", imageSrc: "http://img.b2bpic.net/free-photo/pillow-decor-apartment-furniture-house_1203-4497.jpg", imageAlt: "Beachfront luxury condominium"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Alpine Retreat",
|
||||
price: "From $4.1M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lonely-cabin-stands-before-mountains-covered-with-snow_1304-5338.jpg",
|
||||
imageAlt: "Mountain view luxury chalet",
|
||||
},
|
||||
id: "p5", name: "Alpine Retreat", price: "From $4.1M", imageSrc: "http://img.b2bpic.net/free-photo/lonely-cabin-stands-before-mountains-covered-with-snow_1304-5338.jpg", imageAlt: "Mountain view luxury chalet"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Urban Galleria",
|
||||
price: "From $8.9M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-tall-windows_23-2149454813.jpg",
|
||||
imageAlt: "Downtown luxury retail space",
|
||||
},
|
||||
id: "p6", name: "Urban Galleria", price: "From $8.9M", imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-tall-windows_23-2149454813.jpg", imageAlt: "Downtown luxury retail space"},
|
||||
]}
|
||||
title="Explore Our Distinguished Portfolio"
|
||||
description="A curated collection of our most iconic residential and commercial projects, each reflecting our commitment to architectural brilliance and luxurious living."
|
||||
@@ -278,20 +175,11 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "18.5%",
|
||||
description: "Average Annual ROI on Investments",
|
||||
},
|
||||
id: "m1", value: "18.5%", description: "Average Annual ROI on Investments"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99.9%",
|
||||
description: "Project Completion Rate On-Time",
|
||||
},
|
||||
id: "m2", value: "99.9%", description: "Project Completion Rate On-Time"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "$5B+",
|
||||
description: "Total Assets Under Management",
|
||||
},
|
||||
id: "m3", value: "$5B+", description: "Total Assets Under Management"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -304,44 +192,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "leadership",
|
||||
groupTitle: "Our Leadership Team",
|
||||
members: [
|
||||
id: "leadership", groupTitle: "Our Leadership Team", members: [
|
||||
{
|
||||
id: "t1",
|
||||
title: "Johnathan Apex",
|
||||
subtitle: "Founder & CEO",
|
||||
detail: "A visionary leader with over two decades of experience in luxury real estate development.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-costume-pointing-tablet_23-2148112147.jpg",
|
||||
imageAlt: "Johnathan Apex",
|
||||
},
|
||||
id: "t1", title: "Johnathan Apex", subtitle: "Founder & CEO", detail: "A visionary leader with over two decades of experience in luxury real estate development.", imageSrc: "http://img.b2bpic.net/free-photo/male-costume-pointing-tablet_23-2148112147.jpg", imageAlt: "Johnathan Apex"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Sophia Wren",
|
||||
subtitle: "Chief Architect",
|
||||
detail: "Renowned for innovative and sustainable designs that define modern luxury.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhaired-businessman-talking-phone_176420-4980.jpg",
|
||||
imageAlt: "Sophia Wren",
|
||||
},
|
||||
id: "t2", title: "Sophia Wren", subtitle: "Chief Architect", detail: "Renowned for innovative and sustainable designs that define modern luxury.", imageSrc: "http://img.b2bpic.net/free-photo/redhaired-businessman-talking-phone_176420-4980.jpg", imageAlt: "Sophia Wren"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Marcus Thorne",
|
||||
subtitle: "Director of Construction",
|
||||
detail: "Ensuring unparalleled quality and timely execution across all our prestigious projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg",
|
||||
imageAlt: "Marcus Thorne",
|
||||
},
|
||||
id: "t3", title: "Marcus Thorne", subtitle: "Director of Construction", detail: "Ensuring unparalleled quality and timely execution across all our prestigious projects.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg", imageAlt: "Marcus Thorne"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Eleanor Vance",
|
||||
subtitle: "Head of Investor Relations",
|
||||
detail: "Dedicated to fostering transparent and lucrative partnerships with our global investors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
imageAlt: "Eleanor Vance",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-interesting-building-design_23-2148252802.jpg?_wi=2",
|
||||
imageAlt: "male CEO portrait executive confident",
|
||||
id: "t4", title: "Eleanor Vance", subtitle: "Head of Investor Relations", detail: "Dedicated to fostering transparent and lucrative partnerships with our global investors.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Eleanor Vance"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="The Minds Behind Apex Excellence"
|
||||
@@ -356,45 +216,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test1",
|
||||
name: "Ahmed Al-Mansoori",
|
||||
role: "High-Net-Worth Investor",
|
||||
testimonial: "Apex Developments has consistently exceeded my expectations with their visionary projects and transparent investment insights. A truly global leader.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg",
|
||||
imageAlt: "Ahmed Al-Mansoori",
|
||||
},
|
||||
id: "test1", name: "Ahmed Al-Mansoori", role: "High-Net-Worth Investor", testimonial: "Apex Developments has consistently exceeded my expectations with their visionary projects and transparent investment insights. A truly global leader.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg", imageAlt: "Ahmed Al-Mansoori"},
|
||||
{
|
||||
id: "test2",
|
||||
name: "Chen Li",
|
||||
role: "Premium Home Buyer",
|
||||
testimonial: "Our new home is an architectural masterpiece. The attention to detail and quality of craftsmanship by Apex is simply unparalleled.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-showing-house-object_1187-4449.jpg",
|
||||
imageAlt: "Chen Li",
|
||||
},
|
||||
id: "test2", name: "Chen Li", role: "Premium Home Buyer", testimonial: "Our new home is an architectural masterpiece. The attention to detail and quality of craftsmanship by Apex is simply unparalleled.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-showing-house-object_1187-4449.jpg", imageAlt: "Chen Li"},
|
||||
{
|
||||
id: "test3",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Corporate Client",
|
||||
testimonial: "The professionalism and dedication shown by Apex on our large-scale commercial project were exemplary. They delivered beyond our brief.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-businesswoman-looking-camera-sitting-brainstorming-room-preparing-meeting-with-partners-manager-working-professional-start-up-financial-business-ready-conference_482257-13715.jpg",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
},
|
||||
id: "test3", name: "Maria Rodriguez", role: "Corporate Client", testimonial: "The professionalism and dedication shown by Apex on our large-scale commercial project were exemplary. They delivered beyond our brief.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-businesswoman-looking-camera-sitting-brainstorming-room-preparing-meeting-with-partners-manager-working-professional-start-up-financial-business-ready-conference_482257-13715.jpg", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "test4",
|
||||
name: "Oliver Thompson",
|
||||
role: "Institutional Investor",
|
||||
testimonial: "Their detailed compliance documentation and proven track record make Apex Developments an invaluable long-term partner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
imageAlt: "Oliver Thompson",
|
||||
},
|
||||
id: "test4", name: "Oliver Thompson", role: "Institutional Investor", testimonial: "Their detailed compliance documentation and proven track record make Apex Developments an invaluable long-term partner.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Oliver Thompson"},
|
||||
{
|
||||
id: "test5",
|
||||
name: "Isabella & Luca Rossi",
|
||||
role: "Luxury Property Owners",
|
||||
testimonial: "Apex crafted our dream residence, perfectly blending modern elegance with functional design. An exceptional experience from start to finish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-watching-tv-home_329181-2701.jpg",
|
||||
imageAlt: "Isabella & Luca Rossi",
|
||||
},
|
||||
id: "test5", name: "Isabella & Luca Rossi", role: "Luxury Property Owners", testimonial: "Apex crafted our dream residence, perfectly blending modern elegance with functional design. An exceptional experience from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-watching-tv-home_329181-2701.jpg", imageAlt: "Isabella & Luca Rossi"},
|
||||
]}
|
||||
title="Voices of Our Valued Clients"
|
||||
description="Hear directly from our discerning investors, home buyers, and corporate partners about their experiences with Apex Developments."
|
||||
@@ -407,35 +237,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are the investment opportunities with Apex Developments?",
|
||||
content: "We offer a range of exclusive investment opportunities in high-growth luxury residential and commercial properties, tailored for high-net-worth individuals and institutional investors. Detailed ROI analysis and project timelines are provided for each opportunity.",
|
||||
},
|
||||
id: "faq1", title: "What are the investment opportunities with Apex Developments?", content: "We offer a range of exclusive investment opportunities in high-growth luxury residential and commercial properties, tailored for high-net-worth individuals and institutional investors. Detailed ROI analysis and project timelines are provided for each opportunity."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How does Apex ensure project quality and timely delivery?",
|
||||
content: "Our commitment to excellence is upheld through rigorous quality control, the use of premium materials, and a meticulous project management process. We provide real-time progress tracking and transparent communication at every stage.",
|
||||
},
|
||||
id: "faq2", title: "How does Apex ensure project quality and timely delivery?", content: "Our commitment to excellence is upheld through rigorous quality control, the use of premium materials, and a meticulous project management process. We provide real-time progress tracking and transparent communication at every stage."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I request a private tour of a property?",
|
||||
content: "Yes, we offer exclusive private tours and immersive virtual experiences for our pre-launch and live projects. Please contact our sales team to arrange a personalized viewing at your convenience.",
|
||||
},
|
||||
id: "faq3", title: "Can I request a private tour of a property?", content: "Yes, we offer exclusive private tours and immersive virtual experiences for our pre-launch and live projects. Please contact our sales team to arrange a personalized viewing at your convenience."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What is Apex Developments' approach to sustainability?",
|
||||
content: "Sustainability is a core pillar of our development philosophy. We incorporate green building materials, energy-efficient designs, and innovative environmental practices to create eco-conscious luxury properties.",
|
||||
},
|
||||
id: "faq4", title: "What is Apex Developments' approach to sustainability?", content: "Sustainability is a core pillar of our development philosophy. We incorporate green building materials, energy-efficient designs, and innovative environmental practices to create eco-conscious luxury properties."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Do you provide financing options for property purchases?",
|
||||
content: "While we do not offer direct financing, we partner with leading financial institutions to provide flexible and competitive financing solutions for our discerning clients. Our team can guide you through the process.",
|
||||
},
|
||||
id: "faq5", title: "Do you provide financing options for property purchases?", content: "While we do not offer direct financing, we partner with leading financial institutions to provide flexible and competitive financing solutions for our discerning clients. Our team can guide you through the process."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "How can I stay updated on new project launches?",
|
||||
content: "Sign up for our exclusive newsletter to receive early access to new project announcements, investment briefings, and invitations to private events.",
|
||||
},
|
||||
id: "faq6", title: "How can I stay updated on new project launches?", content: "Sign up for our exclusive newsletter to receive early access to new project announcements, investment briefings, and invitations to private events."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common inquiries regarding our projects, investment processes, and luxury properties."
|
||||
@@ -447,8 +259,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Connect With Us"
|
||||
title="Unlock Your Next Opportunity"
|
||||
description="Whether you're an investor, a future homeowner, or seeking partnership, our team is ready to assist. Reach out to discuss your aspirations."
|
||||
@@ -466,19 +277,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/apex-developments",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/apex-developments", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/apex-developments",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/apex-developments", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/apex-developments",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/apex-developments", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user