From 85cc262681dd992fcd5e02e3f2c8ff141f612301 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:45:40 +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 d1c3689..ce6782a 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, Shave, CalendarCheck2 } from "lucide-react"; +import { Feather, Sparkles, Star, Scissors, Razor, Trim, CalendarCheck2 } from "lucide-react"; export default function LandingPage() { return ( @@ -115,14 +115,14 @@ export default function LandingPage() { description: "Expertly crafted haircuts for all styles, from classic to contemporary, tailored to your preference.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-trimmed-with-trimmer_107420-94788.jpg", imageAlt: "Close-up of a barber giving a precision haircut", - buttonIcon: Scissors, + buttonIcon: Trim, }, { title: "Traditional Hot Shaves", 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: Shave, + buttonIcon: Razor, }, { title: "Beard Trims & Grooming", @@ -307,15 +307,15 @@ export default function LandingPage() { kpiItems={[ { value: "5 Stars", - description: "Average Rating", + title: "Average Rating", }, { value: "100+", - description: "Positive Reviews", + title: "Positive Reviews", }, { value: "Locally", - description: "Trusted" + title: "Trusted" }, ]} title="What Our Clients Say" -- 2.49.1