diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c9a2a5..de3b7f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterCard from "@/components/sections/footer/FooterCard"; import { Sparkles, Camera, Film, Award, Heart, Briefcase, Zap, Mail, Instagram, Facebook, Linkedin, ArrowRight, Star } from "lucide-react"; +import Link from "next/link"; export default function LandingPage() { const handleContactSubmit = (email: string) => { @@ -128,7 +129,7 @@ export default function LandingPage() { tagIcon={Film} tagAnimation="slide-up" title="Transforming Moments Into Timeless Memories" - description="With over a decade of experience in videography and photography, we combine artistic vision with technical expertise to deliver award-worthy content. Our team specializes in capturing authentic emotions and crafting compelling visual narratives that resonate with your audience. Whether it's your wedding day, corporate milestone, or brand story, we bring passion and precision to every project." + description="With over a decade of experience in videography and photography, we combine artistic vision with technical expertise to deliver award-worthy content. Our team specializes in capturing authentic emotions and crafting compelling visual narratives that resonate with your audience. Whether it is your wedding day, corporate milestone, or brand story, we bring passion and precision to every project." metrics={[ { value: "500+", title: "Projects Completed" }, { value: "98%", title: "Client Satisfaction Rate" } @@ -145,7 +146,7 @@ export default function LandingPage() {