Merge version_2 into main #1

Merged
bender merged 2 commits from version_2 into main 2026-03-03 22:09:00 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1418,4 +1418,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -111,7 +111,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
title="Our Collection"
description="Discover our bestselling skincare essentials loved by thousands"
description="Discover our bestselling skincare essentials loved by thousands. Curated with precision and crafted for luxury minimalism."
tag="Bestsellers"
tagIcon={Award}
tagAnimation="blur-reveal"
@@ -237,4 +237,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}