Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-25 12:44:35 +00:00

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
description="A historic moment for personal identity"
subdescription="Witnessed by millions worldwide"
icon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/glad-woman-with-cute-smile-holding-golden-party-balloons_197531-13048.jpg"
imageSrc="http://img.b2bpic.net/free-photo/glad-woman-with-cute-smile-holding-golden-party-balloons_197531-13048.jpg?_wi=1"
imageAlt="Dmitry's transformation"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -80,7 +80,7 @@ export default function LandingPage() {
features={[
{
id: "1", title: "The Realization", author: "Day One", description: "Dmitry wakes up and decides to share this life-changing revelation with the world through a meticulously crafted announcement.", tags: ["moment", "breakthrough"],
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-woman_23-2148330462.jpg", imageAlt: "The realization moment"
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-woman_23-2148330462.jpg?_wi=1", imageAlt: "The realization moment"
},
{
id: "2", title: "The Preparation", author: "Day Two", description: "Hours of careful planning and coordination to ensure the announcement reaches every corner of the globe with maximum impact.", tags: ["preparation", "planning"],
@@ -88,7 +88,7 @@ export default function LandingPage() {
},
{
id: "3", title: "The Grand Reveal", author: "Day Three", description: "The world tunes in as Dmitry makes the biggest announcement of the century in a moment of pure comedic brilliance.", tags: ["celebration", "milestone"],
imageSrc: "http://img.b2bpic.net/free-photo/carefree-african-american-lady-standing-confetti-studio-shot-blissful-black-girl-smiling-beige-background_197531-28959.jpg", imageAlt: "The grand reveal celebration"
imageSrc: "http://img.b2bpic.net/free-photo/carefree-african-american-lady-standing-confetti-studio-shot-blissful-black-girl-smiling-beige-background_197531-28959.jpg?_wi=1", imageAlt: "The grand reveal celebration"
}
]}
animationType="slide-up"
@@ -103,13 +103,13 @@ export default function LandingPage() {
description="Iconic photos from the announcement and surrounding celebrations"
products={[
{
id: "1", name: "The Announcement", price: "Priceless", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-woman_23-2148330462.jpg", imageAlt: "Announcement moment"
id: "1", name: "The Announcement", price: "Priceless", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-woman_23-2148330462.jpg?_wi=2", imageAlt: "Announcement moment"
},
{
id: "2", name: "The Celebration", price: "Historic", imageSrc: "http://img.b2bpic.net/free-photo/carefree-african-american-lady-standing-confetti-studio-shot-blissful-black-girl-smiling-beige-background_197531-28959.jpg", imageAlt: "Celebration moment"
id: "2", name: "The Celebration", price: "Historic", imageSrc: "http://img.b2bpic.net/free-photo/carefree-african-american-lady-standing-confetti-studio-shot-blissful-black-girl-smiling-beige-background_197531-28959.jpg?_wi=2", imageAlt: "Celebration moment"
},
{
id: "3", name: "The Transformation", price: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/glad-woman-with-cute-smile-holding-golden-party-balloons_197531-13048.jpg", imageAlt: "Transformation moment"
id: "3", name: "The Transformation", price: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/glad-woman-with-cute-smile-holding-golden-party-balloons_197531-13048.jpg?_wi=2", imageAlt: "Transformation moment"
}
]}
gridVariant="three-columns-all-equal-width"