Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 20:34:50 +00:00

View File

@@ -72,6 +72,7 @@ export default function LandingPage() {
description="Handpicked products from top brands with exceptional ratings and reviews"
tag="Best Sellers"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
@@ -225,6 +226,7 @@ export default function LandingPage() {
title="Customer Love"
description="See what our happy customers have to say about their StyleHub experience"
tag="Reviews"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
@@ -349,4 +351,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}