From 8580cceebce92a23ee4b7060009c31cb36471552 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:48:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 210 +++++++++++------------------------------------ 1 file changed, 50 insertions(+), 160 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cff86b..d5d4cde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,101 +46,56 @@ export default function LandingPage() { @@ -161,41 +108,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Physical Steelbook", - price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-arrangement_23-2149854290.jpg", - }, + id: "1", name: "Physical Steelbook", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-arrangement_23-2149854290.jpg"}, { - id: "2", - name: "Early Access Pass", - price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-vector/business-cards-template-design_1043-359.jpg", - }, + id: "2", name: "Early Access Pass", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-vector/business-cards-template-design_1043-359.jpg"}, { - id: "3", - name: "Virtual Cash Bundle", - price: "$79.99", - imageSrc: "http://img.b2bpic.net/free-photo/twisted-dollar-bills-black-background-finance-concept-background_169016-60003.jpg", - }, + id: "3", name: "Virtual Cash Bundle", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/twisted-dollar-bills-black-background-finance-concept-background_169016-60003.jpg"}, { - id: "4", - name: "Collector Figurine", - price: "$149.99", - imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172444.jpg", - }, + id: "4", name: "Collector Figurine", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172444.jpg"}, { - id: "5", - name: "Custom Controller", - price: "$199.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746614.jpg", - }, + id: "5", name: "Custom Controller", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746614.jpg"}, { - id: "6", - name: "Digital Artbook", - price: "$29.99", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-vibrant-neon-cactus-desert_23-2151244883.jpg", - }, + id: "6", name: "Digital Artbook", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-vibrant-neon-cactus-desert_23-2151244883.jpg"}, ]} title="Exclusive Editions & Bundles" description="Unlock more with our curated limited release packages and digital enhancements." @@ -204,25 +127,17 @@ export default function LandingPage() {
@@ -266,15 +172,9 @@ export default function LandingPage() { description="Join the mailing list for pre-release updates and exclusive bonus rewards." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - }, + name: "name", type: "text", placeholder: "Your Name"}, { - name: "email", - type: "email", - placeholder: "Your Email", - }, + name: "email", type: "email", placeholder: "Your Email"}, ]} imageSrc="http://img.b2bpic.net/free-photo/young-man-running-night-city-streets_23-2149285659.jpg" /> @@ -286,29 +186,19 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, { - label: "Press", - href: "#", - }, + label: "Press", href: "#"}, ], }, { items: [ { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}