3 Commits

Author SHA1 Message Date
a913ccc18b Update src/app/page.tsx 2026-04-21 10:07:48 +00:00
25315572cc Merge version_1 into main
Merge version_1 into main
2026-04-21 10:06:57 +00:00
f142e432ef Merge version_1 into main
Merge version_1 into main
2026-04-21 10:06:23 +00:00

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="SF ESSENTIALS" logoText="SF ESSENTIALS"
description="Premium watches that elevate your style — without the premium price. Luxury that doesnt ask for permission." description="Premium watches that elevate your style. Limited inventory available—shop now and get free shipping on all orders today."
buttons={[ buttons={[
{ text: "Shop Now", href: "#products" }, { text: "Shop Now", href: "#products" },
{ text: "Explore Collection", href: "#products" }, { text: "Explore Collection", href: "#products" },
@@ -147,4 +147,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }