diff --git a/src/app/page.tsx b/src/app/page.tsx
index e7e7656..a6afc5f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,13 +33,9 @@ export default function LandingPage() {
@@ -48,31 +44,20 @@ export default function LandingPage() {
@@ -85,13 +70,9 @@ export default function LandingPage() {
description="From May 31 to June 20, let's explore our little universe together."
metrics={[
{
- value: "20",
- title: "Unique Days",
- },
+ value: "20", title: "Unique Days"},
{
- value: "∞",
- title: "Memories",
- },
+ value: "∞", title: "Memories"},
]}
imageSrc="http://img.b2bpic.net/free-photo/colorful-abstract-universe-textured-background_53876-103004.jpg"
mediaAnimation="slide-up"
@@ -107,30 +88,15 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "May 31: The Orb",
- description: "Unlocks soon, sweetheart ✨",
- imageSrc: "http://img.b2bpic.net/free-photo/acryllic-color-dissolving-water_53876-98232.jpg",
- },
+ title: "May 31: The Orb", description: "Unlocks soon, sweetheart ✨", imageSrc: "http://img.b2bpic.net/free-photo/acryllic-color-dissolving-water_53876-98232.jpg"},
{
- title: "June 1: Moon Fragment",
- description: "Unlocks soon, sweetheart ✨",
- imageSrc: "http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037656.jpg",
- },
+ title: "June 1: Moon Fragment", description: "Unlocks soon, sweetheart ✨", imageSrc: "http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037656.jpg"},
{
- title: "June 2: Star Chest",
- description: "Unlocks soon, sweetheart ✨",
- imageSrc: "http://img.b2bpic.net/free-photo/lamp-design-with-fantasy-style_23-2151101658.jpg",
- },
+ title: "June 2: Star Chest", description: "Unlocks soon, sweetheart ✨", imageSrc: "http://img.b2bpic.net/free-photo/lamp-design-with-fantasy-style_23-2151101658.jpg"},
{
- title: "June 3: Solar Flare",
- description: "Unlocks soon, sweetheart ✨",
- imageSrc: "http://img.b2bpic.net/free-photo/futuristic-fantastical-light-lamp-design_23-2151101613.jpg",
- },
+ title: "June 3: Solar Flare", description: "Unlocks soon, sweetheart ✨", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-fantastical-light-lamp-design_23-2151101613.jpg"},
{
- title: "June 4: Comet Tail",
- description: "Unlocks soon, sweetheart ✨",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-landscape-with-crystals_23-2150916666.jpg",
- },
+ title: "June 4: Comet Tail", description: "Unlocks soon, sweetheart ✨", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-landscape-with-crystals_23-2150916666.jpg"},
]}
title="The Daily Unlocks"
description="Magical objects representing each day, waiting to be revealed."
@@ -144,23 +110,14 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "m1",
- icon: Sparkles,
- title: "Firework Stars",
- value: "Huge",
- },
+ id: "m1", icon: Sparkles,
+ title: "Firework Stars", value: "Huge"},
{
- id: "m2",
- icon: Star,
- title: "Glowing Moon",
- value: "Luminous",
- },
+ id: "m2", icon: Star,
+ title: "Glowing Moon", value: "Luminous"},
{
- id: "m3",
- icon: Cake,
- title: "Birthday Surprise",
- value: "Ready",
- },
+ id: "m3", icon: Cake,
+ title: "Birthday Surprise", value: "Ready"},
]}
title="HAPPY BIRTHDAY 🎂"
description="Your special day is a galaxy-sized celebration."
@@ -169,64 +126,29 @@ export default function LandingPage() {
@@ -349,29 +228,19 @@ export default function LandingPage() {
logoText="My Universe"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Journey",
- href: "#journey",
- },
+ label: "Journey", href: "#journey"},
{
- label: "Birthday",
- href: "#birthday",
- },
+ label: "Birthday", href: "#birthday"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}