diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5863f9d..1c67336 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,100 +47,57 @@ export default function LandingPage() {
@@ -159,9 +108,7 @@ export default function LandingPage() {
title="The Beginning of Everything"
buttons={[
{
- text: "Read Our Story",
- href: "#",
- },
+ text: "Read Our Story", href: "#"},
]}
/>
@@ -173,34 +120,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "1",
- label: "Heart",
- title: "Your Kindness",
- items: [
- "You always put others first.",
- "Your empathy is boundless.",
- "You make everyone feel loved.",
- ],
+ id: "1", label: "Heart", title: "Your Kindness", items: [
+ "You always put others first.", "Your empathy is boundless.", "You make everyone feel loved."],
},
{
- id: "2",
- label: "Smile",
- title: "Your Smile",
- items: [
- "It lights up every room.",
- "It’s my favorite view.",
- "It heals my worst days.",
- ],
+ id: "2", label: "Smile", title: "Your Smile", items: [
+ "It lights up every room.", "It’s my favorite view.", "It heals my worst days."],
},
{
- id: "3",
- label: "Mind",
- title: "Your Intelligence",
- items: [
- "I love our deep conversations.",
- "You see the world differently.",
- "You challenge me to be better.",
- ],
+ id: "3", label: "Mind", title: "Your Intelligence", items: [
+ "I love our deep conversations.", "You see the world differently.", "You challenge me to be better."],
},
]}
title="Reasons Why You Are My World"
@@ -216,59 +145,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "m1",
- brand: "Memory",
- name: "Our First Date",
- price: "2023",
- rating: 5,
- reviewCount: "∞",
- imageSrc: "http://img.b2bpic.net/free-photo/scenery-breathtaking-sunset-pacific-ocean-near-eureka-california_181624-12278.jpg",
- },
+ id: "m1", brand: "Memory", name: "Our First Date", price: "2023", rating: 5,
+ reviewCount: "∞", imageSrc: "http://img.b2bpic.net/free-photo/scenery-breathtaking-sunset-pacific-ocean-near-eureka-california_181624-12278.jpg"},
{
- id: "m2",
- brand: "Memory",
- name: "Sunset Walks",
- price: "Everyday",
- rating: 5,
- reviewCount: "∞",
- imageSrc: "http://img.b2bpic.net/free-photo/multicultural-friends-laughing-together-indoors_23-2148422438.jpg",
- },
+ id: "m2", brand: "Memory", name: "Sunset Walks", price: "Everyday", rating: 5,
+ reviewCount: "∞", imageSrc: "http://img.b2bpic.net/free-photo/multicultural-friends-laughing-together-indoors_23-2148422438.jpg"},
{
- id: "m3",
- brand: "Memory",
- name: "Late Night Talks",
- price: "Always",
- rating: 5,
- reviewCount: "∞",
- imageSrc: "http://img.b2bpic.net/free-photo/holiday-lettering-from-wood-with-baubles_23-2147953492.jpg",
- },
+ id: "m3", brand: "Memory", name: "Late Night Talks", price: "Always", rating: 5,
+ reviewCount: "∞", imageSrc: "http://img.b2bpic.net/free-photo/holiday-lettering-from-wood-with-baubles_23-2147953492.jpg"},
{
- id: "m4",
- brand: "Memory",
- name: "Weekend Getaways",
- price: "Soon",
- rating: 5,
- reviewCount: "∞",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290144.jpg",
- },
+ id: "m4", brand: "Memory", name: "Weekend Getaways", price: "Soon", rating: 5,
+ reviewCount: "∞", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290144.jpg"},
{
- id: "m5",
- brand: "Memory",
- name: "Celebrating Success",
- price: "Together",
- rating: 5,
- reviewCount: "∞",
- imageSrc: "http://img.b2bpic.net/free-photo/travel-adventure-holiday-stamp-concept_53876-148040.jpg",
- },
+ id: "m5", brand: "Memory", name: "Celebrating Success", price: "Together", rating: 5,
+ reviewCount: "∞", imageSrc: "http://img.b2bpic.net/free-photo/travel-adventure-holiday-stamp-concept_53876-148040.jpg"},
{
- id: "m6",
- brand: "Memory",
- name: "Dreaming Big",
- price: "Forever",
- rating: 5,
- reviewCount: "∞",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236925.jpg",
- },
+ id: "m6", brand: "Memory", name: "Dreaming Big", price: "Forever", rating: 5,
+ reviewCount: "∞", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236925.jpg"},
]}
title="Memories We Created"
description="These moments are etched into my heart forever."
@@ -283,20 +176,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "met1",
- value: "365+",
- description: "Days of Pure Joy",
- },
+ id: "met1", value: "365+", description: "Days of Pure Joy"},
{
- id: "met2",
- value: "1000+",
- description: "Shared Smiles",
- },
+ id: "met2", value: "1000+", description: "Shared Smiles"},
{
- id: "met3",
- value: "∞",
- description: "Reasons I Love You",
- },
+ id: "met3", value: "∞", description: "Reasons I Love You"},
]}
title="Love in Numbers"
description="It's hard to measure what's infinite, but here is a try."
@@ -305,63 +189,33 @@ export default function LandingPage() {