Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-02 20:26:19 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
@@ -30,22 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Elite Maintenance", id: "#" },
{ name: "Contact", id: "contact" },
]}
brandName="First Choice Auto Repair"
/>
@@ -56,10 +45,7 @@ export default function LandingPage() {
title="Trusted Auto Repair in Chicago"
description="Premium maintenance and repair services for your vehicle. Professional care, transparent pricing, and local expertise."
buttons={[
{
text: "Book Appointment",
href: "#contact",
},
{ text: "Book Appointment", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/repairmen-fixing-car-garage_23-2147897980.jpg"
/>
@@ -84,31 +70,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
icon: Wrench,
title: "Engine Repair",
description: "High-precision diagnostic and engine rebuilding for all car makes.",
},
{
icon: Gauge,
title: "Brake Systems",
description: "Reliable brake pad replacement and system inspection for safety.",
},
{
icon: Zap,
title: "Electronics",
description: "Advanced computer diagnostics to solve electrical issues quickly.",
},
{
icon: Gauge,
title: "Transmission",
description: "Full transmission repair and fluid flushing for smoother shifting.",
},
{
icon: Snowflake,
title: "AC Services",
description: "Keep your cabin cool with our professional climate control checks.",
},
{ icon: Wrench, title: "Engine Repair", description: "High-precision diagnostic and engine rebuilding for all car makes." },
{ icon: Gauge, title: "Brake Systems", description: "Reliable brake pad replacement and system inspection for safety." },
{ icon: Zap, title: "Electronics", description: "Advanced computer diagnostics to solve electrical issues quickly." },
{ icon: Gauge, title: "Transmission", description: "Full transmission repair and fluid flushing for smoother shifting." },
{ icon: Snowflake, title: "AC Services", description: "Keep your cabin cool with our professional climate control checks." },
]}
title="Our Services"
description="Comprehensive maintenance solutions designed for modern performance."
@@ -120,46 +86,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Excellent Service",
quote: "Professional team that really knows their stuff. My car runs perfectly again.",
name: "Sarah Miller",
role: "Accountant",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-emotions-standing-front-car_1303-15200.jpg",
},
{
id: "2",
title: "Fast and Reliable",
quote: "Took my SUV in for engine issues and they fixed it within a day. Fantastic!",
name: "James Wilson",
role: "Manager",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-showing-thumbs-up_1170-1235.jpg",
},
{
id: "3",
title: "Honest Mechanics",
quote: "No hidden fees, great transparency. My go-to shop from now on.",
name: "Emily Chen",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-smiley-female-mechanic_23-2148327571.jpg",
},
{
id: "4",
title: "Friendly Staff",
quote: "Extremely knowledgeable and helpful staff. Highly recommend for any repair.",
name: "David Park",
role: "Developer",
imageSrc: "http://img.b2bpic.net/free-photo/lady-car-salon-woman-buying-car-elegant-woman-blue-dress_1157-45031.jpg",
},
{
id: "5",
title: "Quality Care",
quote: "They treated my old car like a luxury vehicle. Such great attention to detail.",
name: "Linda Gomez",
role: "Teacher",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-talking-mobile-phone_1170-1328.jpg",
},
{ id: "1", title: "Excellent Service", quote: "Professional team that really knows their stuff. My car runs perfectly again.", name: "Sarah Miller", role: "Accountant", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-emotions-standing-front-car_1303-15200.jpg" },
{ id: "2", title: "Fast and Reliable", quote: "Took my SUV in for engine issues and they fixed it within a day. Fantastic!", name: "James Wilson", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-showing-thumbs-up_1170-1235.jpg" },
{ id: "3", title: "Honest Mechanics", quote: "No hidden fees, great transparency. My go-to shop from now on.", name: "Emily Chen", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-smiley-female-mechanic_23-2148327571.jpg" },
{ id: "4", title: "Friendly Staff", quote: "Extremely knowledgeable and helpful staff. Highly recommend for any repair.", name: "David Park", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/lady-car-salon-woman-buying-car-elegant-woman-blue-dress_1157-45031.jpg" },
{ id: "5", title: "Quality Care", quote: "They treated my old car like a luxury vehicle. Such great attention to detail.", name: "Linda Gomez", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-talking-mobile-phone_1170-1328.jpg" },
]}
title="Customer Reviews"
description="Don't take our word for it. Hear what our Chicago clients have to say about our service."
@@ -171,21 +102,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Do you offer warranties?",
content: "Yes, we provide 12-month warranties on all parts and labor.",
},
{
id: "2",
title: "How long do repairs take?",
content: "Most routine repairs are completed within 24-48 hours.",
},
{
id: "3",
title: "Can I book online?",
content: "Absolutely, use the appointment form below to schedule today.",
},
{ id: "1", title: "Do you offer warranties?", content: "Yes, we provide 12-month warranties on all parts and labor." },
{ id: "2", title: "How long do repairs take?", content: "Most routine repairs are completed within 24-48 hours." },
{ id: "3", title: "Can I book online?", content: "Absolutely, use the appointment form below to schedule today." },
]}
title="Common Questions"
description="Answers to the most frequently asked questions about our services."
@@ -196,9 +115,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
background={{ variant: "animated-grid" }}
title="Book Your Service"
description="Schedule a professional inspection or repair today. Our technicians are ready to help."
imageSrc="http://img.b2bpic.net/free-photo/smiling-mechanic-talking-mobile-phone_1170-1329.jpg"
@@ -210,40 +127,28 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Services",
items: [
<FooterBaseCard
logoText="First Choice Auto"
columns={[
{
label: "Engine Repair",
href: "#",
title: "Services", items: [
{ label: "Engine Diagnostics", href: "#features" },
{ label: "Brake Services", href: "#features" },
{ label: "Appointment Schedule", href: "#contact" }
]
},
{
label: "Brakes",
href: "#",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Contact",
href: "#contact",
},
],
},
]}
bottomLeftText="© 2024 First Choice Auto Repair. Chicago, IL."
bottomRightText="Privacy Policy"
/>
title: "Support", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Privacy Policy", href: "#" },
{ label: "Contact Us", href: "#contact" }
]
}
]}
copyrightText="© 2025 First Choice Auto Repair. Certified Trusted Business."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}