diff --git a/src/app/page.tsx b/src/app/page.tsx
index 96c2705..221a4b6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,62 +48,39 @@ export default function LandingPage() {
@@ -122,8 +91,7 @@ export default function LandingPage() {
title="The Philosophy of Rare"
buttons={[
{
- text: "Learn More",
- },
+ text: "Learn More"},
]}
/>
@@ -132,44 +100,21 @@ export default function LandingPage() {
@@ -196,24 +136,16 @@ export default function LandingPage() {
@@ -321,25 +211,17 @@ export default function LandingPage() {
{
items: [
{
- label: "Shop",
- href: "#products",
- },
+ label: "Shop", href: "#products"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
],
},
{
items: [
{
- label: "Support",
- href: "#contact",
- },
+ label: "Support", href: "#contact"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
],
},
]}