diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7255a2f..187c776 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,43 +40,19 @@ export default function LandingPage() {
@@ -248,38 +155,20 @@ export default function LandingPage() {
logoText="My Angel Service"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "#about",
- },
- {
- label: "Services",
- href: "#features",
- },
+ title: "Company", items: [
+ { label: "About Us", href: "#about" },
+ { label: "Services", href: "#features" },
],
},
{
- title: "Contact",
- items: [
- {
- label: "+1 305-399-4211",
- href: "tel:+13053994211",
- },
- {
- label: "Miami, FL",
- href: "#",
- },
+ title: "Contact", items: [
+ { label: "+1 305-399-4211", href: "tel:+13053994211" },
+ { label: "Miami, FL", href: "#" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "#" },
],
},
]}