Update src/app/page.tsx
This commit is contained in:
@@ -25,7 +25,7 @@ export default function LandingPage() {
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<div id="nav" data-section="nav" className="w-full">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="ZENIT"
|
||||
navItems={[
|
||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<div id="hero" data-section="hero" className="w-full">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Work at the speed of your thinking."
|
||||
description="ZENIT brings your tasks, team, and focus into one powerful workspace. Built for teams that move fast."
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="marquee" data-section="marquee">
|
||||
<div id="marquee" data-section="marquee" className="w-full">
|
||||
<FeatureBorderGlow
|
||||
title="Unified Workspace · Deep Focus Mode · Real-time Collaboration · Smart Prioritisation · Zero Distractions · Built for Speed"
|
||||
description="Everything you need to work better, faster, and smarter."
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="stats" data-section="stats">
|
||||
<div id="stats" data-section="stats" className="w-full">
|
||||
<MetricCardTen
|
||||
title="By the numbers"
|
||||
description="Join thousands of teams already transforming their productivity."
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<div id="features" data-section="features" className="w-full">
|
||||
<FeatureBorderGlow
|
||||
title="Built different."
|
||||
description="Every feature designed for teams that refuse to compromise."
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<div id="pricing" data-section="pricing" className="w-full">
|
||||
<PricingCardFive
|
||||
title="Simple, transparent pricing."
|
||||
description="Choose the perfect plan for your team. No hidden fees, no surprises."
|
||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<div id="testimonials" data-section="testimonials" className="w-full">
|
||||
<TestimonialCardSixteen
|
||||
title="Loved by teams everywhere"
|
||||
description="See how ZENIT transformed productivity for teams across industries."
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<div id="cta" data-section="cta" className="w-full">
|
||||
<ContactCTA
|
||||
tag="GET STARTED"
|
||||
tagIcon={Zap}
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<div id="footer" data-section="footer" className="w-full">
|
||||
<FooterBase
|
||||
logoText="ZENIT"
|
||||
copyrightText="© 2025 ZENIT | Productivity Reimagined"
|
||||
|
||||
Reference in New Issue
Block a user