Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -26,37 +26,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "If You Miss Me",
|
||||
id: "/miss-you",
|
||||
},
|
||||
name: "If You Miss Me", id: "/miss-you"},
|
||||
{
|
||||
name: "If You’re Upset",
|
||||
id: "/upset",
|
||||
},
|
||||
name: "If You’re Upset", id: "/upset"},
|
||||
{
|
||||
name: "Our Games",
|
||||
id: "/games",
|
||||
},
|
||||
name: "Our Games", id: "/games"},
|
||||
{
|
||||
name: "Our Memories",
|
||||
id: "/memories",
|
||||
},
|
||||
name: "Our Memories", id: "/memories"},
|
||||
{
|
||||
name: "Surprise Boxes",
|
||||
id: "/surprises",
|
||||
},
|
||||
name: "Surprise Boxes", id: "/surprises"},
|
||||
{
|
||||
name: "Secret Letters",
|
||||
id: "/letters",
|
||||
},
|
||||
name: "Secret Letters", id: "/letters"},
|
||||
{
|
||||
name: "My Mood",
|
||||
id: "/mood",
|
||||
},
|
||||
name: "My Mood", id: "/mood"},
|
||||
]}
|
||||
brandName="Our Little Universe 💖"
|
||||
/>
|
||||
@@ -70,24 +54,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Who Knows Me Better?",
|
||||
description: "A fun quiz about me to see how well you truly know my quirks and favorites, my dear.",
|
||||
},
|
||||
title: "Who Knows Me Better?", description: "A fun quiz about me to see how well you truly know my quirks and favorites, my dear."},
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Couple Wheel Challenges",
|
||||
description: "Spin the wheel for random, sweet challenges and delightful surprises that spark joy.",
|
||||
},
|
||||
title: "Couple Wheel Challenges", description: "Spin the wheel for random, sweet challenges and delightful surprises that spark joy."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Truth or Dare: Romantic Edition",
|
||||
description: "Intimate questions and playful dares to explore our bond and create new memories.",
|
||||
},
|
||||
title: "Truth or Dare: Romantic Edition", description: "Intimate questions and playful dares to explore our bond and create new memories."},
|
||||
{
|
||||
icon: Layers,
|
||||
title: "This or That: Quick Choices",
|
||||
description: "Fast, fun choices that reveal our preferences and personality, making us smile.",
|
||||
},
|
||||
title: "This or That: Quick Choices", description: "Fast, fun choices that reveal our preferences and personality, making us smile."},
|
||||
]}
|
||||
title="Our Playful Universe 🎮"
|
||||
description="Fun and romantic games to test our knowledge, challenge our love, and make us laugh, bringing us even closer."
|
||||
@@ -99,6 +75,19 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Our Gaming Milestones"
|
||||
description="A look at our achievements and shared laughter in the games we play together."
|
||||
metrics={[
|
||||
{
|
||||
id: "games-played", value: "100+", title: "Games Played", description: "Countless hours of fun and bonding through our favorite games.", imageSrc: "http://img.b2bpic.net/free-photo/tic-tac-toe-game-with-ornament-hearts_23-2147999708.jpg", imageAlt: "Tic-tac-toe game with ornament hearts"
|
||||
},
|
||||
{
|
||||
id: "laughter-guaranteed", value: "1000+", title: "Laughter Guaranteed", description: "Every game session filled with joyful moments and endless smiles.", imageSrc: "http://img.b2bpic.net/free-photo/pixelated-heart-shape-3d-illustration_53876-90756.jpg", imageAlt: "Pixelated heart shape 3D illustration"
|
||||
},
|
||||
{
|
||||
id: "best-team", value: "Always", title: "The Best Team", description: "Whether winning or losing, we are always the best team together.", imageSrc: "http://img.b2bpic.net/free-photo/heart-social-media-reaction-person-firing-colorful-gun-media-mix_53876-98459.jpg", imageAlt: "Heart social media reaction"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Gauge, Heart, Share2, Smile, Sparkles } from "lucide-react";
|
||||
import { Gauge, Heart, Share2, Smile, Sparkles, Flower2, Cloudy } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,37 +28,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "If You Miss Me",
|
||||
id: "/miss-you",
|
||||
},
|
||||
name: "If You Miss Me", id: "/miss-you"},
|
||||
{
|
||||
name: "If You’re Upset",
|
||||
id: "/upset",
|
||||
},
|
||||
name: "If You’re Upset", id: "/upset"},
|
||||
{
|
||||
name: "Our Games",
|
||||
id: "/games",
|
||||
},
|
||||
name: "Our Games", id: "/games"},
|
||||
{
|
||||
name: "Our Memories",
|
||||
id: "/memories",
|
||||
},
|
||||
name: "Our Memories", id: "/memories"},
|
||||
{
|
||||
name: "Surprise Boxes",
|
||||
id: "/surprises",
|
||||
},
|
||||
name: "Surprise Boxes", id: "/surprises"},
|
||||
{
|
||||
name: "Secret Letters",
|
||||
id: "/letters",
|
||||
},
|
||||
name: "Secret Letters", id: "/letters"},
|
||||
{
|
||||
name: "My Mood",
|
||||
id: "/mood",
|
||||
},
|
||||
name: "My Mood", id: "/mood"},
|
||||
]}
|
||||
brandName="Our Little Universe 💖"
|
||||
/>
|
||||
@@ -72,25 +56,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "95%",
|
||||
title: "Happy Days",
|
||||
description: "Celebrating the majority of our days filled with joy.",
|
||||
icon: Smile,
|
||||
id: "1", value: "95%", title: "Happy Days", description: "Celebrating the majority of our days filled with joy.", icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "💖",
|
||||
title: "Love Meter",
|
||||
description: "Our affection growing stronger with every shared moment.",
|
||||
icon: Heart,
|
||||
id: "2", value: "💖", title: "Love Meter", description: "Our affection growing stronger with every shared moment.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Countless",
|
||||
title: "Moments of Bliss",
|
||||
description: "Beyond measure, the pure happiness we find together.",
|
||||
icon: Sparkles,
|
||||
id: "3", value: "Countless", title: "Moments of Bliss", description: "Beyond measure, the pure happiness we find together.", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
title="Tracking Our Emotional Universe"
|
||||
@@ -106,24 +78,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Gauge,
|
||||
title: "Daily Mood Tracker",
|
||||
description: "Log your feelings to see patterns and understand your emotional shifts.",
|
||||
},
|
||||
title: "Daily Mood Tracker", description: "Log your feelings to see patterns and understand your emotional shifts."},
|
||||
{
|
||||
icon: Flower2,
|
||||
title: "Joyful Memory Prompts",
|
||||
description: "Receive prompts that encourage reflection on happy moments, boosting your mood.",
|
||||
},
|
||||
title: "Joyful Memory Prompts", description: "Receive prompts that encourage reflection on happy moments, boosting your mood."},
|
||||
{
|
||||
icon: Cloudy,
|
||||
title: "Supportive Reminders",
|
||||
description: "Gentle nudges and comforting messages during challenging times.",
|
||||
},
|
||||
title: "Supportive Reminders", description: "Gentle nudges and comforting messages during challenging times."},
|
||||
{
|
||||
icon: Share2,
|
||||
title: "Share Your Vibe",
|
||||
description: "Optionally share your current mood with your partner for deeper empathy.",
|
||||
},
|
||||
title: "Share Your Vibe", description: "Optionally share your current mood with your partner for deeper empathy."},
|
||||
]}
|
||||
title="Explore Our Mood Features"
|
||||
description="Interactive ways to capture, reflect, and share your daily emotional landscape."
|
||||
@@ -141,29 +105,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Memories",
|
||||
href: "/memories",
|
||||
},
|
||||
label: "Memories", href: "/memories"},
|
||||
{
|
||||
label: "Surprise Boxes",
|
||||
href: "/surprises",
|
||||
},
|
||||
label: "Surprise Boxes", href: "/surprises"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Secret Letters",
|
||||
href: "/letters",
|
||||
},
|
||||
label: "Secret Letters", href: "/letters"},
|
||||
{
|
||||
label: "My Mood",
|
||||
href: "/mood",
|
||||
},
|
||||
label: "My Mood", href: "/mood"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
210
src/app/page.tsx
210
src/app/page.tsx
@@ -29,37 +29,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "If You Miss Me",
|
||||
id: "/miss-you",
|
||||
},
|
||||
name: "If You Miss Me", id: "/miss-you"},
|
||||
{
|
||||
name: "If You’re Upset",
|
||||
id: "/upset",
|
||||
},
|
||||
name: "If You’re Upset", id: "/upset"},
|
||||
{
|
||||
name: "Our Games",
|
||||
id: "/games",
|
||||
},
|
||||
name: "Our Games", id: "/games"},
|
||||
{
|
||||
name: "Our Memories",
|
||||
id: "/memories",
|
||||
},
|
||||
name: "Our Memories", id: "/memories"},
|
||||
{
|
||||
name: "Surprise Boxes",
|
||||
id: "/surprises",
|
||||
},
|
||||
name: "Surprise Boxes", id: "/surprises"},
|
||||
{
|
||||
name: "Secret Letters",
|
||||
id: "/letters",
|
||||
},
|
||||
name: "Secret Letters", id: "/letters"},
|
||||
{
|
||||
name: "My Mood",
|
||||
id: "/mood",
|
||||
},
|
||||
name: "My Mood", id: "/mood"},
|
||||
]}
|
||||
brandName="Our Little Universe 💖"
|
||||
/>
|
||||
@@ -68,135 +52,75 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Welcome to Our Little Universe ✨"
|
||||
description="A place filled with memories, surprises, games, and love. Every moment with you is a treasure, and this space is our digital embrace."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-heart-near-i-love-young-writing_23-2148011969.jpg",
|
||||
imageAlt: "Dreamy couple looking at stars",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-heart-near-i-love-young-writing_23-2148011969.jpg", imageAlt: "Dreamy couple looking at stars"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-character-looking-moon_23-2151639249.jpg",
|
||||
imageAlt: "Couple embraced under floating hearts",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-character-looking-moon_23-2151639249.jpg", imageAlt: "Couple embraced under floating hearts"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-clouds-couple_23-2151057635.jpg",
|
||||
imageAlt: "Romantic couple holding hands",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-clouds-couple_23-2151057635.jpg", imageAlt: "Romantic couple holding hands"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-wood_1048-4029.jpg",
|
||||
imageAlt: "Couple silhouette at sunset",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-wood_1048-4029.jpg", imageAlt: "Couple silhouette at sunset"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-by-river-delicious-healthy-summer-picnic-grass-fruits-blancet_1157-40214.jpg",
|
||||
imageAlt: "Adorable couple with floating objects",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-by-river-delicious-healthy-summer-picnic-grass-fruits-blancet_1157-40214.jpg", imageAlt: "Adorable couple with floating objects"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-couple-love-enjoy-good-time-together-sunset_1150-2664.jpg",
|
||||
imageAlt: "Couple under starry sky",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-couple-love-enjoy-good-time-together-sunset_1150-2664.jpg", imageAlt: "Couple under starry sky"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-wooden-word-love-books-cozy-items-blurred-background-with-boke_169016-9685.jpg",
|
||||
imageAlt: "Cozy couple reading together",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-wooden-word-love-books-cozy-items-blurred-background-with-boke_169016-9685.jpg", imageAlt: "Cozy couple reading together"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-banana-looking-her-girlfriend-reading-book-picnic_23-2147901702.jpg",
|
||||
imageAlt: "Romantic picnic in nature",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-banana-looking-her-girlfriend-reading-book-picnic_23-2147901702.jpg", imageAlt: "Romantic picnic in nature"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-giving-man-taste_23-2148535229.jpg",
|
||||
imageAlt: "Couple cooking together",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-giving-man-taste_23-2148535229.jpg", imageAlt: "Couple cooking together"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-date-garden-valentine-s-theme-hand-drawn-illustration_53876-104447.jpg",
|
||||
imageAlt: "Couple dancing at sunset",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-date-garden-valentine-s-theme-hand-drawn-illustration_53876-104447.jpg", imageAlt: "Couple dancing at sunset"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/broken-heart-concept_23-2151260959.jpg",
|
||||
imageAlt: "Couple in a romantic cafe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/broken-heart-concept_23-2151260959.jpg", imageAlt: "Couple in a romantic cafe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-still-life-with-drink-cup-chocolates-flowers-blurred-table-with-bokeh_169016-10147.jpg",
|
||||
imageAlt: "Couple walking in autumn park",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-still-life-with-drink-cup-chocolates-flowers-blurred-table-with-bokeh_169016-10147.jpg", imageAlt: "Couple walking in autumn park"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "🌸 If You Miss Me",
|
||||
href: "/miss-you",
|
||||
},
|
||||
text: "🌸 If You Miss Me", href: "/miss-you"},
|
||||
{
|
||||
text: "🥺 If You’re Upset With Me",
|
||||
href: "/upset",
|
||||
},
|
||||
text: "🥺 If You’re Upset With Me", href: "/upset"},
|
||||
{
|
||||
text: "🎮 Our Games",
|
||||
href: "/games",
|
||||
},
|
||||
text: "🎮 Our Games", href: "/games"},
|
||||
{
|
||||
text: "📸 Our Memories",
|
||||
href: "/memories",
|
||||
},
|
||||
text: "📸 Our Memories", href: "/memories"},
|
||||
{
|
||||
text: "🎁 Surprise Boxes",
|
||||
href: "/surprises",
|
||||
},
|
||||
text: "🎁 Surprise Boxes", href: "/surprises"},
|
||||
{
|
||||
text: "💌 Secret Letters",
|
||||
href: "/letters",
|
||||
},
|
||||
text: "💌 Secret Letters", href: "/letters"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-beautiful-flowers_23-2150725093.jpg",
|
||||
alt: "User's avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-beautiful-flowers_23-2150725093.jpg", alt: "User's avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/curly-haired-man-with-brown-blouse-posing_23-2148892066.jpg",
|
||||
alt: "Boyfriend's avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/curly-haired-man-with-brown-blouse-posing_23-2148892066.jpg", alt: "Boyfriend's avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-pink-flowers-posing-park_358309-10.jpg",
|
||||
alt: "Man behind Pink Flowers posing in the park",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-pink-flowers-posing-park_358309-10.jpg", alt: "Man behind Pink Flowers posing in the park"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-albinism-posing-studio_23-2150535712.jpg",
|
||||
alt: "Front view woman with albinism posing in studio",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-albinism-posing-studio_23-2150535712.jpg", alt: "Front view woman with albinism posing in studio"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-beautiful-gladiolus-flowers_23-2149441350.jpg",
|
||||
alt: "Woman with beautiful gladiolus flowers",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-beautiful-gladiolus-flowers_23-2149441350.jpg", alt: "Woman with beautiful gladiolus flowers"},
|
||||
]}
|
||||
avatarText="Us, forever together."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/valentines-day-background_23-2151904249.jpg",
|
||||
alt: "Valentines day background",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/valentines-day-background_23-2151904249.jpg", alt: "Valentines day background"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Endless Love",
|
||||
},
|
||||
type: "text", text: "Endless Love"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-love-assortment-pink_23-2148896663.jpg",
|
||||
alt: "Beautiful love assortment on pink",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-love-assortment-pink_23-2148896663.jpg", alt: "Beautiful love assortment on pink"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precious Moments",
|
||||
},
|
||||
type: "text", text: "Precious Moments"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-love-composition-isolated-blue_23-2148896651.jpg",
|
||||
alt: "Beautiful love composition isolated on blue",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-love-composition-isolated-blue_23-2148896651.jpg", alt: "Beautiful love composition isolated on blue"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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!"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -27,37 +27,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "If You Miss Me",
|
||||
id: "/miss-you",
|
||||
},
|
||||
name: "If You Miss Me", id: "/miss-you"},
|
||||
{
|
||||
name: "If You’re Upset",
|
||||
id: "/upset",
|
||||
},
|
||||
name: "If You’re Upset", id: "/upset"},
|
||||
{
|
||||
name: "Our Games",
|
||||
id: "/games",
|
||||
},
|
||||
name: "Our Games", id: "/games"},
|
||||
{
|
||||
name: "Our Memories",
|
||||
id: "/memories",
|
||||
},
|
||||
name: "Our Memories", id: "/memories"},
|
||||
{
|
||||
name: "Surprise Boxes",
|
||||
id: "/surprises",
|
||||
},
|
||||
name: "Surprise Boxes", id: "/surprises"},
|
||||
{
|
||||
name: "Secret Letters",
|
||||
id: "/letters",
|
||||
},
|
||||
name: "Secret Letters", id: "/letters"},
|
||||
{
|
||||
name: "My Mood",
|
||||
id: "/mood",
|
||||
},
|
||||
name: "My Mood", id: "/mood"},
|
||||
]}
|
||||
brandName="Our Little Universe 💖"
|
||||
/>
|
||||
@@ -71,47 +55,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Romantic Date Night Box",
|
||||
price: "$59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fantasy-landscape_23-2151890288.jpg",
|
||||
imageAlt: "mystery gift box romantic pink",
|
||||
},
|
||||
id: "1", name: "Romantic Date Night Box", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fantasy-landscape_23-2151890288.jpg", imageAlt: "mystery gift box romantic pink"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cozy Comfort Box",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arkansas-heart-banner_187299-34329.jpg",
|
||||
imageAlt: "valentines gift box heart design",
|
||||
},
|
||||
id: "2", name: "Cozy Comfort Box", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/arkansas-heart-banner_187299-34329.jpg", imageAlt: "valentines gift box heart design"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Adventure Awaits Box",
|
||||
price: "$69.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-surprise-his-girlfriend-with-gift-box-bed_1150-12102.jpg",
|
||||
imageAlt: "special occasion gift box romantic",
|
||||
},
|
||||
id: "3", name: "Adventure Awaits Box", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-surprise-his-girlfriend-with-gift-box-bed_1150-12102.jpg", imageAlt: "special occasion gift box romantic"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sweet Memories Box",
|
||||
price: "$45.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-christmas-gifts-composition_23-2147921932.jpg",
|
||||
imageAlt: "romantic gesture gift box aesthetic",
|
||||
},
|
||||
id: "4", name: "Sweet Memories Box", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/lovely-christmas-gifts-composition_23-2147921932.jpg", imageAlt: "romantic gesture gift box aesthetic"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dreamy Escape Box",
|
||||
price: "$75.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frame-with-present-boxes-flowers_23-2148070945.jpg",
|
||||
imageAlt: "future date idea box romantic",
|
||||
},
|
||||
id: "5", name: "Dreamy Escape Box", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/frame-with-present-boxes-flowers_23-2148070945.jpg", imageAlt: "future date idea box romantic"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Personalized Charm Box",
|
||||
price: "$65.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-hiding-inside-present-white-wall_179666-3952.jpg",
|
||||
imageAlt: "personalized gift box romantic",
|
||||
},
|
||||
id: "6", name: "Personalized Charm Box", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-hiding-inside-present-white-wall_179666-3952.jpg", imageAlt: "personalized gift box romantic"},
|
||||
]}
|
||||
title="Discover Your Perfect Surprise"
|
||||
description="Curated boxes designed to spark joy and create unforgettable moments, just for them."
|
||||
@@ -125,23 +79,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Choose Your Theme",
|
||||
description: "Select the perfect occasion or mood for your surprise box.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-gift-box-heart-shape-surprise_114579-399.jpg",
|
||||
imageAlt: "Valentines day background",
|
||||
},
|
||||
title: "Choose Your Theme", description: "Select the perfect occasion or mood for your surprise box.", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-gift-box-heart-shape-surprise_114579-399.jpg", imageAlt: "Valentines day background"},
|
||||
{
|
||||
title: "Personalize with Love",
|
||||
description: "Add a heartfelt message and customize contents to make it truly unique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-asian-girl-giving-you-gift-heart-shaped-box-kissing-smiling-concept-holiday-celebration-standing-pink-background_1258-98157.jpg",
|
||||
imageAlt: "Cute asian girl giving you gift in heart shaped box kissing and smiling concept of holiday and celebration standing over pink background",
|
||||
},
|
||||
title: "Personalize with Love", description: "Add a heartfelt message and customize contents to make it truly unique.", imageSrc: "http://img.b2bpic.net/free-photo/cute-asian-girl-giving-you-gift-heart-shaped-box-kissing-smiling-concept-holiday-celebration-standing-pink-background_1258-98157.jpg", imageAlt: "Cute asian girl giving you gift in heart shaped box kissing and smiling concept of holiday and celebration standing over pink background"},
|
||||
{
|
||||
title: "Delivered with Care",
|
||||
description: "We ensure your surprise arrives beautifully and on time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-gifting-heart-shaped-box-man_23-2147736048.jpg",
|
||||
imageAlt: "Happy woman gifting heart shaped box to man",
|
||||
},
|
||||
title: "Delivered with Care", description: "We ensure your surprise arrives beautifully and on time.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-gifting-heart-shaped-box-man_23-2147736048.jpg", imageAlt: "Happy woman gifting heart shaped box to man"},
|
||||
]}
|
||||
title="How Our Surprise Boxes Work"
|
||||
description="Simple steps to send a delightful surprise, crafted with care and delivered with love."
|
||||
@@ -150,41 +92,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emily R.",
|
||||
role: "Happy Partner",
|
||||
testimonial: "The 'Romantic Date Night Box' was an absolute hit! My partner was genuinely surprised and loved every item. It made our anniversary extra special.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-showing-heart-rate-balloons-word_53876-30813.jpg",
|
||||
imageAlt: "love letter quote romantic",
|
||||
},
|
||||
id: "1", name: "Emily R.", role: "Happy Partner", testimonial: "The 'Romantic Date Night Box' was an absolute hit! My partner was genuinely surprised and loved every item. It made our anniversary extra special.", imageSrc: "http://img.b2bpic.net/free-photo/hands-showing-heart-rate-balloons-word_53876-30813.jpg", imageAlt: "love letter quote romantic"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David L.",
|
||||
role: "Thoughtful Giver",
|
||||
testimonial: "I sent the 'Cozy Comfort Box' to my girlfriend, and she was over the moon. The quality of products was fantastic, and it really brightened her week.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lisianthus-bouquet-wooden-table-with-blank-note_501050-273.jpg",
|
||||
imageAlt: "romantic poem scroll pastel",
|
||||
},
|
||||
id: "2", name: "David L.", role: "Thoughtful Giver", testimonial: "I sent the 'Cozy Comfort Box' to my girlfriend, and she was over the moon. The quality of products was fantastic, and it really brightened her week.", imageSrc: "http://img.b2bpic.net/free-photo/lisianthus-bouquet-wooden-table-with-blank-note_501050-273.jpg", imageAlt: "romantic poem scroll pastel"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah K.",
|
||||
role: "Surprised Sweetheart",
|
||||
testimonial: "Receiving a 'Sweet Memories Box' was the most delightful surprise! It felt so personal and showed so much thought. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/speech-balloon-with-heart_23-2148012031.jpg",
|
||||
imageAlt: "short love story quote",
|
||||
},
|
||||
id: "3", name: "Sarah K.", role: "Surprised Sweetheart", testimonial: "Receiving a 'Sweet Memories Box' was the most delightful surprise! It felt so personal and showed so much thought. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/speech-balloon-with-heart_23-2148012031.jpg", imageAlt: "short love story quote"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael B.",
|
||||
role: "Grateful Boyfriend",
|
||||
testimonial: "The 'Adventure Awaits Box' inspired our next trip! It's more than just a gift; it's an experience. Brilliant concept!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dream-word-beads-text-typography-table_53876-100161.jpg",
|
||||
imageAlt: "love quote with flowers",
|
||||
},
|
||||
id: "4", name: "Michael B.", role: "Grateful Boyfriend", testimonial: "The 'Adventure Awaits Box' inspired our next trip! It's more than just a gift; it's an experience. Brilliant concept!", imageSrc: "http://img.b2bpic.net/free-photo/dream-word-beads-text-typography-table_53876-100161.jpg", imageAlt: "love quote with flowers"},
|
||||
]}
|
||||
title="Hearts Touched by Our Surprises"
|
||||
description="See what our happy customers are saying about the joy our surprise boxes bring."
|
||||
@@ -195,29 +114,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Memories",
|
||||
href: "/memories",
|
||||
},
|
||||
label: "Memories", href: "/memories"},
|
||||
{
|
||||
label: "Surprise Boxes",
|
||||
href: "/surprises",
|
||||
},
|
||||
label: "Surprise Boxes", href: "/surprises"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Secret Letters",
|
||||
href: "/letters",
|
||||
},
|
||||
label: "Secret Letters", href: "/letters"},
|
||||
{
|
||||
label: "My Mood",
|
||||
href: "/mood",
|
||||
},
|
||||
label: "My Mood", href: "/mood"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user