Update src/app/page.tsx

This commit is contained in:
2026-05-07 02:59:07 +00:00
parent fb9ade4031
commit 47483143c3

View File

@@ -90,8 +90,8 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", brand: "Somnium", name: "Ocean Sea Painting", price: "MX$2,200.00", rating: 5, id: "p1", brand: "Somnium", name: "Memento Mori ", price: "MX$150.00", rating: 5,
reviewCount: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sea-landscape-with-water-nature_23-2151120265.jpg?_wi=1"}, reviewCount: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DNV33L2WohtqTDFx5cMxU6QxpY/uploaded-1778122623439-h6s9tdb9.png"},
{ {
id: "p2", brand: "Somnium", name: "Sunrise in the Meadow", price: "MX$1,900.00", rating: 5, id: "p2", brand: "Somnium", name: "Sunrise in the Meadow", price: "MX$1,900.00", rating: 5,
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-river-nature-landscape_23-2151825799.jpg?_wi=1"}, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-river-nature-landscape_23-2151825799.jpg?_wi=1"},