diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7ed629c..ba760d3 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 cc91d02..a74509c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,12 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import HeroBillboardMetrics from "@/components/sections/hero/HeroBillboardMetrics"; +import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; +import ParallaxAbout from "@/components/sections/about/ParallaxAbout"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterSplit from "@/components/sections/footer/FooterSplit"; +import { Phone, Mail, MapPin } from "lucide-react"; export default function StarWarsPage() { return ( @@ -17,110 +23,125 @@ 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.

-
- Enter the Galaxy - Join Community -
-
-
+
-
-
-

Our Galactic Impact

-

Witness the scale of the Star Wars universe and its influence across generations

-
-
-
40+
-
Years
-
Of Star Wars storytelling
-
-
-
11
-
Films
-
Complete Skywalker saga
-
-
-
100M+
-
Fans
-
Worldwide united by Force
-
-
-
-
Stories
-
In expanding galaxy
-
-
-
-
+
-
-
-

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.

-
-
+
-
-
-
Newsletter
-

Join the Force

-

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

-
- - -
-
-
+ console.log(data)} + />
); -} \ No newline at end of file +}