1 Commits

Author SHA1 Message Date
14deb52de3 Update src/app/page.tsx 2026-03-27 17:09:14 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
background={{ variant: "gradient-bars" }}
logoText="TVISHI"
description="Invest in long-term skin health with potent, nature-derived rituals that protect and restore your complexion's natural barrier from the inside out."
description="Harnessing the ancient wisdom of nature to revitalize your skin. Pure, organic, and intentionally crafted."
buttons={[{ text: "Shop Collection", href: "#products" }]}
buttonAnimation="slide-up"
layoutOrder="default"
@@ -72,7 +72,8 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
textboxLayout="split-actions"
buttons={[{ text: "Shop Now", href: "#products" }]}
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
@@ -127,4 +128,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}