Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 23:30:01 +00:00

View File

@@ -189,27 +189,27 @@ export default function HomePage() {
{
id: "1", brand: "Sony", name: "PlayStation 5 Console", price: "$449.99", rating: 5,
reviewCount: "12.8k", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-couple-relaxing-home-playing-video-game-home_23-2148152802.jpg", imageAlt: "PlayStation 5 Gaming Console"},
"http://img.b2bpic.net/free-photo/smiling-young-couple-relaxing-home-playing-video-game-home_23-2148152802.jpg?_wi=1", imageAlt: "PlayStation 5 Gaming Console"},
{
id: "2", brand: "Apple", name: "iPhone 15 Pro Max", price: "$1,099.99", rating: 5,
reviewCount: "28.5k", imageSrc:
"http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564138.jpg", imageAlt: "Apple iPhone 15 Pro Max"},
"http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564138.jpg?_wi=1", imageAlt: "Apple iPhone 15 Pro Max"},
{
id: "3", brand: "ASUS", name: "ROG Gaming Laptop RTX 4090", price: "$2,499.99", rating: 5,
reviewCount: "9.2k", imageSrc:
"http://img.b2bpic.net/free-photo/sitting-black-chair-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17240.jpg", imageAlt: "ASUS ROG Gaming Laptop"},
"http://img.b2bpic.net/free-photo/sitting-black-chair-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17240.jpg?_wi=1", imageAlt: "ASUS ROG Gaming Laptop"},
{
id: "4", brand: "Nintendo", name: "Nintendo Switch OLED", price: "$349.99", rating: 4,
reviewCount: "15.6k", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-couple-relaxing-home-playing-video-game-home_23-2148152802.jpg", imageAlt: "Nintendo Switch OLED"},
"http://img.b2bpic.net/free-photo/smiling-young-couple-relaxing-home-playing-video-game-home_23-2148152802.jpg?_wi=2", imageAlt: "Nintendo Switch OLED"},
{
id: "5", brand: "Samsung", name: "Galaxy S24 Ultra", price: "$1,299.99", rating: 5,
reviewCount: "22.3k", imageSrc:
"http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564138.jpg", imageAlt: "Samsung Galaxy S24 Ultra"},
"http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564138.jpg?_wi=2", imageAlt: "Samsung Galaxy S24 Ultra"},
{
id: "6", brand: "Dell", name: "XPS 17 Laptop", price: "$1,899.99", rating: 4,
reviewCount: "18.9k", imageSrc:
"http://img.b2bpic.net/free-photo/sitting-black-chair-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17240.jpg", imageAlt: "Dell XPS 17 Laptop"},
"http://img.b2bpic.net/free-photo/sitting-black-chair-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17240.jpg?_wi=2", imageAlt: "Dell XPS 17 Laptop"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"