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"