diff --git a/src/app/page.tsx b/src/app/page.tsx index f96fa21..079c419 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Utensils, Phone } from "lucide-react"; +import { Utensils, Phone, Clock } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -226,7 +226,7 @@ export default function HomePage() { ); -} \ No newline at end of file +}