From ab7a653d6dd170c2dbafe16f1350f7c8ce64d209 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:50:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c26e354..faa345a 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, CalendarCheck2, Cut } from "lucide-react"; +import { Feather, Sparkles, Star, Scissors, CalendarCheck2 } from "lucide-react"; export default function LandingPage() { return ( @@ -115,7 +115,7 @@ 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: Cut, + buttonIcon: Scissors, }, { title: "Traditional Hot Shaves", @@ -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