diff --git a/src/app/page.tsx b/src/app/page.tsx index 792e0ec..501f188 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,16 +119,16 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", brand: "BarberCity", name: "Pomade Hold", price: "$15", rating: 5, + id: "p1", brand: "BarberCity", name: "Pomade Hold", price: "$45", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-male-dressed-blue-shirt-white-jacket-bow-tie-grey-background_613910-177.jpg"}, { - id: "p2", brand: "BarberCity", name: "Beard Oil", price: "$22", rating: 5, + id: "p2", brand: "BarberCity", name: "Beard Oil", price: "$35", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985717.jpg"}, { - id: "p3", brand: "BarberCity", name: "Shaving Cream", price: "$18", rating: 4, + id: "p3", brand: "BarberCity", name: "Shaving Cream", price: "$60", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-temples-man_23-2147778753.jpg"}, { - id: "p4", brand: "BarberCity", name: "Aftershave Balm", price: "$20", rating: 5, + id: "p4", brand: "BarberCity", name: "Aftershave Balm", price: "$30", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg"}, { id: "p5", brand: "BarberCity", name: "Clay Texture", price: "$16", rating: 4,