From 1a6ef1b4016e5ab069d8c763e3db984be3a65b0d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:30:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) 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() {
-
-- 2.49.1