diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0b3f299..100f07e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,98 +31,61 @@ export default function LandingPage() {
@@ -340,24 +210,17 @@ export default function LandingPage() {
@@ -370,37 +233,23 @@ export default function LandingPage() {
logoText="pixelstack.ai"
columns={[
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Work",
- href: "#work",
- },
+ label: "Work", href: "#work"},
{
- label: "Estimate",
- href: "#estimate",
- },
+ label: "Estimate", href: "#estimate"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#privacy",
- },
+ label: "Privacy Policy", href: "#privacy"},
{
- label: "Terms of Service",
- href: "#terms",
- },
+ label: "Terms of Service", href: "#terms"},
],
},
]}