diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1da2858..e1f9602 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,78 +45,49 @@ export default function LandingPage() {
@@ -145,30 +108,16 @@ export default function LandingPage() {
@@ -245,54 +166,33 @@ export default function LandingPage() {
logoText="Elegance Catering"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Weddings",
- href: "#",
- },
+ label: "Weddings", href: "#"},
{
- label: "Corporate Events",
- href: "#",
- },
+ label: "Corporate Events", href: "#"},
{
- label: "Private Parties",
- href: "#",
- },
+ label: "Private Parties", href: "#"},
],
},
{
- title: "Information",
- items: [
+ title: "Information", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Our Menu",
- href: "#menu",
- },
+ label: "Our Menu", href: "#menu"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
{
- title: "Follow Us",
- items: [
+ title: "Follow Us", items: [
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "Twitter",
- href: "#",
- },
+ label: "Twitter", href: "#"},
],
},
]}