1 Commits

Author SHA1 Message Date
c3b7a908e7 Update src/app/page.tsx 2026-04-22 12:28:51 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroCarouselLogo
logoText="ESTET BUTIK" logoText="ESTET BUTIK"
description="Discover curated elegance. Your destination for timeless style and refined fashion." description="Discover curated elegance. Enjoy free shipping on all orders and a hassle-free 14-day return policy."
buttons={[{ text: "View Collection", href: "#products" }]} buttons={[{ text: "View Collection", href: "#products" }]}
slides={[ slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353695.jpg", imageAlt: "Fashion display 1" }, { imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353695.jpg", imageAlt: "Fashion display 1" },
@@ -170,4 +170,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }