Update src/app/page.tsx

This commit is contained in:
2026-06-03 04:13:49 +00:00
parent 71d1be271a
commit 2461ac720e

View File

@@ -54,7 +54,6 @@ export default function Page() {
imageSrc="http://img.b2bpic.net/free-photo/door-leading-magical-world_23-2151038234.jpg"
imageAlt="Homelander with Vought City on fire"
showDimOverlay={true}
useInvertedBackground={false}
/>
</div>
<div id="characters" data-section="characters">
@@ -115,8 +114,6 @@ export default function Page() {
<div id="story" data-section="story">
<TextAbout
title="Two Sides of Vought City"
description="Choose your chaos. Two stories. One city. No mercy. Will you enforce the will of Vought, or tear down the system from within? Your choices dictate the fate of the city and its Supes."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/united-states-flag-black-background_1150-24173.jpg"
imageAlt="Split screen Homelander vs Butcher"
/>
@@ -182,7 +179,6 @@ export default function Page() {
{ title: "Support", items: [{ label: "Contact Us", href: "#pre-order" }, { label: "FAQ", href: "#" }, { label: "System Requirements", href: "#" }] }
]}
copyrightText="© 2024 Vought International. All Rights Reserved. Rated M for Mature. <img src=\"http://img.b2bpic.net/free-photo/upset-man-throwing-popcorn-tv-screen-anger-watching-sports-broadcast_482257-120819.jpg\" alt=\"ESRB M for Mature Rating\" class=\"inline-block h-6 ml-2\">"
useInvertedBackground={false}
/>
</div>
</ThemeProvider>