Update src/app/games/page.tsx
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>
|
||||
|
||||
Reference in New Issue
Block a user