Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-22 12:28:54 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
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" }]}
slides={[
{ 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>
</ThemeProvider>
);
}
}