Update src/app/page.tsx

This commit is contained in:
2026-05-05 11:44:18 +00:00
parent 97f868bd1f
commit 644a51668e

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Story",
id: "about",
},
name: "Story", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Why Us",
id: "why",
},
name: "Why Us", id: "why"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Veda Nest"
/>
@@ -55,92 +47,51 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Where Wisdom Meets Home"
description="Your trusted partner in Dubai's dynamic real estate market. We focus on long-term value, discretion, and strategic insight."
testimonials={[
{
name: "Sarah Ahmed",
handle: "@realinvestor",
testimonial: "Veda Nest identified high-growth opportunities that others missed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg?_wi=1",
},
name: "Sarah Ahmed", handle: "@realinvestor", testimonial: "Veda Nest identified high-growth opportunities that others missed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg"},
{
name: "Michael Reed",
handle: "@dubairesident",
testimonial: "Seamless transaction and absolute professionalism. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
},
name: "Michael Reed", handle: "@dubairesident", testimonial: "Seamless transaction and absolute professionalism. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
name: "Laila Khan",
handle: "@luxuryhomes",
testimonial: "Strategic insight that changed my entire portfolio strategy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
},
name: "Laila Khan", handle: "@luxuryhomes", testimonial: "Strategic insight that changed my entire portfolio strategy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg"},
{
name: "David Wu",
handle: "@globalinvestor",
testimonial: "Transparent and data-driven. Best advisors in the region.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg",
},
name: "David Wu", handle: "@globalinvestor", testimonial: "Transparent and data-driven. Best advisors in the region.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg"},
{
name: "Omar F.",
handle: "@uaeexpert",
testimonial: "Exceptional off-plan access. They truly understand the market.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
},
name: "Omar F.", handle: "@uaeexpert", testimonial: "Exceptional off-plan access. They truly understand the market.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg"},
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-sculptures-town-square_1359-807.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/abstract-sculptures-town-square_1359-807.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg",
alt: "Sarah Ahmed portrait",
},
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", alt: "Sarah Ahmed portrait"},
{
src: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg",
alt: "Michael Reed portrait",
},
src: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg", alt: "Michael Reed portrait"},
{
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
alt: "Laila Khan portrait",
},
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Laila Khan portrait"},
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg",
alt: "David Wu portrait",
},
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg", alt: "David Wu portrait"},
{
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
alt: "Omar F portrait",
},
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Omar F portrait"},
]}
avatarText="Trusted by 500+ investors globally"
marqueeItems={[
{
type: "text",
text: "Premium Market Access",
},
type: "text", text: "Premium Market Access"},
{
type: "text",
text: "Dubai Strategic Insights",
},
type: "text", text: "Dubai Strategic Insights"},
{
type: "text",
text: "Data-Driven Acquisitions",
},
type: "text", text: "Data-Driven Acquisitions"},
{
type: "text",
text: "10+ Years of Expertise",
},
type: "text", text: "10+ Years of Expertise"},
{
type: "text",
text: "Discretion Guaranteed",
},
type: "text", text: "Discretion Guaranteed"},
]}
/>
</div>
@@ -152,20 +103,11 @@ export default function LandingPage() {
tag="Our Track Record"
metrics={[
{
id: "1",
value: "10+",
description: "Years in Dubai",
},
id: "1", value: "10+", description: "Years in Dubai"},
{
id: "2",
value: "493+",
description: "Properties Advised",
},
id: "2", value: "493+", description: "Properties Advised"},
{
id: "3",
value: "97%",
description: "Client Retention",
},
id: "3", value: "97%", description: "Client Retention"},
]}
metricsAnimation="blur-reveal"
/>
@@ -178,52 +120,36 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Investment Strategy",
description: "Identify high-growth assets with clarity and long-term vision.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84846.jpg",
},
title: "Investment Strategy", description: "Identify high-growth assets with clarity and long-term vision.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84846.jpg"},
items: [
{
icon: TrendingUp,
text: "Data-backed Growth",
},
text: "Data-backed Growth"},
{
icon: Target,
text: "Asset Alignment",
},
text: "Asset Alignment"},
{
icon: Shield,
text: "Risk Mitigation",
},
text: "Risk Mitigation"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/abstract-sculptures-town-square_1359-807.jpg?_wi=2",
imageAlt: "luxury real estate dubai modern",
},
{
title: "Property Advisory",
description: "Buying a home or asset is complex; we provide clear, personalized guidance.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/luxury-waterfront-homes-sunset_23-2151963026.jpg",
},
title: "Property Advisory", description: "Buying a home or asset is complex; we provide clear, personalized guidance.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/luxury-waterfront-homes-sunset_23-2151963026.jpg"},
items: [
{
icon: Home,
text: "Residential Focus",
},
text: "Residential Focus"},
{
icon: Search,
text: "Due Diligence",
},
text: "Due Diligence"},
{
icon: CheckCircle,
text: "Transaction Success",
},
text: "Transaction Success"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg?_wi=2",
imageAlt: "luxury real estate dubai modern",
},
]}
title="Our Specialized Advisory Services"
@@ -236,20 +162,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Why trust Veda Nest?",
content: "Our market-first approach ensures decisions are backed by data and discretion.",
},
id: "1", title: "Why trust Veda Nest?", content: "Our market-first approach ensures decisions are backed by data and discretion."},
{
id: "2",
title: "How do you select properties?",
content: "We filter through hundreds of projects to find those with high-value potential.",
},
id: "2", title: "How do you select properties?", content: "We filter through hundreds of projects to find those with high-value potential."},
{
id: "3",
title: "What about off-plan?",
content: "We maintain deep relationships with developers to secure early access.",
},
id: "3", title: "What about off-plan?", content: "We maintain deep relationships with developers to secure early access."},
]}
sideTitle="Why Choose Us"
sideDescription="We believe in being more than advisors; we are your partners in growth."
@@ -262,14 +179,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Developer X",
"Partner Y",
"Investor Z",
"Trust A",
"Growth B",
"Future C",
"Market D",
]}
"Developer X", "Partner Y", "Investor Z", "Trust A", "Growth B", "Future C", "Market D"]}
title="Strong Developer Network"
description="Working with industry leaders to secure your future."
/>
@@ -281,45 +191,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Excellent Service",
quote: "Veda Nest made the complex simple.",
name: "Sarah Ahmed",
role: "CEO",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
},
id: "1", title: "Excellent Service", quote: "Veda Nest made the complex simple.", name: "Sarah Ahmed", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg"},
{
id: "2",
title: "Data Driven",
quote: "Their insights are consistently accurate.",
name: "Michael Reed",
role: "CTO",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
},
id: "2", title: "Data Driven", quote: "Their insights are consistently accurate.", name: "Michael Reed", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg"},
{
id: "3",
title: "Professional",
quote: "Discretion is key, and they deliver.",
name: "Laila Khan",
role: "Investor",
imageSrc: "http://img.b2bpic.net/free-photo/confident-outline-business-side-face-male_1194-3839.jpg",
},
id: "3", title: "Professional", quote: "Discretion is key, and they deliver.", name: "Laila Khan", role: "Investor", imageSrc: "http://img.b2bpic.net/free-photo/confident-outline-business-side-face-male_1194-3839.jpg"},
{
id: "4",
title: "Reliable",
quote: "I trust them with my portfolio.",
name: "David Wu",
role: "Manager",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg",
},
id: "4", title: "Reliable", quote: "I trust them with my portfolio.", name: "David Wu", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg"},
{
id: "5",
title: "Strategic",
quote: "Best off-plan access in town.",
name: "Omar F.",
role: "Director",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
},
id: "5", title: "Strategic", quote: "Best off-plan access in town.", name: "Omar F.", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg"},
]}
title="Client Perspectives"
description="Stories of trust and performance from our satisfied clients."
@@ -331,20 +211,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq-1",
title: "What's the process?",
content: "We start with a consultation to understand your goals.",
},
id: "faq-1", title: "What's the process?", content: "We start with a consultation to understand your goals."},
{
id: "faq-2",
title: "Can I invest remotely?",
content: "Yes, we handle everything end-to-end for you.",
},
id: "faq-2", title: "Can I invest remotely?", content: "Yes, we handle everything end-to-end for you."},
{
id: "faq-3",
title: "Do you offer property management?",
content: "We focus on advisory, but we partner with top firms for ongoing management.",
},
id: "faq-3", title: "Do you offer property management?", content: "We focus on advisory, but we partner with top firms for ongoing management."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -355,8 +226,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Let's Connect"
title="Begin Your Dubai Property Journey"
description="Schedule a private consultation to discuss your real estate objectives."
@@ -367,13 +237,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Veda Nest"
leftLink={{
text: "© 2024 Veda Nest LLC",
href: "#",
}}
text: "© 2024 Veda Nest LLC", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>