diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3510d09..cf1ce53 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,79 +32,44 @@ export default function LandingPage() {
@@ -359,54 +220,33 @@ export default function LandingPage() {
logoText="Chitir Chicken"
columns={[
{
- title: "Menu",
- items: [
+ title: "Menu", items: [
{
- label: "Fried Chicken",
- href: "#menu",
- },
+ label: "Fried Chicken", href: "#menu"},
{
- label: "Pizza",
- href: "#menu",
- },
+ label: "Pizza", href: "#menu"},
{
- label: "Burgers",
- href: "#menu",
- },
+ label: "Burgers", href: "#menu"},
{
- label: "Appetizers",
- href: "#menu",
- },
+ label: "Appetizers", href: "#menu"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}