Update src/app/page.tsx

This commit is contained in:
2026-05-27 16:28:47 +00:00
parent 42b12a3634
commit 9a4bbca83c

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroCarouselLogo
logoText="INDIANS BOUTIQUE"
description="Discover exquisite Indian attire, where tradition meets contemporary elegance. Handcrafted designs for every special occasion."
description="Experience the heart of India with every exquisite thread. Our handcrafted attire doesn't just dress you; it adorns your spirit, evoking joy, confidence, and a profound connection to heritage. Step into your unique story, beautifully told."
buttons={[
{
text: "Explore Collection", href: "#collection"},
@@ -313,4 +313,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}