From 79ac589415889c167a860ab7d61f8701d96f62a2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 12:46:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30f205d..60c76c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1