diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d04754f..f837f45 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,6 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import Link from "next/link"; export default function ContactPage() { return ( @@ -52,7 +53,7 @@ export default function ContactPage() { layout="section" title="Business Information" sections={[ - { heading: "Hours of Operation", content: { items: ["Mon-Sat: 10:00 AM - 8:00 PM", "Sunday: By appointment only"] } }, + { heading: "Hours of Operation", content: { type: "list", items: ["Mon-Sat: 10:00 AM - 8:00 PM", "Sunday: By appointment only"] } }, ]} />