From e8847c2479b9b57c2ecf01c3dd0f9ad43f82b9cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:44:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fbffb02..d1c3689 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Feather, Sparkles, Star, Scissors, Razor, Trim, CalendarCheck2 } from "lucide-react"; +import { Feather, Sparkles, Star, Scissors, Shave, CalendarCheck2 } from "lucide-react"; export default function LandingPage() { return ( @@ -122,14 +122,14 @@ export default function LandingPage() { description: "Experience the ultimate relaxation with our traditional hot towel and straight razor shaves.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-washing-hair-bearded-man_23-2147778782.jpg", imageAlt: "Barber performing a traditional hot towel shave", - buttonIcon: Razor, + buttonIcon: Shave, }, { title: "Beard Trims & Grooming", description: "Keep your beard looking sharp and well-maintained with our professional trimming and grooming services.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506245.jpg", imageAlt: "Barber trimming a man's beard with clippers", - buttonIcon: Trim, + buttonIcon: Scissors, }, ]} title="Our Signature Services" @@ -307,15 +307,15 @@ export default function LandingPage() { kpiItems={[ { value: "5 Stars", - title: "Average Rating", + description: "Average Rating", }, { value: "100+", - title: "Positive Reviews", + description: "Positive Reviews", }, { value: "Locally", - title: "Trusted" + description: "Trusted" }, ]} title="What Our Clients Say" -- 2.49.1