Update src/app/page.tsx

This commit is contained in:
2026-03-08 01:23:12 +00:00
parent 6f65b1bb73
commit b53a8384b5

View File

@@ -44,12 +44,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardDashboard
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"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Start Free Trial", href: "https://dropsphy.io" },
{ text: "Launch Free Trial", href: "https://dropsphy.io" },
{ text: "View Features", href: "#features" },
]}
buttonAnimation="blur-reveal"
@@ -294,4 +294,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}