diff --git a/src/app/page.tsx b/src/app/page.tsx index 1098c79..87a05b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,64 +30,42 @@ export default function LandingPage() {
@@ -101,41 +79,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Performance Piston Kit", - price: "$499.00", - imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-418.jpg", - }, + id: "p1", name: "Performance Piston Kit", price: "$499.00", imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-418.jpg"}, { - id: "p2", - name: "High-Output Alternator", - price: "$289.00", - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580610.jpg", - }, + id: "p2", name: "High-Output Alternator", price: "$289.00", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580610.jpg"}, { - id: "p3", - name: "High-Pressure Fuel Pump", - price: "$159.00", - imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-composition_23-2149030438.jpg", - }, + id: "p3", name: "High-Pressure Fuel Pump", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-composition_23-2149030438.jpg"}, { - id: "p4", - name: "Professional Turbo Unit", - price: "$1,299.00", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333343.jpg", - }, + id: "p4", name: "Professional Turbo Unit", price: "$1,299.00", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333343.jpg"}, { - id: "p5", - name: "Racing Valve Set", - price: "$349.00", - imageSrc: "http://img.b2bpic.net/free-photo/electric-drill-closeup-repair-shop_169016-25067.jpg", - }, + id: "p5", name: "Racing Valve Set", price: "$349.00", imageSrc: "http://img.b2bpic.net/free-photo/electric-drill-closeup-repair-shop_169016-25067.jpg"}, { - id: "p6", - name: "Performance Ignition Coil", - price: "$89.00", - imageSrc: "http://img.b2bpic.net/free-photo/car-lightbulb-white-background_93675-128255.jpg", - }, + id: "p6", name: "Performance Ignition Coil", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/car-lightbulb-white-background_93675-128255.jpg"}, ]} title="Core Inventory" description="Explore our curated selection of high-performance components designed for professional builds and rigorous testing." @@ -149,20 +103,11 @@ export default function LandingPage() { tag="Performance Stats" metrics={[ { - id: "m1", - value: "15,000+", - description: "Parts in Stock", - }, + id: "m1", value: "15,000+", description: "Parts in Stock"}, { - id: "m2", - value: "24h", - description: "Average Delivery", - }, + id: "m2", value: "24h", description: "Average Delivery"}, { - id: "m3", - value: "99.8%", - description: "Compatibility Rate", - }, + id: "m3", value: "99.8%", description: "Compatibility Rate"}, ]} metricsAnimation="blur-reveal" /> @@ -173,30 +118,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14481.jpg", - }, + id: "t1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14481.jpg"}, { - id: "t2", - name: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-standing-with-arms-crossed_1170-1200.jpg", - }, + id: "t2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-standing-with-arms-crossed_1170-1200.jpg"}, { - id: "t3", - name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138746.jpg", - }, + id: "t3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138746.jpg"}, { - id: "t4", - name: "David Kim", - imageSrc: "http://img.b2bpic.net/free-photo/designer-using-3d-printer_23-2150941998.jpg", - }, + id: "t4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/designer-using-3d-printer_23-2150941998.jpg"}, { - id: "t5", - name: "Robert Miller", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-standing-with-arms-crossed_1170-1281.jpg", - }, + id: "t5", name: "Robert Miller", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-standing-with-arms-crossed_1170-1281.jpg"}, ]} cardTitle="Shop Owner Voices" cardTag="Trusted Partners" @@ -210,20 +140,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do you offer bulk pricing?", - content: "Yes, we offer tiered bulk discounts for registered automotive shops and industrial partners.", - }, + id: "f1", title: "Do you offer bulk pricing?", content: "Yes, we offer tiered bulk discounts for registered automotive shops and industrial partners."}, { - id: "f2", - title: "How is compatibility confirmed?", - content: "All items are cross-referenced with manufacturer OEM numbers and supported vehicle application databases.", - }, + id: "f2", title: "How is compatibility confirmed?", content: "All items are cross-referenced with manufacturer OEM numbers and supported vehicle application databases."}, { - id: "f3", - title: "Is technical support available?", - content: "Our in-house engine experts are available via phone and email to guide your component selection.", - }, + id: "f3", title: "Is technical support available?", content: "Our in-house engine experts are available via phone and email to guide your component selection."}, ]} title="Technical Support & Ordering" description="Common questions from professionals and hobbyists." @@ -235,16 +156,13 @@ export default function LandingPage() {
@@ -254,54 +172,33 @@ export default function LandingPage() { logoText="ProMotorParts" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "All Parts", - href: "#products", - }, + label: "All Parts", href: "#products"}, { - label: "Engine Blocks", - href: "#", - }, + label: "Engine Blocks", href: "#"}, { - label: "Components", - href: "#", - }, + label: "Components", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Technical Guides", - href: "#", - }, + label: "Technical Guides", href: "#"}, { - label: "Help Center", - href: "#faq", - }, + label: "Help Center", href: "#faq"}, { - label: "Shipping Info", - href: "#", - }, + label: "Shipping Info", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}