From 536570a6e4a063da3c14b3f29a01bdae265296ed Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:16:00 +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 0b1208c..3a6e19d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Youtube, MessageCircle, Facebook, Instagram, BookOpen, Users, Award } from "lucide-react"; +import { Youtube, MessageCircle, Facebook, Instagram, BookOpen, Users, Award, Zap } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -84,7 +84,7 @@ export default function HomePage() { title="Featured Sewing Tutorials" description="Learn essential sewing and tailoring skills through our comprehensive, step-by-step video guides and tutorials designed for beginners." tag="Popular Guides" - tagIcon={undefined} + tagIcon={Zap} features={[ { title: "Sewing Machine Basics", description: -- 2.49.1