diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ba760d3..7ed629c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1276,4 +1276,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 244e4f8..a494103 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,12 +1,6 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import HeroBillboardMetrics from "@/components/sections/hero/HeroBillboardMetrics"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterBaseSocial from "@/components/sections/footer/FooterBaseSocial"; -import { TrendingUp, Users, Zap, Youtube, Twitter, Linkedin, Star } from "lucide-react"; export default function StarWarsPage() { return ( @@ -23,99 +17,166 @@ export default function StarWarsPage() { headingFontWeight="extrabold" >
- +
+
+

STAR WARS

+

Join millions of fans exploring the galaxy's greatest saga. Discover exclusive content, connect with the community, and celebrate the Force.

+
+
+
40+
+
Years of storytelling
+
+
+
11
+
Films in saga
+
+
+
100M+
+
Fans worldwide
+
+
+ +
+
- +
+
+

Our Galactic Impact

+

Experience the epic saga spanning decades of storytelling

+
+
+
40
+

Years

+

Of Star Wars storytelling

+
★★★★★ 4.8 (128)
+
+
+
11
+

Films

+

Complete Skywalker saga

+
★★★★★ 4.9 (256)
+
+
+
100M
+

Fans

+

Worldwide united by Force

+
★★★★☆ 4.7 (512)
+
+
+
+
- +
+
+

Elevate Your Experience

+
+

Experience the epic saga spanning decades of storytelling across multiple eras and universes.

+

From Episode I through IX, experience the story of the Skywalker family and the eternal battle between light and dark sides of the Force.

+
+ +
+
- console.log(data)} - /> +
+
+
+
+

Join the Force

+

Subscribe for exclusive Star Wars news, community updates, and behind-the-scenes content.

+
+ + + + +
+
+
+ Contact background +
+
+
+
); -} +} \ No newline at end of file