4 Commits

Author SHA1 Message Date
0b6f6dd76c Merge version_3 into main
Merge version_3 into main
2026-03-04 05:22:17 +00:00
d78783488b Update src/app/page.tsx 2026-03-04 05:22:13 +00:00
f396738335 Merge version_2 into main
Merge version_2 into main
2026-03-04 05:20:34 +00:00
147c7fe857 Update src/app/page.tsx 2026-03-04 05:20:30 +00:00

View File

@@ -40,14 +40,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
title="Interior Design & Architecture" title="Luxury Interiors That Reflect Your Vision"
description="Transform your space into a masterpiece of elegance and functionality. Our award-winning studio creates bespoke interiors that inspire." description="Transform your space into a masterpiece of elegance and functionality. Our award-winning studio creates bespoke interiors that inspire."
tag="Premium Studio" tag="Premium Studio"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "glowing-orb" }} background={{ variant: "glowing-orb" }}
buttons={[ buttons={[
{ text: "View Portfolio", href: "#projects" }, { text: "Explore Our Work", href: "#projects" },
{ text: "Get Consultation", href: "#contact" }, { text: "Get Consultation", href: "#contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"