diff --git a/src/app/page.tsx b/src/app/page.tsx index 496d72c..97b5c1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { Clock, Leaf, Users, Globe, Utensils, Phone, Star, ArrowRight } from "lucide-react"; +import Link from "next/link"; export default function LandingPage() { return (