diff --git a/src/app/page.tsx b/src/app/page.tsx
index f694bf1..e1ff961 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,69 +30,38 @@ export default function LandingPage() {
@@ -238,37 +153,25 @@ export default function LandingPage() {
{
items: [
{
- label: "Call Us: (437) 608-0202",
- href: "tel:+14376080202",
- },
+ label: "Call Us: (437) 608-0202", href: "tel:+14376080202"},
{
- label: "27 Main St N, Brampton, ON",
- href: "https://maps.google.com/?q=27+Main+St+N+Brampton+ON",
- },
+ label: "27 Main St N, Brampton, ON", href: "https://maps.google.com/?q=27+Main+St+N+Brampton+ON"},
],
},
{
items: [
{
- label: "Full Menu",
- href: "#menu",
- },
+ label: "Full Menu", href: "#menu"},
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}