Update src/app/page.tsx
This commit is contained in:
184
src/app/page.tsx
184
src/app/page.tsx
@@ -17,27 +17,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Listings",
|
||||
id: "#listings",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Listings", id: "#listings" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Potomac Luxury"
|
||||
/>
|
||||
@@ -45,17 +40,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Unrivaled Prestige."
|
||||
description="Discover the most exclusive properties in the Potomac region. Where architectural brilliance meets modern luxury living."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Exclusive Collection",
|
||||
href: "#listings",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Exclusive Collection", href: "#listings" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/ultra-luxury-modern-mansion-exterior-at--1774568283811-68faf7bd.png"
|
||||
/>
|
||||
@@ -66,25 +54,17 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "The Potomac Estate",
|
||||
price: "$12,500,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/interior-of-a-modern-luxury-living-room--1774568282689-309b4566.png",
|
||||
id: "1", name: "The Potomac Estate", price: "$12,500,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/interior-of-a-modern-luxury-living-room--1774568282689-309b4566.png"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sunset Ridge Villa",
|
||||
price: "$8,200,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/infinity-pool-at-sunset-overlooking-a-va-1774568282805-45b0096e.png",
|
||||
id: "2", name: "Sunset Ridge Villa", price: "$8,200,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/infinity-pool-at-sunset-overlooking-a-va-1774568282805-45b0096e.png"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Modern Glass Sanctuary",
|
||||
price: "$9,750,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/luxury-modern-kitchen-matte-black-cabine-1774568283893-7816964f.png",
|
||||
},
|
||||
id: "3", name: "Modern Glass Sanctuary", price: "$9,750,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/luxury-modern-kitchen-matte-black-cabine-1774568283893-7816964f.png"
|
||||
}
|
||||
]}
|
||||
title="Selected Acquisitions"
|
||||
description="A portfolio of multi-million dollar estates, curated for the discerning investor."
|
||||
@@ -98,18 +78,9 @@ export default function LandingPage() {
|
||||
title="The Potomac Standard"
|
||||
description="At Potomac Luxury, we define the standard for high-end real estate brokerage. Our commitment is to absolute discretion, elite market insights, and an uncompromising pursuit of the perfect home."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Absolute Discretion",
|
||||
description: "Protecting the privacy and status of every client.",
|
||||
},
|
||||
{
|
||||
title: "Market Dominance",
|
||||
description: "Unmatched access to off-market and pocket listings.",
|
||||
},
|
||||
{
|
||||
title: "Bespoke Service",
|
||||
description: "Tailored acquisition experiences that transcend industry standards.",
|
||||
},
|
||||
{ title: "Absolute Discretion", description: "Protecting the privacy and status of every client." },
|
||||
{ title: "Market Dominance", description: "Unmatched access to off-market and pocket listings." },
|
||||
{ title: "Bespoke Service", description: "Tailored acquisition experiences that transcend industry standards." }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/professional-portrait-of-a-high-end-luxu-1774568282746-a1a86d1e.png"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -121,38 +92,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Elite Acquisition",
|
||||
quote: "Potomac Luxury facilitated an acquisition beyond my expectations. Perfection.",
|
||||
name: "Jonathan V.",
|
||||
role: "Private Investor",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/close-up-of-expensive-watch-on-hand-luxu-1774568282482-7c073be9.png",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Seamless Sale",
|
||||
quote: "The level of service and professional guidance provided was incomparable.",
|
||||
name: "Elena S.",
|
||||
role: "Tech Entrepreneur",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/minimalist-luxury-architecture-detail-1774568282381-81c49ad1.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Discretion Defined",
|
||||
quote: "Discretion and elite market access are their hallmarks.",
|
||||
name: "Marcus A.",
|
||||
role: "Global Executive",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/modern-luxury-interior-design-detail-1774568282831-68a405c5.png",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Modern Living",
|
||||
quote: "They understood the lifestyle I was seeking and delivered flawlessly.",
|
||||
name: "Sarah L.",
|
||||
role: "Art Collector",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/high-end-mansion-architectural-shot-1774568282626-0ac0a778.png",
|
||||
},
|
||||
{ id: "1", title: "Elite Acquisition", quote: "Potomac Luxury facilitated an acquisition beyond my expectations. Perfection.", name: "Jonathan V.", role: "Private Investor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/close-up-of-expensive-watch-on-hand-luxu-1774568282482-7c073be9.png" },
|
||||
{ id: "2", title: "Seamless Sale", quote: "The level of service and professional guidance provided was incomparable.", name: "Elena S.", role: "Tech Entrepreneur", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/minimalist-luxury-architecture-detail-1774568282381-81c49ad1.png" },
|
||||
{ id: "3", title: "Discretion Defined", quote: "Discretion and elite market access are their hallmarks.", name: "Marcus A.", role: "Global Executive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/modern-luxury-interior-design-detail-1774568282831-68a405c5.png" },
|
||||
{ id: "4", title: "Modern Living", quote: "They understood the lifestyle I was seeking and delivered flawlessly.", name: "Sarah L.", role: "Art Collector", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVJAZJYTT70lahowjgOBjacVPL/high-end-mansion-architectural-shot-1774568282626-0ac0a778.png" }
|
||||
]}
|
||||
title="A Legacy of Trust"
|
||||
description="Excellence acknowledged by the world's most sophisticated clients."
|
||||
@@ -164,28 +107,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I access off-market listings?",
|
||||
content: "Our private client portal provides vetted investors with access to our off-market inventory.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is private viewing available?",
|
||||
content: "We coordinate exclusive, private viewings for qualified high-net-worth individuals.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you assist with international acquisition?",
|
||||
content: "Yes, we specialize in cross-border real estate acquisitions for our international client base.",
|
||||
},
|
||||
{ id: "f1", title: "How do I access off-market listings?", content: "Our private client portal provides vetted investors with access to our off-market inventory." },
|
||||
{ id: "f2", title: "Is private viewing available?", content: "We coordinate exclusive, private viewings for qualified high-net-worth individuals." },
|
||||
{ id: "f3", title: "Can you assist with international acquisition?", content: "Yes, we specialize in cross-border real estate acquisitions for our international client base." }
|
||||
]}
|
||||
ctaTitle="Request a Private Consultation"
|
||||
ctaDescription="Access our exclusive listings and discuss your acquisition requirements."
|
||||
ctaButton={{
|
||||
text: "Connect with an Advisor",
|
||||
href: "#",
|
||||
}}
|
||||
ctaButton={{ text: "Connect with an Advisor", href: "#" }}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -193,57 +121,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Potomac Luxury",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Listings",
|
||||
href: "#listings",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Disclaimer",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Potomac Luxury", items: [{ label: "About", href: "#about" }, { label: "Listings", href: "#listings" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }, { label: "Press", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Potomac Luxury. All Rights Reserved."
|
||||
bottomRightText="Excellence in Every Detail."
|
||||
|
||||
Reference in New Issue
Block a user