diff --git a/src/app/page.tsx b/src/app/page.tsx index 64aebd5..ef4f296 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "downward-rays-animated" }} - imageSrc="http://img.b2bpic.net/free-photo/fog-forest-autumn_250224-335.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fog-forest-autumn_250224-335.jpg?_wi=1" imageAlt="Dark atmospheric forest representing horror and mystery" mediaAnimation="blur-reveal" frameStyle="card" @@ -68,7 +68,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Explore Store", href: "#store" }]} buttonAnimation="fade-in" - imageSrc="http://img.b2bpic.net/free-photo/skull-flower-arrangement-still-life_23-2150569359.jpg" + imageSrc="http://img.b2bpic.net/free-photo/skull-flower-arrangement-still-life_23-2150569359.jpg?_wi=1" imageAlt="Gothic skull art symbolizing memento mori and horror aesthetics" useInvertedBackground={true} ariaLabel="About Horror Zociety - Our Mission and Values" @@ -80,16 +80,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Haunted Heritage", description: "Explore the rich history of horror cinema, literature, and folklore through expertly curated collections that celebrate classic and contemporary terror.", imageSrc: "http://img.b2bpic.net/free-photo/abandoned-old-hospital-beelitz_181624-25803.jpg"}, + title: "Haunted Heritage", description: "Explore the rich history of horror cinema, literature, and folklore through expertly curated collections that celebrate classic and contemporary terror.", imageSrc: "http://img.b2bpic.net/free-photo/abandoned-old-hospital-beelitz_181624-25803.jpg?_wi=1"}, { id: 2, - title: "Creature Lore", description: "Immerse yourself in the mythology and evolution of iconic horror creatures, from ancient legends to modern interpretations of supernatural terror.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-scary-african-shaman-female-with-petrified-cracked-skin-dreadlocks-dark-background-make-up-concept_613910-18525.jpg"}, + title: "Creature Lore", description: "Immerse yourself in the mythology and evolution of iconic horror creatures, from ancient legends to modern interpretations of supernatural terror.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-scary-african-shaman-female-with-petrified-cracked-skin-dreadlocks-dark-background-make-up-concept_613910-18525.jpg?_wi=1"}, { id: 3, - title: "Psychological Depths", description: "Delve into the psychological aspects of horror—exploring the human mind, trauma, and the artistry behind cinematic and literary suspense.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-scary-clown_23-2150549653.jpg"}, + title: "Psychological Depths", description: "Delve into the psychological aspects of horror—exploring the human mind, trauma, and the artistry behind cinematic and literary suspense.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-scary-clown_23-2150549653.jpg?_wi=1"}, { id: 4, - title: "Apocalyptic Visions", description: "Experience dystopian and post-apocalyptic narratives that challenge our understanding of survival, society, and the future of humanity.", imageSrc: "http://img.b2bpic.net/free-photo/zombies-walking-city_23-2150838756.jpg"}, + title: "Apocalyptic Visions", description: "Experience dystopian and post-apocalyptic narratives that challenge our understanding of survival, society, and the future of humanity.", imageSrc: "http://img.b2bpic.net/free-photo/zombies-walking-city_23-2150838756.jpg?_wi=1"}, ]} title="The Pillars of Terror" description="Discover what makes Horror Zociety the ultimate destination for fear connoisseurs." @@ -129,17 +129,17 @@ export default function LandingPage() {