Merge version_3 into main #3
@@ -5,12 +5,12 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { AlertCircle, ArrowRight, CheckCircle, Shield, Star, Wrench } from "lucide-react";
|
||||
import { AlertCircle, ArrowRight, CheckCircle, Shield, Star, Wrench, Award, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -82,11 +82,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=1", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=2", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=3", alt: "Customer 3" }
|
||||
]}
|
||||
avatarText="500+ Complex Removals Completed"
|
||||
ariaLabel="Hero section showcasing locking wheel nut removal expertise"
|
||||
/>
|
||||
@@ -153,7 +148,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
<TestimonialCardTen
|
||||
title="Trusted Across Coventry"
|
||||
description="Real stories from customers who got back on the road with our expert removal service."
|
||||
tag="Testimonials"
|
||||
@@ -163,29 +158,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Vehicle Owner", company: "Audi Q5", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
id: "1", title: "Expert Service That Actually Works", quote: "Couldn't get my wheel off after losing the locking nut key. Tried three garages. LWRN did it in 20 minutes without any damage. Absolutely professional.", name: "Sarah Johnson", role: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Fleet Manager", company: "Ford Transit", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
id: "2", title: "Reliable for Our Fleet", quote: "We use LWRN for all our locking wheel nut issues across our transit fleet. Quick, reliable, and they never damage the wheels. Highly recommended.", name: "Michael Chen", role: "Fleet Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=2", imageAlt: "Michael Chen testimonial"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", role: "Workshop Owner", company: "Local Garage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=3", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Smith", role: "Delivery Driver", company: "Commercial Fleet", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=4", imageAlt: "David Smith"
|
||||
id: "3", title: "When Specialists Are Worth It", quote: "I refer all my customers with locking wheel nut problems to LWRN. They have the tools and expertise I don't. My customers always come back satisfied.", name: "Emma Rodriguez", role: "Workshop Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=3", imageAlt: "Emma Rodriguez testimonial"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "112+", label: "Satisfied Customers" },
|
||||
{ value: "5.0", label: "Average Rating" },
|
||||
{ value: "99%", label: "First-Time Success" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Customer testimonials and social proof"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user