Update src/app/page.tsx

This commit is contained in:
2026-05-07 08:12:12 +00:00
parent 76395d0075
commit d9949aa5d3

View File

@@ -94,7 +94,7 @@ export default function LandingPage() {
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Ethiopian Yirgacheffe", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-black-coffee-cup-saucer-marble-white-background_23-2148061553.jpg" },
@@ -200,4 +200,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}