diff --git a/src/app/page.tsx b/src/app/page.tsx
index 65f8dec..c58bb4a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,37 +29,21 @@ export default function LandingPage() {
@@ -68,135 +52,75 @@ export default function LandingPage() {
@@ -208,29 +132,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "days-together",
- value: "1234+",
- title: "Days Together",
- description: "Every single day cherished.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentine-s-day-composition-with-empty-clipboard_23-2148392162.jpg?_wi=1",
- imageAlt: "Heart calendar icon",
- },
+ id: "days-together", value: "1234+", title: "Days Together", description: "Every single day cherished.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentine-s-day-composition-with-empty-clipboard_23-2148392162.jpg", imageAlt: "Heart calendar icon"},
{
- id: "anniversary-countdown",
- value: "55 Days",
- title: "Until Our Anniversary",
- description: "Counting down to another special day.",
- imageSrc: "http://img.b2bpic.net/free-photo/clock-gift_1388-126.jpg?_wi=1",
- imageAlt: "Countdown timer icon",
- },
+ id: "anniversary-countdown", value: "55 Days", title: "Until Our Anniversary", description: "Counting down to another special day.", imageSrc: "http://img.b2bpic.net/free-photo/clock-gift_1388-126.jpg", imageAlt: "Countdown timer icon"},
{
- id: "favorite-memories",
- value: "100+",
- title: "Favorite Memories",
- description: "A growing collection of our happy moments.",
- imageSrc: "http://img.b2bpic.net/free-photo/paper-note-with-pastel-abstract-background-heart-shape-washi-tape_53876-132127.jpg?_wi=1",
- imageAlt: "Photo album icon",
- },
+ id: "favorite-memories", value: "100+", title: "Favorite Memories", description: "A growing collection of our happy moments.", imageSrc: "http://img.b2bpic.net/free-photo/paper-note-with-pastel-abstract-background-heart-shape-washi-tape_53876-132127.jpg", imageAlt: "Photo album icon"},
]}
title="Our Journey So Far & Always"
description="Celebrating every precious moment and looking forward to endless adventures together. Every day is a gift."
@@ -245,19 +151,13 @@ export default function LandingPage() {
features={[
{
icon: Heart,
- title: "Our Dream Adventures",
- description: "From cozy nights in to exploring new cities, our list of dreams to fulfill together, always.",
- },
+ title: "Our Dream Adventures", description: "From cozy nights in to exploring new cities, our list of dreams to fulfill together, always."},
{
icon: Music,
- title: "The Soundtrack of Us",
- description: "Our special playlist, each song a memory, a feeling, a moment shared, played on repeat.",
- },
+ title: "The Soundtrack of Us", description: "Our special playlist, each song a memory, a feeling, a moment shared, played on repeat."},
{
icon: Egg,
- title: "Secret Discoveries",
- description: "Explore our universe to uncover hidden gems and sweet surprises made just for you, patiently waiting.",
- },
+ title: "Secret Discoveries", description: "Explore our universe to uncover hidden gems and sweet surprises made just for you, patiently waiting."},
]}
title="Adventures & Melodies"
description="Our shared dreams and the soundtrack of our love story, waiting to be explored."
@@ -273,16 +173,12 @@ export default function LandingPage() {
bulletPoints={[
{
icon: Gauge,
- title: "Love Percentage",
- description: "See our love grow stronger with every shared moment and treasured experience we create.",
- },
+ title: "Love Percentage", description: "See our love grow stronger with every shared moment and treasured experience we create."},
{
icon: Award,
- title: "Milestone Badges",
- description: "Collecting charming badges for every special occasion and shared accomplishment in our journey.",
- },
+ title: "Milestone Badges", description: "Collecting charming badges for every special occasion and shared accomplishment in our journey."},
]}
- imageSrc="http://img.b2bpic.net/free-photo/arrows-economy-chart_23-2148541996.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/arrows-economy-chart_23-2148541996.jpg"
imageAlt="Love percentage meter with floating hearts"
mediaAnimation="slide-up"
/>
@@ -294,6 +190,20 @@ export default function LandingPage() {
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/top-view-world-heart-day-concept_23-2148631013.jpg"
imageAlt="game controller heart icon"
+ title="Your Questions, Our Answers"
+ description="Find answers to common questions about our special space and how to navigate it."
+ faqsAnimation="slide-up"
+ faqs={[
+ {
+ question: "How do I send a secret letter?", answer: "Navigate to the 'Secret Letters' page and fill out the form, your heartfelt message will be delivered directly."
+ },
+ {
+ question: "What if I'm feeling upset?", answer: "Visit the 'If You're Upset' page for comforting words and a space to share what's on your mind. I'm here for you."
+ },
+ {
+ question: "Can I suggest new games?", answer: "Absolutely! There will be a section soon to submit your game ideas and challenges. Stay tuned!"
+ }
+ ]}
/>