From 6be451dfbef38173d67dec0652916a45c5a051f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 11:43:06 +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 64d3da9..705be10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Award, Heart, LogIn, Phone, Scissors, Sparkles, Trims, Zap, Droplets, Crown } from "lucide-react"; +import { Award, Heart, LogIn, Phone, Scissors, Sparkles, Zap, Droplets, Crown } from "lucide-react"; export default function LandingPage() { return ( @@ -101,7 +101,7 @@ export default function LandingPage() { title: "Classic Haircut", description: "Precision cuts tailored to your face shape and style preference. Includes wash, cut, and finish." }, { - icon: Trims, + icon: Scissors, title: "Fade & Taper", description: "Modern fade techniques from conservative to aggressive. Sharp lines, flawless blending." }, { -- 2.49.1