diff --git a/src/app/page.tsx b/src/app/page.tsx
index a4ca979..f22f8ac 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,32 +45,15 @@ export default function LandingPage() {
@@ -344,50 +201,31 @@ export default function LandingPage() {
logoText="ShopClone"
columns={[
{
- title: "Platform",
- items: [
+ title: "Platform", items: [
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
{
- label: "Integration",
- href: "#products",
- },
+ label: "Integration", href: "#products"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
{
- label: "Support",
- href: "#",
- },
+ label: "Support", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}