diff --git a/src/app/page.tsx b/src/app/page.tsx
index d6b4e67..a434a84 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,15 +47,12 @@ export default function LandingPage() {
@@ -305,29 +207,19 @@ export default function LandingPage() {
logoText="Marenka"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "Ceramics",
- href: "#products",
- },
+ label: "Ceramics", href: "#products"},
{
- label: "Textiles",
- href: "#products",
- },
+ label: "Textiles", href: "#products"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}
@@ -336,4 +228,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file