Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b53a8384b5 | |||
| 6f65b1bb73 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user