diff --git a/src/app/page.tsx b/src/app/page.tsx index c948813..5cb9daa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -118,48 +74,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "NVIDIA GeForce RTX 4080", - price: "$1,199", - variant: "GPU", - imageSrc: "http://img.b2bpic.net/free-photo/cryptocurrency-mining-farm_23-2151954729.jpg", - }, - { - id: "2", - name: "Intel Core i9-14900K", - price: "$589", - variant: "CPU", - imageSrc: "http://img.b2bpic.net/free-photo/cpu-processor-motherboard_53876-96834.jpg", - }, - { - id: "3", - name: "32GB DDR5 Corsair RAM", - price: "$140", - variant: "RAM", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-components-blue-light_23-2149417026.jpg", - }, - { - id: "4", - name: "2TB NVMe SSD Gen4", - price: "$160", - variant: "Storage", - imageSrc: "http://img.b2bpic.net/free-photo/red-themed-motherboard-with-processor-socket_23-2148284295.jpg", - }, - { - id: "5", - name: "1000W Platinum PSU", - price: "$220", - variant: "PSU", - imageSrc: "http://img.b2bpic.net/free-photo/man-having-fun-by-flying-spaceship-sf-videogame-unwinding-home_482257-121601.jpg", - }, - { - id: "6", - name: "Mid-Tower Case", - price: "$150", - variant: "Case", - imageSrc: "http://img.b2bpic.net/free-photo/electronics-components-modern-pc-computer-motherboard-with-ram-connector-slot_23-2147883838.jpg", - }, + { id: "1", name: "NVIDIA GeForce RTX 4080", price: "$1,199", variant: "GPU", imageSrc: "http://img.b2bpic.net/free-photo/cryptocurrency-mining-farm_23-2151954729.jpg" }, + { id: "2", name: "Intel Core i9-14900K", price: "$589", variant: "CPU", imageSrc: "http://img.b2bpic.net/free-photo/cpu-processor-motherboard_53876-96834.jpg" }, + { id: "3", name: "32GB DDR5 Corsair RAM", price: "$140", variant: "RAM", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-components-blue-light_23-2149417026.jpg" }, + { id: "4", name: "2TB NVMe SSD Gen4", price: "$160", variant: "Storage", imageSrc: "http://img.b2bpic.net/free-photo/red-themed-motherboard-with-processor-socket_23-2148284295.jpg" }, + { id: "5", name: "1000W Platinum PSU", price: "$220", variant: "PSU", imageSrc: "http://img.b2bpic.net/free-photo/man-having-fun-by-flying-spaceship-sf-videogame-unwinding-home_482257-121601.jpg" }, + { id: "6", name: "Mid-Tower Case", price: "$150", variant: "Case", imageSrc: "http://img.b2bpic.net/free-photo/electronics-components-modern-pc-computer-motherboard-with-ram-connector-slot_23-2147883838.jpg" } ]} title="Your Optimized Build" description="Recommended components matched perfectly to your preferences and budget." @@ -168,27 +88,13 @@ export default function LandingPage() {