diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3ebdb5d..bbf4910 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -54,102 +46,57 @@ export default function LandingPage() {
@@ -161,19 +108,13 @@ export default function LandingPage() {
metrics={[
{
icon: Moon,
- label: "Moon-themed Design",
- value: "Unique",
- },
+ label: "Moon-themed Design", value: "Unique"},
{
icon: Coffee,
- label: "All-Day Service",
- value: "12hrs",
- },
+ label: "All-Day Service", value: "12hrs"},
{
icon: Flame,
- label: "Wood-Fired Pizza",
- value: "Authentic",
- },
+ label: "Wood-Fired Pizza", value: "Authentic"},
]}
metricsAnimation="slide-up"
/>
@@ -183,44 +124,21 @@ export default function LandingPage() {
@@ -268,18 +171,13 @@ export default function LandingPage() {
@@ -289,29 +187,19 @@ export default function LandingPage() {
logoText="MOONFACE"
columns={[
{
- title: "Links",
- items: [
+ title: "Links", items: [
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Reserve",
- href: "#contact",
- },
+ label: "Reserve", href: "#contact"},
],
},
{
- title: "Socials",
- items: [
+ title: "Socials", items: [
{
- label: "Instagram",
- href: "https://instagram.com",
- },
+ label: "Instagram", href: "https://instagram.com"},
{
- label: "Facebook",
- href: "https://facebook.com",
- },
+ label: "Facebook", href: "https://facebook.com"},
],
},
]}