5 Commits

Author SHA1 Message Date
60bfeb22c1 Update src/app/page.tsx 2026-04-15 16:52:12 +00:00
5f19bc24a5 Merge version_2 into main
Merge version_2 into main
2026-04-15 16:50:54 +00:00
63847316b3 Update src/app/page.tsx 2026-04-15 16:50:51 +00:00
94b933a9e3 Merge version_1 into main
Merge version_1 into main
2026-04-15 16:49:52 +00:00
7e1cad1411 Merge version_1 into main
Merge version_1 into main
2026-04-15 16:49:21 +00:00

View File

@@ -97,7 +97,7 @@ export default function LandingPage() {
<ProductCardTwo
animationType="slide-up"
textboxLayout="split-description"
gridVariant="four-items-2x2-equal-grid"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
@@ -178,7 +178,7 @@ export default function LandingPage() {
variant: "gradient-bars"}}
tag="Stay Updated"
title="Join the Inner Circle"
description="Sign up for early access to new collections, style tips, and exclusive offers."
description="Join our inner circle for 10% off your first order—get early access to new collections and exclusive style tips."
imageSrc="http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138769.jpg"
mediaAnimation="slide-up"
/>
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}