diff --git a/src/app/page.tsx b/src/app/page.tsx index 2be43d5..6a573e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,87 +29,55 @@ export default function LandingPage() {
@@ -122,59 +90,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "TechLens", - name: "Pro Camera", - price: "$899", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/camera-lens-binocular-canvas-shoes-sports-bottle-retro-wooden-table_1387-38.jpg?_wi=1", - }, + id: "1", brand: "TechLens", name: "Pro Camera", price: "$899", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/camera-lens-binocular-canvas-shoes-sports-bottle-retro-wooden-table_1387-38.jpg"}, { - id: "2", - brand: "ClickGear", - name: "Gaming Mouse", - price: "$79", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/business-manager-writing-diagrams-data-computer-creating-official-marketing-report-e-commerce-development-young-employee-planning-financial-project-with-statistics-night-close-up_482257-65001.jpg", - }, + id: "2", brand: "ClickGear", name: "Gaming Mouse", price: "$79", rating: 4, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/business-manager-writing-diagrams-data-computer-creating-official-marketing-report-e-commerce-development-young-employee-planning-financial-project-with-statistics-night-close-up_482257-65001.jpg"}, { - id: "3", - brand: "ViewPro", - name: "Slim Tablet", - price: "$499", - rating: 5, - reviewCount: "340", - imageSrc: "http://img.b2bpic.net/free-photo/person-finger-female-relaxing-outdoors_1150-1593.jpg", - }, + id: "3", brand: "ViewPro", name: "Slim Tablet", price: "$499", rating: 5, + reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/person-finger-female-relaxing-outdoors_1150-1593.jpg"}, { - id: "4", - brand: "ComputeX", - name: "Ultra Laptop", - price: "$1299", - rating: 4, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-front-data-center-workers-calibrating-energy-usage_482257-117976.jpg", - }, + id: "4", brand: "ComputeX", name: "Ultra Laptop", price: "$1299", rating: 4, + reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-front-data-center-workers-calibrating-energy-usage_482257-117976.jpg"}, { - id: "5", - brand: "SoundWave", - name: "Smart Speaker", - price: "$129", - rating: 5, - reviewCount: "450", - imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg", - }, + id: "5", brand: "SoundWave", name: "Smart Speaker", price: "$129", rating: 5, + reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg"}, { - id: "6", - brand: "DataStore", - name: "Portable SSD", - price: "$159", - rating: 4, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17223.jpg", - }, + id: "6", brand: "DataStore", name: "Portable SSD", price: "$159", rating: 4, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17223.jpg"}, ]} title="Featured Gear" description="Explore our handpicked selection of top-tier electronics, curated for quality and innovation." @@ -183,36 +115,22 @@ export default function LandingPage() {
@@ -305,54 +177,33 @@ export default function LandingPage() { logoText="VoltEdge" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "All Products", - href: "#products", - }, + label: "All Products", href: "#products"}, { - label: "New Arrivals", - href: "#", - }, + label: "New Arrivals", href: "#"}, { - label: "Sale", - href: "#", - }, + label: "Sale", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Order Tracking", - href: "#", - }, + label: "Order Tracking", href: "#"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Warranty", - href: "#", - }, + label: "Warranty", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Sustainability", - href: "#", - }, + label: "Sustainability", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, ]}