diff --git a/src/app/page.tsx b/src/app/page.tsx
index 463e626..7748dd2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,132 +32,75 @@ export default function LandingPage() {
console.log('Get Directions')",
+ text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=3W+Smoke+Shack,123+Smokehouse+Lane,BBQ+City,TX,77777", onClick: () => console.log('Get Directions'),
},
{
- text: "Email Us",
- href: "mailto:info@3wsmokeshack.com",
- },
+ text: "Email Us", href: "mailto:info@3wsmokeshack.com"},
]}
/>
@@ -464,45 +259,29 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "#home",
- },
+ label: "Home", href: "#home"},
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
],
},
{
items: [
{
- label: "Testimonials",
- href: "#testimonials",
- },
+ label: "Testimonials", href: "#testimonials"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}