diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 5e1f96c..ab4bfa8 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -62,8 +62,8 @@ export default function BlogPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index b79d011..81bce15 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, Trim, TrendingUp, Users, Wand2, Zap } from "lucide-react"; +import { Award, Crown, Heart, History, Home, Scissors, Sparkles, Star, Razor, 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: Trim, + icon: Razor, title: "Beard Grooming", description: "Professional beard trimming, shaping, and conditioning. Maintain that distinguished look with expert care." }, { diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 1def27b..05b4be3 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -97,8 +97,8 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -145,8 +145,8 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -217,8 +217,8 @@ export default function ProductPage({ params }: ProductPageProps) { diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 3c4352b..98a4440 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -47,8 +47,8 @@ export default function ShopPage() { @@ -94,8 +94,8 @@ export default function ShopPage() {