Merge version_1 into main #2
@@ -131,19 +131,19 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "PixelGuard", name: "Tempered Glass Screen Protector", price: "$14.99", rating: 5,
|
||||
id: "1", brand: "PixelGuard", name: "Tempered Glass Screen Protector", price: "", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-device_23-2148883536.jpg", imageAlt: "Premium tempered glass screen protector"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "ChargeMax", name: "Fast Charging USB-C Cable", price: "$19.99", rating: 5,
|
||||
id: "2", brand: "ChargeMax", name: "Fast Charging USB-C Cable", price: "", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/flatlay-smartphone-accessories_53876-33530.jpg", imageAlt: "Fast charging USB-C cable"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "ShieldCase", name: "Military-Grade Phone Case", price: "$29.99", rating: 5,
|
||||
id: "3", brand: "ShieldCase", name: "Military-Grade Phone Case", price: "", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/lovely-smiling-girl-with-dark-hairstyle-is-making-selfie-outdoors-sunshine-while-resting-beach-phone-focus-foreground-girl-background-out-focus_291650-2216.jpg", imageAlt: "Military-grade protective phone case"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "PowerVault", name: "20000mAh Power Bank", price: "$39.99", rating: 5,
|
||||
id: "4", brand: "PowerVault", name: "20000mAh Power Bank", price: "", rating: 5,
|
||||
reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/powerbank-cellphone-wooden-table_93675-128974.jpg", imageAlt: "Portable 20000mAh power bank charger"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user