Merge version_1 into main #1
160
src/app/page.tsx
160
src/app/page.tsx
@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Award, Calendar, Sparkles, Star } from "lucide-react";
|
||||
import { Award, Calendar, Sparkles, Star, Wrench, Car, Settings, Disc, Zap, Gauge } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,30 +31,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Schedule Service", href: "#contact"}}
|
||||
brandName="South Lake European Automotive"
|
||||
/>
|
||||
</div>
|
||||
@@ -62,39 +50,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Precision European Automotive Care for South Lake"
|
||||
description="Specializing in high-performance European vehicles, South Lake European Automotive offers expert diagnostics, maintenance, and repair with cutting-edge technology and certified technicians."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/close-up-of-a-skilled-technician-perform-1774404629318-6d276b20.png",
|
||||
imageAlt: "Technician performing advanced diagnostics on a European car engine",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/close-up-of-a-skilled-technician-perform-1774404629318-6d276b20.png", imageAlt: "Technician performing advanced diagnostics on a European car engine"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/interior-shot-of-a-modern-automotive-rep-1774404628858-5973eea7.png",
|
||||
imageAlt: "Modern automotive repair bay with a European car on a lift",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/interior-shot-of-a-modern-automotive-rep-1774404628858-5973eea7.png", imageAlt: "Modern automotive repair bay with a European car on a lift"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/dynamic-shot-of-a-technician-examining-a-1774404628923-8e280204.png",
|
||||
imageAlt: "Technician examining car's undercarriage with diagnostic tablet",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/dynamic-shot-of-a-technician-examining-a-1774404628923-8e280204.png", imageAlt: "Technician examining car's undercarriage with diagnostic tablet"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/detailed-view-of-luxury-european-car-com-1774404629592-7dd12a76.png",
|
||||
imageAlt: "Detailed view of luxury European car brake caliper being serviced",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/detailed-view-of-luxury-european-car-com-1774404629592-7dd12a76.png", imageAlt: "Detailed view of luxury European car brake caliper being serviced"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,13 +80,9 @@ export default function LandingPage() {
|
||||
title="Unmatched Expertise for Your European Vehicle"
|
||||
buttons={[
|
||||
{
|
||||
text: "Meet Our Team",
|
||||
href: "#",
|
||||
},
|
||||
text: "Meet Our Team", href: "#"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,34 +93,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Diagnostics",
|
||||
description: "Utilizing dealer-level diagnostic tools to accurately identify and resolve complex issues.",
|
||||
buttonIcon: "Wrench",
|
||||
title: "Precision Diagnostics", description: "Utilizing dealer-level diagnostic tools to accurately identify and resolve complex issues.", buttonIcon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Routine Maintenance",
|
||||
description: "Comprehensive scheduled maintenance to preserve your vehicle's integrity and extend its lifespan.",
|
||||
buttonIcon: "Car",
|
||||
title: "Routine Maintenance", description: "Comprehensive scheduled maintenance to preserve your vehicle's integrity and extend its lifespan.", buttonIcon: Car,
|
||||
},
|
||||
{
|
||||
title: "Engine & Transmission",
|
||||
description: "Expert repair and rebuilding for optimal engine and transmission function.",
|
||||
buttonIcon: "Settings",
|
||||
title: "Engine & Transmission", description: "Expert repair and rebuilding for optimal engine and transmission function.", buttonIcon: Settings,
|
||||
},
|
||||
{
|
||||
title: "Brake & Suspension",
|
||||
description: "High-performance brake and suspension services for superior handling and safety.",
|
||||
buttonIcon: "Disc3D",
|
||||
title: "Brake & Suspension", description: "High-performance brake and suspension services for superior handling and safety.", buttonIcon: Disc,
|
||||
},
|
||||
{
|
||||
title: "Electrical Systems",
|
||||
description: "Specialized troubleshooting and repair for sophisticated European electrical systems.",
|
||||
buttonIcon: "Zap",
|
||||
title: "Electrical Systems", description: "Specialized troubleshooting and repair for sophisticated European electrical systems.", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Performance Tuning",
|
||||
description: "Unlock your vehicle's full potential with our custom performance tuning services.",
|
||||
buttonIcon: "Gauge",
|
||||
title: "Performance Tuning", description: "Unlock your vehicle's full potential with our custom performance tuning services.", buttonIcon: Gauge,
|
||||
},
|
||||
]}
|
||||
title="Advanced Services for Peak Performance"
|
||||
@@ -164,29 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "years-in-service",
|
||||
icon: Calendar,
|
||||
title: "Years in Service",
|
||||
value: "15+",
|
||||
},
|
||||
id: "years-in-service", icon: Calendar,
|
||||
title: "Years in Service", value: "15+"},
|
||||
{
|
||||
id: "certified-techs",
|
||||
icon: Award,
|
||||
title: "Certified Technicians",
|
||||
value: "100%",
|
||||
},
|
||||
id: "certified-techs", icon: Award,
|
||||
title: "Certified Technicians", value: "100%"},
|
||||
{
|
||||
id: "customer-satisfaction",
|
||||
icon: Star,
|
||||
title: "Customer Satisfaction",
|
||||
value: "5-Star Rated",
|
||||
},
|
||||
id: "customer-satisfaction", icon: Star,
|
||||
title: "Customer Satisfaction", value: "5-Star Rated"},
|
||||
{
|
||||
id: "vehicles-serviced",
|
||||
icon: Sparkles,
|
||||
title: "Vehicles Serviced",
|
||||
value: "Thousands",
|
||||
},
|
||||
id: "vehicles-serviced", icon: Sparkles,
|
||||
title: "Vehicles Serviced", value: "Thousands"},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
description="Numbers that speak volumes about our dedication to quality and customer trust in European automotive care."
|
||||
@@ -200,33 +147,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jonathan K.",
|
||||
handle: "@JonathanK_Auto",
|
||||
testimonial: "South Lake European Automotive provides exceptional service! My BMW has never run better. Their attention to detail and technical expertise are truly unmatched.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/professional-headshot-of-a-satisfied-mal-1774404629058-e77068cf.png",
|
||||
},
|
||||
id: "1", name: "Jonathan K.", handle: "@JonathanK_Auto", testimonial: "South Lake European Automotive provides exceptional service! My BMW has never run better. Their attention to detail and technical expertise are truly unmatched.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/professional-headshot-of-a-satisfied-mal-1774404629058-e77068cf.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah M.",
|
||||
handle: "@EuropeanCarFan",
|
||||
testimonial: "Finding a reliable shop for my Mercedes was a challenge until I found South Lake. Professional, transparent, and they truly understand European engineering.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/professional-headshot-of-a-satisfied-fem-1774404628430-78899b0e.png",
|
||||
},
|
||||
id: "2", name: "Sarah M.", handle: "@EuropeanCarFan", testimonial: "Finding a reliable shop for my Mercedes was a challenge until I found South Lake. Professional, transparent, and they truly understand European engineering.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/professional-headshot-of-a-satisfied-fem-1774404628430-78899b0e.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David R.",
|
||||
handle: "@DaveRides",
|
||||
testimonial: "My Audi's performance tuning from South Lake European Automotive exceeded my expectations. They truly know how to optimize these vehicles.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/professional-headshot-of-a-satisfied-mal-1774404628511-34878c44.png",
|
||||
},
|
||||
id: "3", name: "David R.", handle: "@DaveRides", testimonial: "My Audi's performance tuning from South Lake European Automotive exceeded my expectations. They truly know how to optimize these vehicles.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/professional-headshot-of-a-satisfied-mal-1774404628511-34878c44.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily T.",
|
||||
handle: "@PorscheLover",
|
||||
testimonial: "The only place I trust with my Porsche. The team is highly knowledgeable, the service is impeccable, and the results speak for themselves.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/professional-headshot-of-a-satisfied-fem-1774404629095-4518b67d.png",
|
||||
},
|
||||
id: "4", name: "Emily T.", handle: "@PorscheLover", testimonial: "The only place I trust with my Porsche. The team is highly knowledgeable, the service is impeccable, and the results speak for themselves.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPxYJwJ0Nd9H0rLiD7EIPlnWVJ/professional-headshot-of-a-satisfied-fem-1774404629095-4518b67d.png"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from satisfied European car owners who trust South Lake European Automotive with their prized possessions."
|
||||
@@ -237,18 +164,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready for unparalleled service? Contact South Lake European Automotive today to schedule your appointment and experience the difference in precision care for your vehicle."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
text: "Get in Touch", href: "tel:+15551234567"},
|
||||
{
|
||||
text: "View Location",
|
||||
href: "https://maps.google.com/?q=South+Lake+European+Automotive",
|
||||
},
|
||||
text: "View Location", href: "https://maps.google.com/?q=South+Lake+European+Automotive"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,13 +179,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="South Lake European Automotive"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user