diff --git a/src/app/page.tsx b/src/app/page.tsx index 54d5e6a..bdae6ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,8 +149,13 @@ export default function LandingPage() { }, { title: "Hours", items: [ - { label: "Mon-Fri: 11am-10pm", href: "#" }, - { label: "Sat-Sun: 10am-11pm", href: "#" }, + { label: "Monday: 11 am–2 am", href: "#" }, + { label: "Tuesday: 11 am–11 pm", href: "#" }, + { label: "Wednesday: 11 am–12 am", href: "#" }, + { label: "Thursday: 11 am–2 am", href: "#" }, + { label: "Friday: 11 am–2 am", href: "#" }, + { label: "Saturday: 11 am–12 am", href: "#" }, + { label: "Sunday: 11 am–11 pm", href: "#" }, ], }, { @@ -166,4 +171,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file