From 0fa216c8ccb8725c7c111eb61cf645d64ef06f33 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:06:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 165 ++++++++++------------------------------------- 1 file changed, 33 insertions(+), 132 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8dd44b1..38c9af0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,69 +29,35 @@ export default function LandingPage() {
@@ -101,10 +67,7 @@ export default function LandingPage() { useInvertedBackground={false} title="The Legend of the Isle" description={[ - "Hell's Paradise: Jigokuraku follows the story of Gabimaru the Hollow, a ninja sentenced to death, who is sent on a perilous mission to find the Elixir of Life.", - "On the island of Shinsenkyo, life and death intertwine. Warriors face surreal, god-like creatures and psychological trials that test their very soul.", - "Discover the secrets hidden in the flora, the history of the Tensen, and the fight for redemption in this gripping dark fantasy masterpiece.", - ]} + "Hell's Paradise: Jigokuraku follows the story of Gabimaru the Hollow, a ninja sentenced to death, who is sent on a perilous mission to find the Elixir of Life.", "On the island of Shinsenkyo, life and death intertwine. Warriors face surreal, god-like creatures and psychological trials that test their very soul.", "Discover the secrets hidden in the flora, the history of the Tensen, and the fight for redemption in this gripping dark fantasy masterpiece."]} /> @@ -115,34 +78,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", - label: "The Ninja", - title: "Gabimaru the Hollow", - items: [ - "Superhuman strength and reflexes", - "Ninjutsu master", - "Seeking a return to his wife", - ], + id: "1", label: "The Ninja", title: "Gabimaru the Hollow", items: [ + "Superhuman strength and reflexes", "Ninjutsu master", "Seeking a return to his wife"], }, { - id: "2", - label: "The Executioner", - title: "Yamada Asaemon Sagiri", - items: [ - "Expert swordsman", - "Strong moral code", - "Seeking personal growth", - ], + id: "2", label: "The Executioner", title: "Yamada Asaemon Sagiri", items: [ + "Expert swordsman", "Strong moral code", "Seeking personal growth"], }, { - id: "3", - label: "The Immortal", - title: "The Tensen", - items: [ - "Divine beings of Shinsenkyo", - "Masters of Tao", - "Eternal and merciless", - ], + id: "3", label: "The Immortal", title: "The Tensen", items: [ + "Divine beings of Shinsenkyo", "Masters of Tao", "Eternal and merciless"], }, ]} title="The Mortal and Immortal" @@ -155,49 +100,14 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Fan One", - handle: "@jigoku_fan", - testimonial: "The plot twists are incredible. Absolutely gripping.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100169.jpg", - }, - { - id: "2", - name: "Fan Two", - handle: "@manga_lover", - testimonial: "Stunning visuals and deep character development.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100262.jpg", - }, - { - id: "3", - name: "Fan Three", - handle: "@gabimaru_stan", - testimonial: "One of the best dark fantasy series I have ever read.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-with-light-effects_23-2151118156.jpg", - }, - { - id: "4", - name: "Fan Four", - handle: "@asemon_fan", - testimonial: "The balance of action and psychological depth is perfect.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sad-girl-white-wig_23-2147680536.jpg", - }, - { - id: "5", - name: "Fan Five", - handle: "@tensen_watcher", - testimonial: "Surreal, terrifying, and beautiful. Masterpiece.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100193.jpg", - }, - ]} showRating={true} + testimonials={[ + { id: "1", name: "Fan One", handle: "@jigoku_fan", testimonial: "The plot twists are incredible. Absolutely gripping.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100169.jpg" }, + { id: "2", name: "Fan Two", handle: "@manga_lover", testimonial: "Stunning visuals and deep character development.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100262.jpg" }, + { id: "3", name: "Fan Three", handle: "@gabimaru_stan", testimonial: "One of the best dark fantasy series I have ever read.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-with-light-effects_23-2151118156.jpg" }, + { id: "4", name: "Fan Four", handle: "@asemon_fan", testimonial: "The balance of action and psychological depth is perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sad-girl-white-wig_23-2147680536.jpg" }, + { id: "5", name: "Fan Five", handle: "@tensen_watcher", testimonial: "Surreal, terrifying, and beautiful. Masterpiece.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100193.jpg" }, + ]} title="What Fans Are Saying" description="Voices from the island of Shinsenkyo." /> @@ -207,8 +117,7 @@ export default function LandingPage() { -- 2.49.1