diff --git a/src/app/page.tsx b/src/app/page.tsx index e377812..dcde1e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,15 +101,15 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", brand: "LG", name: "1.5 Ton Split AC", price: "₹26,999", rating: 5, + id: "1", brand: "LG", name: "1.5 Ton Split AC – Energy Efficient, 5-Year Warranty", price: "₹26,999", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-woman-running-room-air-conditioner_259150-57146.jpg?_wi=2", imageAlt: "LG Split AC" }, { - id: "2", brand: "Samsung", name: "55-inch Smart TV", price: "₹42,499", rating: 5, + id: "2", brand: "Samsung", name: "55-inch Smart TV – 4K Ultra HD, Smart Apps", price: "₹42,499", rating: 5, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-psd/sleek-modern-smart-tv-display-highdefinition-screen-home-theater-experience_191095-80941.jpg?_wi=2", imageAlt: "Samsung Smart TV" }, { - id: "3", brand: "Whirlpool", name: "Double Door Refrigerator", price: "₹31,999", rating: 5, + id: "3", brand: "Whirlpool", name: "Double Door Refrigerator – Frost-Free, Energy Star Certified", price: "₹31,999", rating: 5, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-vector/household-appliances-realistic-composition_1284-65307.jpg?_wi=2", imageAlt: "Whirlpool Refrigerator" } ]}