From c4822eeafba53d9243905cc446fd05035baa2822 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 09:32:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f472a0..4eaf1c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Cut, Facebook, Instagram, RefreshCcw, Scissors, Sparkles, Twitter } from "lucide-react"; +import { Facebook, Instagram, RefreshCcw, Scissors, Sparkles, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -105,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Haircuts", description: "Expertly crafted haircuts tailored to your personal style and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-male-purple-suit-isolated-grey-vignette-background_613910-1970.jpg", imageAlt: "Man getting a classic haircut", buttonIcon: Cut, + title: "Precision Haircuts", description: "Expertly crafted haircuts tailored to your personal style and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-male-purple-suit-isolated-grey-vignette-background_613910-1970.jpg", imageAlt: "Man getting a classic haircut", buttonIcon: Scissors }, { title: "Modern Fades", description: "Flawless fade techniques for a sharp, clean, and contemporary look.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Man getting a skin fade haircut", buttonIcon: RefreshCcw, -- 2.49.1