diff --git a/src/app/page.tsx b/src/app/page.tsx index c04e1d7..fbffb02 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 } from "lucide-react"; +import { Feather, Sparkles, Star, Scissors, Razor, Trim, CalendarCheck2 } from "lucide-react"; export default function LandingPage() { return ( @@ -115,21 +115,21 @@ 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: Scissors, }, { 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: "Razor", + buttonIcon: Razor, }, { 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: Trim, }, ]} title="Our Signature Services" @@ -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"