diff --git a/src/app/page.tsx b/src/app/page.tsx
index 755aed2..56d9688 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,33 +42,13 @@ export default function LandingPage() {
@@ -338,33 +172,16 @@ export default function LandingPage() {
logoText="Hollywood Beauty"
columns={[
{
- title: "Links",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Services",
- href: "#services",
- },
- {
- label: "Contact",
- href: "#contact",
- },
+ title: "Links", items: [
+ { label: "About", href: "#about" },
+ { label: "Services", href: "#services" },
+ { label: "Contact", href: "#contact" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy",
- href: "#",
- },
- {
- label: "Terms",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy", href: "#" },
+ { label: "Terms", href: "#" },
],
},
]}
@@ -373,4 +190,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file