5 Commits

Author SHA1 Message Date
34759463f7 Merge version_3 into main
Merge version_3 into main
2026-03-12 09:03:09 +00:00
368b0b4660 Update src/app/page.tsx 2026-03-12 09:03:05 +00:00
3f6caaabfb Merge version_2 into main
Merge version_2 into main
2026-03-12 09:01:59 +00:00
827434279a Update src/app/page.tsx 2026-03-12 09:01:56 +00:00
3c4cbca244 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:00:52 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
showBlur={true} showBlur={true}
showDimOverlay={true} showDimOverlay={true}
buttons={[ buttons={[
{ text: "Explore Collection", href: "#products" }, { text: "Shop Now", href: "#products" },
{ text: "Learn More", href: "#about" } { text: "Learn More", href: "#about" }
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
@@ -112,7 +112,7 @@ export default function LandingPage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardOne <ProductCardOne
title="Our Collection" title="Our Collection"
description="Handpicked essentials for your complete skincare regimen. Each product is a masterpiece of formulation." description="Handpicked essentials for your complete skincare regimen. Starting at $85—luxury that fits your budget. Each product is a masterpiece of formulation."
tag="Best Sellers" tag="Best Sellers"
tagIcon={Heart} tagIcon={Heart}
tagAnimation="slide-up" tagAnimation="slide-up"