Update src/app/page.tsx

This commit is contained in:
2026-05-12 19:00:17 +00:00
parent e85aea88ee
commit 7f7755ed9e

View File

@@ -36,14 +36,14 @@ export default function LandingPage() {
{ name: "Team", id: "#team" },
{ name: "Contact", id: "#contact" },
]}
brandName="ArchLux"
brandName="DK Real Estate"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{ variant: "sparkles-gradient" }}
background={{ variant: "rotated-rays-animated" }}
title="Architecting Excellence"
description="Crafting the future of luxury real estate with precision, vision, and unparalleled architectural innovation."
tag="Luxury Architecture"
@@ -62,7 +62,7 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={true}
title="Defining Modern Luxury"
description="At ArchLux, we push the boundaries of what is possible in residential design. Our approach blends cutting-edge technology with timeless architectural aesthetics to create spaces that inspire, protect, and elevate."
description="At DK Real Estate, we push the boundaries of what is possible in residential design. Our approach blends cutting-edge technology with timeless architectural aesthetics to create spaces that inspire, protect, and elevate."
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-beautiful-white-interior-modern-architecture_181624-21886.jpg"
imageAlt="Our Architectural Studio"
/>
@@ -166,10 +166,10 @@ export default function LandingPage() {
{ items: [{ label: "Team", href: "#team" }, { label: "Careers", href: "#" }] },
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="ArchLux"
logoText="DK Real Estate"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}