diff --git a/src/app/page.tsx b/src/app/page.tsx index 9031833..19a40f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { logoText="Before everything,\nthere was only space." description="A moment of infinite stillness." buttons={[{ text: "Begin the Journey", href: "beginning" }]} - imageSrc="http://img.b2bpic.net/free-photo/blue-white-starry-night-sky_417767-124.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blue-white-starry-night-sky_417767-124.jpg?_wi=1" imageAlt="starfield space night stars cosmos universe galaxy" showDimOverlay={true} containerClassName="min-h-screen flex items-center justify-center" @@ -50,7 +50,7 @@ export default function LandingPage() { logoText="Then the universe began." description="Energy. Light. Motion.\nExpansion without end." buttons={[{ text: "Continue", href: "stars" }]} - imageSrc="http://img.b2bpic.net/free-photo/nebulous-hues-cosmic-dance-blue-pink-dust_84443-73835.jpg" + imageSrc="http://img.b2bpic.net/free-photo/nebulous-hues-cosmic-dance-blue-pink-dust_84443-73835.jpg?_wi=1" imageAlt="nebula cosmic gradient space purple blue galaxy" showDimOverlay={true} containerClassName="min-h-screen flex items-center justify-center" @@ -78,7 +78,7 @@ export default function LandingPage() { logoText="For billions of years\nthings kept forming." description="Matter. Planets. Life.\nEach moment building toward something." buttons={[{ text: "Next", href: "planet" }]} - imageSrc="http://img.b2bpic.net/free-photo/blue-white-starry-night-sky_417767-124.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blue-white-starry-night-sky_417767-124.jpg?_wi=2" imageAlt="Cosmic space" showDimOverlay={true} containerClassName="min-h-screen flex items-center justify-center" @@ -120,7 +120,7 @@ export default function LandingPage() { logoText="GARRETT" description="One person\nin a very large universe." buttons={[{ text: "The Final Word", href: "final" }]} - imageSrc="http://img.b2bpic.net/free-photo/nebulous-hues-cosmic-dance-blue-pink-dust_84443-73835.jpg" + imageSrc="http://img.b2bpic.net/free-photo/nebulous-hues-cosmic-dance-blue-pink-dust_84443-73835.jpg?_wi=2" imageAlt="Cosmic reveal" showDimOverlay={true} containerClassName="min-h-screen flex items-center justify-center" @@ -134,7 +134,7 @@ export default function LandingPage() { logoText="Out of billions of galaxies\nand trillions of stars —\nyou are here." description="Happy Birthday, Garrett.\nA celebration of your place\nin this infinite cosmos." buttons={[]} - imageSrc="http://img.b2bpic.net/free-photo/blue-white-starry-night-sky_417767-124.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blue-white-starry-night-sky_417767-124.jpg?_wi=3" imageAlt="Final cosmic moment" showDimOverlay={true} containerClassName="min-h-screen flex items-center justify-center"