diff --git a/src/app/page.tsx b/src/app/page.tsx index b8c0147..6a2c9d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,128 +28,45 @@ export default function LandingPage() {
@@ -158,12 +75,7 @@ export default function LandingPage() { @@ -173,23 +85,11 @@ export default function LandingPage() { title="Beyond the Mask" description="Discover the unique abilities that define the web-slinger." accordionItems={[ - { - id: "f1", - title: "Superhuman Agility", - content: "Mastery over reflexes and movement allows for unparalleled maneuverability in dense urban environments.", - }, - { - id: "f2", - title: "Web-Spinning Technology", - content: "Synthetic webbing providing incredible tensile strength and diverse tactical applications.", - }, - { - id: "f3", - title: "Spider-Sense", - content: "An advanced precognitive danger sense, alerting to threats before they manifest physically.", - }, + { id: "f1", title: "Superhuman Agility", content: "Mastery over reflexes and movement allows for unparalleled maneuverability in dense urban environments." }, + { id: "f2", title: "Web-Spinning Technology", content: "Synthetic webbing providing incredible tensile strength and diverse tactical applications." }, + { id: "f3", title: "Spider-Sense", content: "An advanced precognitive danger sense, alerting to threats before they manifest physically." } ]} - imageSrc="http://img.b2bpic.net/free-photo/terrifying-texture-cobweb_23-2151841020.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/terrifying-texture-cobweb_23-2151841020.jpg" mediaAnimation="blur-reveal" /> @@ -200,41 +100,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "@s_j", - testimonial: "He saved my apartment building last summer. Forever grateful.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-couple-medieval-times_23-2150931901.jpg", - }, - { - id: "2", - name: "Marcus L.", - handle: "@m_l", - testimonial: "The way he swings through the city is pure artistry.", - imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-long-hair_23-2149122919.jpg", - }, - { - id: "3", - name: "Elena R.", - handle: "@e_r", - testimonial: "I never felt safe until he showed up in Queens.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-ceiling-underground-parking_23-2147771345.jpg", - }, - { - id: "4", - name: "David K.", - handle: "@d_k", - testimonial: "He's an inspiration to every young kid in the city.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-superhero-wearing-red-cape-holding-glasses-looking-it-with-serious-face-standing-orange-background_141793-117268.jpg", - }, - { - id: "5", - name: "Maya W.", - handle: "@m_w", - testimonial: "Watching him fight for us gives me hope every single day.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-curly-man-with-guitar-dark-photo-studio_613910-1766.jpg", - }, + { id: "1", name: "Sarah J.", handle: "@s_j", testimonial: "He saved my apartment building last summer. Forever grateful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-couple-medieval-times_23-2150931901.jpg" }, + { id: "2", name: "Marcus L.", handle: "@m_l", testimonial: "The way he swings through the city is pure artistry.", imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-long-hair_23-2149122919.jpg" }, + { id: "3", name: "Elena R.", handle: "@e_r", testimonial: "I never felt safe until he showed up in Queens.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-ceiling-underground-parking_23-2147771345.jpg" }, + { id: "4", name: "David K.", handle: "@d_k", testimonial: "He's an inspiration to every young kid in the city.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-superhero-wearing-red-cape-holding-glasses-looking-it-with-serious-face-standing-orange-background_141793-117268.jpg" }, + { id: "5", name: "Maya W.", handle: "@m_w", testimonial: "Watching him fight for us gives me hope every single day.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-curly-man-with-guitar-dark-photo-studio_613910-1766.jpg" } ]} title="Voices of the City" description="The impact of the hero felt across five boroughs." @@ -244,9 +114,7 @@ export default function LandingPage() {