diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c621f5..92ac798 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Award, Coffee, Flame, Heart, Leaf, Sparkles } from 'lucide-react'; +import Link from 'next/link'; export default function LandingPage() { return (