+ 'Wireless Noise-Cancelling Headphones',
+ 'image' => 'https://picsum.photos/seed/h/500/500',
+ 'price' => 249.99,
+ 'rating' => 4.5,
+ 'store' => 'Amazon',
+ 'store_link' => '#',
+ 'discount' => 15
+ ],
+ [
+ 'name' => '4K Smart TV 55-inch',
+ 'image' => 'https://picsum.photos/seed/tv/500/500',
+ 'price' => 499.00,
+ 'rating' => 4.8,
+ 'store' => 'Walmart',
+ 'store_link' => '#',
+ 'discount' => null
+ ],
+ [
+ 'name' => 'Espresso Coffee Machine',
+ 'image' => 'https://picsum.photos/seed/coffee/500/500',
+ 'price' => 199.50,
+ 'rating' => 4.7,
+ 'store' => 'eBay',
+ 'store_link' => '#',
+ 'discount' => 20
+ ],
+ [
+ 'name' => 'Robotic Vacuum Cleaner',
+ 'image' => 'https://picsum.photos/seed/vacuum/500/500',
+ 'price' => 299.99,
+ 'rating' => 4.6,
+ 'store' => 'AliExpress',
+ 'store_link' => '#',
+ 'discount' => 10
+ ],
+ [
+ 'name' => 'Air Fryer Oven, 7-in-1',
+ 'image' => 'https://picsum.photos/seed/airfryer/500/500',
+ 'price' => 89.95,
+ 'rating' => 4.9,
+ 'store' => 'Amazon',
+ 'store_link' => '#',
+ 'discount' => null
+ ],
+ [
+ 'name' => 'Gaming Laptop, 15.6"',
+ 'image' => 'https://picsum.photos/seed/laptop/500/500',
+ 'price' => 1250.00,
+ 'rating' => 4.7,
+ 'store' => 'Flipkart',
+ 'store_link' => '#',
+ 'discount' => 5
+ ]
+ ];
+
+ foreach ($products as $product) {
+ ?>
+
+
+
+