diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f5a925..e726325 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Engine Components", href: "/shop" }, { label: "Suspension Parts", href: "/shop" }, { label: "Brake Systems", href: "/shop" }, @@ -43,8 +42,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Reviews", href: "#reviews" }, { label: "Warranties", href: "/about" }, @@ -52,20 +50,16 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#faq" }, { label: "Call: 1-800-AUTO-PARTS", href: "tel:+1-800-AUTO-PARTS" }, { - label: "Email: support@automotivespecialties.com", - href: "mailto:support@automotivespecialties.com", - }, + label: "Email: support@automotivespecialties.com", href: "mailto:support@automotivespecialties.com"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Return Policy", href: "#" }, @@ -81,7 +75,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumSmall" sizing="medium" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -92,9 +86,7 @@ export default function HomePage() { brandName="Automotive Specialties USA" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+1-800-AUTO-PARTS", - }} + text: "Call Now", href: "tel:+1-800-AUTO-PARTS"}} /> @@ -102,7 +94,7 @@ export default function HomePage() { @@ -236,58 +180,34 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - title: "5-Star Customer Satisfaction", - description: - "Consistently rated 5-stars by repair shops and mechanics nationwide.", - imageSrc: - "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=1", - imageAlt: "Customer satisfaction", - buttonIcon: Star, + title: "5-Star Customer Satisfaction", description: + "Consistently rated 5-stars by repair shops and mechanics nationwide.", imageSrc: + "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", imageAlt: "Customer satisfaction", buttonIcon: Star, }, { - title: "Lightning-Fast 2-Day Shipping", - description: - "Get the parts you need quickly with our rapid nationwide delivery.", - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", - imageAlt: "Fast shipping", - buttonIcon: Zap, + title: "Lightning-Fast 2-Day Shipping", description: + "Get the parts you need quickly with our rapid nationwide delivery.", imageSrc: + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Fast shipping", buttonIcon: Zap, }, { - title: "OEM & Aftermarket Selection", - description: - "Choose from both factory and quality aftermarket options for every need.", - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1", - imageAlt: "Part selection", - buttonIcon: CheckCircle, + title: "OEM & Aftermarket Selection", description: + "Choose from both factory and quality aftermarket options for every need.", imageSrc: + "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Part selection", buttonIcon: CheckCircle, }, { - title: "Excellent Warranty Options", - description: - "Comprehensive coverage ensures peace of mind on every purchase.", - imageSrc: - "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=2", - imageAlt: "Warranty coverage", - buttonIcon: Shield, + title: "Excellent Warranty Options", description: + "Comprehensive coverage ensures peace of mind on every purchase.", imageSrc: + "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", imageAlt: "Warranty coverage", buttonIcon: Shield, }, { - title: "Competitive Pricing", - description: - "Premium quality at fair prices beats the competition consistently.", - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", - imageAlt: "Competitive pricing", - buttonIcon: TrendingDown, + title: "Competitive Pricing", description: + "Premium quality at fair prices beats the competition consistently.", imageSrc: + "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Competitive pricing", buttonIcon: TrendingDown, }, { - title: "Responsive Expert Support", - description: - "Our knowledgeable team responds within 24 hours to help you find the right part.", - imageSrc: - "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=3", - imageAlt: "Expert support", - buttonIcon: Headphones, + title: "Responsive Expert Support", description: + "Our knowledgeable team responds within 24 hours to help you find the right part.", imageSrc: + "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", imageAlt: "Expert support", buttonIcon: Headphones, }, ]} ariaLabel="Why choose us section" @@ -303,70 +223,34 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Mike Johnson", - role: "Certified Mechanic", - testimonial: - "High quality parts, great customer service and incredibly fast shipping. Got my part in 2 days and it fit perfectly. Highly recommend!", - imageSrc: - "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=4", - imageAlt: "Mike Johnson", - icon: CheckCircle, + id: "1", name: "Mike Johnson", role: "Certified Mechanic", testimonial: + "High quality parts, great customer service and incredibly fast shipping. Got my part in 2 days and it fit perfectly. Highly recommend!", imageSrc: + "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", imageAlt: "Mike Johnson", icon: CheckCircle, }, { - id: "2", - name: "Sarah Chen", - role: "Shop Owner", - testimonial: - "Excellent customer service and very good pricing. Excellent warranties too! We've been ordering from them for 3 years and never had a problem.", - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", - imageAlt: "Sarah Chen", - icon: Star, + id: "2", name: "Sarah Chen", role: "Shop Owner", testimonial: + "Excellent customer service and very good pricing. Excellent warranties too! We've been ordering from them for 3 years and never had a problem.", imageSrc: + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Chen", icon: Star, }, { - id: "3", - name: "David Martinez", - role: "Independent Mechanic", - testimonial: - "The fastest shipping I've ever experienced for automotive parts. Their warranty is solid and prices are competitive. Five stars all the way!", - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2", - imageAlt: "David Martinez", - icon: Zap, + id: "3", name: "David Martinez", role: "Independent Mechanic", testimonial: + "The fastest shipping I've ever experienced for automotive parts. Their warranty is solid and prices are competitive. Five stars all the way!", imageSrc: + "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "David Martinez", icon: Zap, }, { - id: "4", - name: "Lisa Thompson", - role: "Fleet Manager", - testimonial: - "We manage a fleet of 50 vehicles and Automotive Specialties USA is our go-to supplier. Reliable, fast, and they always have what we need in stock.", - imageSrc: - "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=5", - imageAlt: "Lisa Thompson", - icon: Truck, + id: "4", name: "Lisa Thompson", role: "Fleet Manager", testimonial: + "We manage a fleet of 50 vehicles and Automotive Specialties USA is our go-to supplier. Reliable, fast, and they always have what we need in stock.", imageSrc: + "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", imageAlt: "Lisa Thompson", icon: Truck, }, { - id: "5", - name: "James Wilson", - role: "DIY Enthusiast", - testimonial: - "As a DIY car owner, I appreciate the clear product descriptions and fast delivery. Customer service team answered all my questions within hours.", - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", - imageAlt: "James Wilson", - icon: Wrench, + id: "5", name: "James Wilson", role: "DIY Enthusiast", testimonial: + "As a DIY car owner, I appreciate the clear product descriptions and fast delivery. Customer service team answered all my questions within hours.", imageSrc: + "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "James Wilson", icon: Wrench, }, { - id: "6", - name: "Rachel Anderson", - role: "Repair Shop Manager", - testimonial: - "Best parts supplier we've worked with. Quality is top-notch, shipping is reliable, and their support team goes the extra mile for us.", - imageSrc: - "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=6", - imageAlt: "Rachel Anderson", - icon: Heart, + id: "6", name: "Rachel Anderson", role: "Repair Shop Manager", testimonial: + "Best parts supplier we've worked with. Quality is top-notch, shipping is reliable, and their support team goes the extra mile for us.", imageSrc: + "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", imageAlt: "Rachel Anderson", icon: Heart, }, ]} ariaLabel="Customer testimonials section" @@ -381,7 +265,7 @@ export default function HomePage() { description="Connect with our expert team today. We respond within 24 hours and can help you find exactly what you need with fast shipping options." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/four-wrenches-repair-tools-leaning-hood-automobile-silver-colored_146671-16574.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/four-wrenches-repair-tools-leaning-hood-automobile-silver-colored_146671-16574.jpg" imageAlt="Get in touch with our team" mediaAnimation="slide-up" inputPlaceholder="your@email.com" @@ -400,53 +284,29 @@ export default function HomePage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "How fast is your shipping?", - content: - "We offer 2-day shipping nationwide on most parts. Priority overnight shipping is also available for rush orders. All orders are carefully packaged to ensure safe arrival.", - }, + id: "1", title: "How fast is your shipping?", content: + "We offer 2-day shipping nationwide on most parts. Priority overnight shipping is also available for rush orders. All orders are carefully packaged to ensure safe arrival."}, { - id: "2", - title: "What warranty options do you offer?", - content: - "We provide comprehensive warranty coverage on all parts. OEM parts typically include manufacturer warranties, and our aftermarket parts come with our extended warranty program. Contact our team for specific coverage details.", - }, + id: "2", title: "What warranty options do you offer?", content: + "We provide comprehensive warranty coverage on all parts. OEM parts typically include manufacturer warranties, and our aftermarket parts come with our extended warranty program. Contact our team for specific coverage details."}, { - id: "3", - title: "Do you have technical support?", - content: - "Yes! Our expert team is available to help with technical questions, part compatibility, and installation guidance. We respond within 24 hours to all inquiries.", - }, + id: "3", title: "Do you have technical support?", content: + "Yes! Our expert team is available to help with technical questions, part compatibility, and installation guidance. We respond within 24 hours to all inquiries."}, { - id: "4", - title: "What payment methods do you accept?", - content: - "We accept all major credit cards, PayPal, bank transfers, and specialized payment plans for fleet customers. Secure checkout ensures your information is protected.", - }, + id: "4", title: "What payment methods do you accept?", content: + "We accept all major credit cards, PayPal, bank transfers, and specialized payment plans for fleet customers. Secure checkout ensures your information is protected."}, { - id: "5", - title: "Can I return parts if they don't fit?", - content: - "Yes, we have a 30-day money-back guarantee on most parts. If a part doesn't fit or you're not satisfied, simply contact our customer service team for a hassle-free return.", - }, + id: "5", title: "Can I return parts if they don't fit?", content: + "Yes, we have a 30-day money-back guarantee on most parts. If a part doesn't fit or you're not satisfied, simply contact our customer service team for a hassle-free return."}, { - id: "6", - title: "How can I check part compatibility?", - content: - "Each product listing includes detailed compatibility information by vehicle make, model, and year. Our team can also verify compatibility when you call or submit a quote request.", - }, + id: "6", title: "How can I check part compatibility?", content: + "Each product listing includes detailed compatibility information by vehicle make, model, and year. Our team can also verify compatibility when you call or submit a quote request."}, { - id: "7", - title: "Do you offer fleet discounts?", - content: - "Absolutely! We provide special pricing and dedicated support for repair shops, fleet managers, and high-volume buyers. Contact our sales team for custom quotes.", - }, + id: "7", title: "Do you offer fleet discounts?", content: + "Absolutely! We provide special pricing and dedicated support for repair shops, fleet managers, and high-volume buyers. Contact our sales team for custom quotes."}, { - id: "8", - title: "How do I track my order?", - content: - "All orders include real-time tracking. You'll receive an email with a tracking link as soon as your order ships, allowing you to monitor delivery status 24/7.", - }, + id: "8", title: "How do I track my order?", content: + "All orders include real-time tracking. You'll receive an email with a tracking link as soon as your order ships, allowing you to monitor delivery status 24/7."}, ]} ariaLabel="FAQ section" />