From 932d3cd266abfb57b17aef511f02f5bff52ee111 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 15:44:12 +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 81bce15..36d37ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Award, Crown, Heart, History, Home, Scissors, Sparkles, Star, Razor, TrendingUp, Users, Wand2, Zap } from "lucide-react"; +import { Award, Crown, Heart, History, Home, Scissors, Sparkles, Star, TrendingUp, Users, Wand2, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -84,7 +84,7 @@ export default function LandingPage() { title: "Classic Haircuts", description: "Timeless styles executed with precision and attention to detail. From fades to tapers, we craft the perfect cut for you." }, { - icon: Razor, + icon: Scissors, title: "Beard Grooming", description: "Professional beard trimming, shaping, and conditioning. Maintain that distinguished look with expert care." }, { -- 2.49.1