diff --git a/src/app/page.tsx b/src/app/page.tsx
index b4a9466..8182aad 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,30 +32,18 @@ export default function LandingPage() {
@@ -64,19 +52,14 @@ export default function LandingPage() {
@@ -304,18 +193,13 @@ export default function LandingPage() {
@@ -325,58 +209,35 @@ export default function LandingPage() {
logoText="The Pink Spot"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "Phone Cases",
- href: "#products",
- },
+ label: "Phone Cases", href: "#products"},
{
- label: "Screen Protectors",
- href: "#products",
- },
+ label: "Screen Protectors", href: "#products"},
{
- label: "Chargers",
- href: "#products",
- },
+ label: "Chargers", href: "#products"},
{
- label: "Tablet Accessories",
- href: "#products",
- },
+ label: "Tablet Accessories", href: "#products"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Reviews",
- href: "#reviews",
- },
+ label: "Reviews", href: "#reviews"},
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}