1 Commits

Author SHA1 Message Date
b53a8384b5 Update src/app/page.tsx 2026-03-08 01:23:12 +00:00

View File

@@ -44,12 +44,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardDashboard <HeroBillboardDashboard
title="Experience Minimal Elegance" title="Experience Minimal Elegance"
description="Dropsphy brings Apple-inspired design philosophy to your workflow. Clean, intuitive, and beautifully crafted." description="No credit card. Full features for 14 days."
tag="Premium Design" tag="Premium Design"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Start Free Trial", href: "https://dropsphy.io" }, { text: "Launch Free Trial", href: "https://dropsphy.io" },
{ text: "View Features", href: "#features" }, { text: "View Features", href: "#features" },
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
@@ -294,4 +294,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }