diff --git a/src/app/page.tsx b/src/app/page.tsx index 5667974..190aaa8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
-