diff --git a/src/app/page.tsx b/src/app/page.tsx
index 52c963f..111b326 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,17 +42,10 @@ export default function LandingPage() {
@@ -298,44 +162,14 @@ export default function LandingPage() {
logoText="Terrible Love"
columns={[
{
- title: "Shop",
- items: [
- {
- label: "Origins",
- href: "#products",
- },
- {
- label: "Subscriptions",
- href: "#",
- },
- ],
+ title: "Shop", items: [{ label: "Origins", href: "#products" }, { label: "Subscriptions", href: "#" }]
},
{
- title: "Community",
- items: [
- {
- label: "Our Roastery",
- href: "#about",
- },
- {
- label: "Impact",
- href: "#metrics",
- },
- ],
+ title: "Community", items: [{ label: "Our Roastery", href: "#about" }, { label: "Impact", href: "#metrics" }]
},
{
- title: "Legal",
- items: [
- {
- label: "Terms",
- href: "#",
- },
- {
- label: "Privacy",
- href: "#",
- },
- ],
- },
+ title: "Legal", items: [{ label: "Terms", href: "#" }, { label: "Privacy", href: "#" }]
+ }
]}
copyrightText="© 2025 Terrible Love Coffee."
/>