diff --git a/src/app/page.tsx b/src/app/page.tsx index 25c1c62..a0c9086 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,18 +28,9 @@ export default function LandingPage() {
@@ -166,59 +96,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "TechPro", - name: "Wireless Pro Headphones", - price: "$199", - rating: 5, - reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-fitness-smiling-woman-green-sports-clothing-with-pink-hair-young-beautiful-model-with-perfect-bodyfemale-posing-street-near-white-walllistening-music-wireless-headphones_158538-21629.jpg", - }, + id: "p1", brand: "TechPro", name: "Wireless Pro Headphones", price: "$199", rating: 5, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fitness-smiling-woman-green-sports-clothing-with-pink-hair-young-beautiful-model-with-perfect-bodyfemale-posing-street-near-white-walllistening-music-wireless-headphones_158538-21629.jpg"}, { - id: "p2", - brand: "FitTech", - name: "Smart Fitness Watch", - price: "$249", - rating: 4, - reviewCount: "890", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2149235415.jpg", - }, + id: "p2", brand: "FitTech", name: "Smart Fitness Watch", price: "$249", rating: 4, + reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2149235415.jpg"}, { - id: "p3", - brand: "Apex", - name: "Pro Ultra Laptop", - price: "$1299", - rating: 5, - reviewCount: "3.5k", - imageSrc: "http://img.b2bpic.net/free-photo/retro-computer-technology-with-monitor-hardware_23-2149506839.jpg", - }, + id: "p3", brand: "Apex", name: "Pro Ultra Laptop", price: "$1299", rating: 5, + reviewCount: "3.5k", imageSrc: "http://img.b2bpic.net/free-photo/retro-computer-technology-with-monitor-hardware_23-2149506839.jpg"}, { - id: "p4", - brand: "Vision", - name: "DSLR Professional Camera", - price: "$899", - rating: 4, - reviewCount: "560", - imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-accessories-equipments-arranged-blue-backdrop_23-2148038901.jpg", - }, + id: "p4", brand: "Vision", name: "DSLR Professional Camera", price: "$899", rating: 4, + reviewCount: "560", imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-accessories-equipments-arranged-blue-backdrop_23-2148038901.jpg"}, { - id: "p5", - brand: "PlayBox", - name: "Gaming Console X", - price: "$499", - rating: 5, - reviewCount: "2.1k", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-optical-glasses-holds-controller-pink_141793-93312.jpg", - }, + id: "p5", brand: "PlayBox", name: "Gaming Console X", price: "$499", rating: 5, + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-optical-glasses-holds-controller-pink_141793-93312.jpg"}, { - id: "p6", - brand: "MobileZ", - name: "Smartphone Elite", - price: "$799", - rating: 4, - reviewCount: "4.2k", - imageSrc: "http://img.b2bpic.net/free-photo/floating-screen-tempered-glass-phone-16-pro-max_187299-46129.jpg", - }, + id: "p6", brand: "MobileZ", name: "Smartphone Elite", price: "$799", rating: 4, + reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/floating-screen-tempered-glass-phone-16-pro-max_187299-46129.jpg"}, ]} title="Trending Products" description="Compare top items currently dominating the charts." @@ -229,13 +123,7 @@ export default function LandingPage() {