7 Commits

Author SHA1 Message Date
d50e44645a Merge version_7 into main
Merge version_7 into main
2025-12-24 13:03:38 +00:00
06abe78f58 Merge version_5 into main
Merge version_5 into main
2025-12-24 12:48:47 +00:00
9be88da2b1 Merge version_5 into main
Merge version_5 into main
2025-12-24 12:47:18 +00:00
9610eb709a Merge version_5 into main
Merge version_5 into main
2025-12-24 12:45:18 +00:00
68f4a67133 Merge version_4 into main
Merge version_4 into main
2025-12-24 12:41:24 +00:00
ea228313f7 Merge version_3 into main
Merge version_3 into main
2025-12-24 12:23:44 +00:00
af56b4ac15 Merge version_2 into main
Merge version_2 into main
2025-12-24 12:13:12 +00:00

View File

@@ -1,6 +1,14 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import SplitAbout from "@/components/sections/about/SplitAbout";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseSocial from "@/components/sections/footer/FooterBaseSocial";
import PlainBackground from "@/components/background/PlainBackground";
import CircleGradientBackground from "@/components/background/CircleGradientBackground";
import { TrendingUp, Users, Zap, Star, Twitter, Linkedin, Globe } from "lucide-react";
export default function StarWarsPage() { export default function StarWarsPage() {
return ( return (
@@ -16,110 +24,141 @@ export default function StarWarsPage() {
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="extrabold" headingFontWeight="extrabold"
> >
<PlainBackground />
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<div className="min-h-screen flex items-center justify-center text-white"> <HeroBillboard
<div className="text-center space-y-6"> title="STAR WARS"
<h1 className="text-6xl font-extrabold">STAR WARS</h1> description="Join millions of fans exploring the galaxy's greatest saga. Discover exclusive content, connect with the community, and celebrate the Force."
<p className="text-xl max-w-2xl mx-auto">Join millions of fans exploring the galaxy's greatest saga. Discover exclusive content, connect with the community, and celebrate the Force.</p> tag="Welcome to the Galaxy"
<div className="space-x-4"> buttons={[
<a href="#community" className="inline-block px-6 py-3 bg-blue-600 rounded-full hover:bg-blue-700 transition-colors">Enter the Galaxy</a> { text: "Enter the Galaxy", href: "community" },
<a href="#about" className="inline-block px-6 py-3 border border-white rounded-full hover:bg-white hover:text-black transition-colors">Join Community</a> { text: "Join Community", href: "about" }
</div> ]}
</div> imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
</div> imageAlt="Star Wars galaxy"
frameStyle="card"
/>
</div> </div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<div className="py-20 px-4"> <MetricCardOne
<div className="max-w-6xl mx-auto"> title="Our Galactic Impact"
<h2 className="text-3xl font-bold text-center mb-4">Our Galactic Impact</h2> description="Witness the scale of the Star Wars universe and its influence across generations"
<p className="text-center text-gray-600 mb-12">Witness the scale of the Star Wars universe and its influence across generations</p> gridVariant="four-items-2x2-equal-grid"
<div className="grid grid-cols-2 md:grid-cols-4 gap-8"> animationType="slide-up"
<div className="text-center"> textboxLayout="default"
<div className="text-4xl font-bold text-blue-600">40+</div> useInvertedBackground="noInvert"
<div className="font-semibold">Years</div> metrics={[
<div className="text-sm text-gray-600">Of Star Wars storytelling</div> {
</div> id: "1",
<div className="text-center"> value: "40+",
<div className="text-4xl font-bold text-blue-600">11</div> title: "Years",
<div className="font-semibold">Films</div> description: "Of Star Wars storytelling",
<div className="text-sm text-gray-600">Complete Skywalker saga</div> icon: TrendingUp
</div> },
<div className="text-center"> {
<div className="text-4xl font-bold text-blue-600">100M+</div> id: "2",
<div className="font-semibold">Fans</div> value: "11",
<div className="text-sm text-gray-600">Worldwide united by Force</div> title: "Films",
</div> description: "Complete Skywalker saga",
<div className="text-center"> icon: Star
<div className="text-4xl font-bold text-blue-600"></div> },
<div className="font-semibold">Stories</div> {
<div className="text-sm text-gray-600">In expanding galaxy</div> id: "3",
</div> value: "100M+",
</div> title: "Fans",
</div> description: "Worldwide united by Force",
</div> icon: Users
},
{
id: "4",
value: "∞",
title: "Stories",
description: "In expanding galaxy",
icon: Zap
}
]}
/>
</div> </div>
<CircleGradientBackground diagonal="primary" />
<div id="about" data-section="about"> <div id="about" data-section="about">
<div className="py-20 px-4"> <SplitAbout
<div className="max-w-4xl mx-auto text-center"> title="About the Universe"
<p className="text-lg leading-relaxed">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.</p> description="Experience the epic saga spanning decades of storytelling across multiple eras and universes"
</div> textboxLayout="default"
</div> useInvertedBackground="noInvert"
imagePosition="right"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
imageAlt="Star Wars universe"
bulletPoints={[
{
title: "The Saga",
description: "From Episode I through IX, experience the epic story of the Skywalker family and the eternal battle between light and dark sides of the Force."
},
{
title: "Expanded Universe",
description: "Venture into incredible stories beyond the main saga. Explore the Old Republic, High Republic era, and countless tales of heroes and villains."
},
{
title: "Iconic Characters",
description: "Meet legendary heroes like Luke Skywalker, Princess Leia, Han Solo, and Darth Vader who define the Star Wars legacy."
}
]}
/>
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<div className="py-20 px-4"> <ContactCenter
<div className="max-w-md mx-auto text-center"> tag="Newsletter"
<div className="text-sm font-medium text-blue-600 mb-2">Newsletter</div> title="Join the Force"
<h2 className="text-3xl font-bold mb-4">Join the Force</h2> description="Subscribe for exclusive Star Wars news, community updates, and behind-the-scenes content."
<p className="text-gray-600 mb-8">Subscribe for exclusive Star Wars news, community updates, and behind-the-scenes content.</p> useInvertedBackground="noInvert"
<div className="flex gap-2"> inputPlaceholder="Your email address"
<input type="email" placeholder="Your email address" className="flex-1 px-4 py-2 border border-gray-300 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-600" /> buttonText="Subscribe"
<button className="px-6 py-2 bg-blue-600 text-white rounded-full hover:bg-blue-700 transition-colors">Send email</button> onSubmit={(email) => console.log("Subscribed:", email)}
</div> />
</div>
</div>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<div className="bg-gray-900 text-white py-12 px-4"> <FooterBaseSocial
<div className="max-w-6xl mx-auto"> logoText="STAR WARS"
<div className="grid grid-cols-1 md:grid-cols-4 gap-8"> description="Join millions of Star Wars fans worldwide. Discover exclusive content, connect with the community, and celebrate the epic saga."
<div> columns={[
<h3 className="text-xl font-bold mb-4">STAR WARS</h3> {
<p className="text-gray-400">Join millions of Star Wars fans worldwide. Discover exclusive content, connect with the community, and celebrate the epic saga.</p> title: "Explore",
</div> items: [
<div> { label: "Movies", href: "#movies" },
<h4 className="font-semibold mb-4">Explore</h4> { label: "Series", href: "#series" },
<ul className="space-y-2"> { label: "Characters", href: "#characters" }
<li><a href="#movies" className="text-gray-400 hover:text-white">Movies</a></li> ]
<li><a href="#series" className="text-gray-400 hover:text-white">Series</a></li> },
<li><a href="#characters" className="text-gray-400 hover:text-white">Characters</a></li> {
</ul> title: "Community",
</div> items: [
<div> { label: "Forums", href: "#forums" },
<h4 className="font-semibold mb-4">Community</h4> { label: "Events", href: "#events" },
<ul className="space-y-2"> { label: "Merch", href: "#merch" }
<li><a href="#forums" className="text-gray-400 hover:text-white">Forums</a></li> ]
<li><a href="#events" className="text-gray-400 hover:text-white">Events</a></li> },
<li><a href="#merch" className="text-gray-400 hover:text-white">Merch</a></li> {
</ul> title: "More",
</div> items: [
<div> { label: "About Us", href: "about" },
<h4 className="font-semibold mb-4">More</h4> { label: "Blog", href: "#blog" },
<ul className="space-y-2"> { label: "Contact", href: "contact" }
<li><a href="#about" className="text-gray-400 hover:text-white">About Us</a></li> ]
<li><a href="#blog" className="text-gray-400 hover:text-white">Blog</a></li> }
<li><a href="#contact" className="text-gray-400 hover:text-white">Contact</a></li> ]}
</ul> socialLinks={[
</div> { icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
</div> { icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
<div className="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400"> { icon: Globe, href: "https://example.com", ariaLabel: "Website" }
<p>© 2025 Star Wars Community. All rights reserved.</p> ]}
</div> copyrightText="© 2025 Star Wars Community. All rights reserved."
</div> />
</div>
</div> </div>
</ThemeProvider> </ThemeProvider>
); );