From 3451ff3e2c2ff280e4392977fa66a7ab25278b29 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:55:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 48 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 39 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b86d2a8..cb8e3bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import TimelineHorizontalCardStack from "@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack"; export default function HomePage() { const navItems = [ @@ -39,22 +40,51 @@ export default function HomePage() { /> - {/* Hero Section */} + {/* Hero Section with Rotating Banner */}
- + > +
+

Battle Through The Heavens

+

Latest Episode 152

+
+
+

Soul Land

+

Latest Episode 203

+
+
+

Heaven Official's Blessing

+

Season 2 Episode 5

+
+
+

Shrouding The Heavens

+

Latest Episode 67

+
+
{/* Latest Episodes Section */} -- 2.49.1