diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c64dd9..4d5ceef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Camera, Printer, Gift, Sparkles, Clock, CheckCircle, FileText, Phone, Star, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react'; +import { Camera, Printer, Gift, Sparkles, Clock, CheckCircle, FileText, Phone, Star, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send, Film } from 'lucide-react'; export default function LandingPage() { return ( @@ -102,6 +102,8 @@ export default function LandingPage() { id: "photography", title: "Professional Photography", description: "Portrait photography, studio photoshoots, outdoor photography, product photography, and videography services.", tag: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-studio_23-2148565558.jpg?_wi=1", imageAlt: "professional photography studio session photoshoot lighting"}, { id: "printing", title: "Photo Printing & Frames", description: "High-quality photo printing, frames, canvas printing, photo albums, and photo restoration services.", tag: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/set-different-empty-frames_23-2148226797.jpg", imageAlt: "photo printing frames photo products gallery"}, + { + id: "videography", title: "Video & Videography", description: "Professional video production, event videography, promotional videos, and cinematic videography services.", tag: "HD Quality", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-studio_23-2148565558.jpg?_wi=2", imageAlt: "video production videography filming professional studio"}, ]} />