diff --git a/src/app/page.tsx b/src/app/page.tsx index aad9b91..ae43765 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,59 +48,36 @@ export default function LandingPage() {
@@ -120,19 +89,13 @@ export default function LandingPage() { metrics={[ { icon: Star, - label: "Years Experience", - value: "10+", - }, + label: "Years Experience", value: "10+"}, { icon: Award, - label: "Projects Delivered", - value: "200+", - }, + label: "Projects Delivered", value: "200+"}, { icon: Zap, - label: "Global Awards", - value: "50+", - }, + label: "Global Awards", value: "50+"}, ]} metricsAnimation="blur-reveal" /> @@ -146,19 +109,13 @@ export default function LandingPage() { features={[ { icon: Gauge, - title: "3D Spatial Design", - description: "Immersive environments built for modern browsers.", - }, + title: "3D Spatial Design", description: "Immersive environments built for modern browsers."}, { icon: Camera, - title: "Cinematic Direction", - description: "Story-driven motion that feels like cinema.", - }, + title: "Cinematic Direction", description: "Story-driven motion that feels like cinema."}, { icon: Layers, - title: "Luxury UI Systems", - description: "Sophisticated interfaces with intentional depth.", - }, + title: "Luxury UI Systems", description: "Sophisticated interfaces with intentional depth."}, ]} title="Precision Execution" description="We blend technical innovation with premium visual design to push the boundaries of what is possible on the web." @@ -167,46 +124,23 @@ export default function LandingPage() {
@@ -347,33 +230,21 @@ export default function LandingPage() { logoText="LUX.STUDIO" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Projects", - href: "#projects", - }, + label: "Projects", href: "#projects"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}