Update src/app/page.tsx

This commit is contained in:
2026-05-15 08:06:09 +00:00
parent d52c54995d
commit c2fbd665a6

View File

@@ -97,9 +97,9 @@ export default function LandingPage() {
tagIcon={Award}
animationType="slide-up"
products={[
{ id: "1", name: "Sensitive Pure", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/birthday-background_23-2148031001.jpg" },
{ id: "2", name: "Bamboo Organic", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-brushes-arrangement_23-2148743090.jpg" },
{ id: "3", name: "Travel Duo", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/white-package-wet-wipes-isolated_187299-46184.jpg" }
{ id: "1", name: "Sensitive Pure", price: "", imageSrc: "http://img.b2bpic.net/free-photo/birthday-background_23-2148031001.jpg" },
{ id: "2", name: "Bamboo Organic", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-brushes-arrangement_23-2148743090.jpg" },
{ id: "3", name: "Travel Duo", price: "", imageSrc: "http://img.b2bpic.net/free-photo/white-package-wet-wipes-isolated_187299-46184.jpg" }
]}
gridVariant="asymmetric-60-wide-40-narrow"
textboxLayout="inline-image"