diff --git a/src/app/page.tsx b/src/app/page.tsx index 061161c..518d682 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,16 +47,12 @@ export default function LandingPage() {
@@ -304,29 +190,19 @@ export default function LandingPage() { logoText="Atef Tours" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Tours", - items: [ + title: "Tours", items: [ { - label: "Sahara Trips", - href: "#packages", - }, + label: "Sahara Trips", href: "#packages"}, { - label: "Beach Activities", - href: "#packages", - }, + label: "Beach Activities", href: "#packages"}, ], }, ]} @@ -336,4 +212,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file