Update src/app/page.tsx

This commit is contained in:
2026-04-21 10:07:48 +00:00
parent 25315572cc
commit a913ccc18b

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
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={[
{ text: "Shop Now", href: "#products" },
{ text: "Explore Collection", href: "#products" },
@@ -147,4 +147,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}