Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 119591fcfe | |||
| 06dc06936b | |||
| a2f9422712 | |||
| c2a6462166 | |||
| 66098b02e2 | |||
| 16303d418a | |||
| fa104c1f0a |
115
src/app/page.tsx
115
src/app/page.tsx
@@ -1,14 +1,12 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
import HeroBillboardMetrics from "@/components/sections/hero/HeroBillboardMetrics";
|
||||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
import ParallaxAbout from "@/components/sections/about/ParallaxAbout";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterBaseSocial from "@/components/sections/footer/FooterBaseSocial";
|
import FooterSplit from "@/components/sections/footer/FooterSplit";
|
||||||
import PlainBackground from "@/components/background/PlainBackground";
|
import { Phone, Mail, MapPin } from "lucide-react";
|
||||||
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 (
|
||||||
@@ -24,108 +22,93 @@ 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">
|
||||||
<HeroBillboard
|
<HeroBillboardMetrics
|
||||||
title="STAR WARS"
|
title="STAR WARS"
|
||||||
description="Join millions of fans exploring the galaxy's greatest saga. Discover exclusive content, connect with the community, and celebrate the Force."
|
description="Join millions of fans exploring the galaxy's greatest saga. Discover exclusive content, connect with the community, and celebrate the Force."
|
||||||
tag="Welcome to the Galaxy"
|
|
||||||
buttons={[
|
|
||||||
{ text: "Enter the Galaxy", href: "community" },
|
|
||||||
{ text: "Join Community", href: "about" }
|
|
||||||
]}
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
|
||||||
imageAlt="Star Wars galaxy"
|
imageAlt="Star Wars galaxy"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
|
metricsLabel="Witness the scale of the Star Wars universe and its influence across generations"
|
||||||
|
metrics={[
|
||||||
|
{ id: "1", value: "40+", label: "Years of Star Wars storytelling" },
|
||||||
|
{ id: "2", value: "11", label: "Films in Complete Skywalker saga" },
|
||||||
|
{ id: "3", value: "100M+", label: "Fans Worldwide united by Force" }
|
||||||
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Enter the Galaxy", href: "#metrics" },
|
||||||
|
{ text: "Join Community", href: "#about" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardOne
|
<MetricCardEleven
|
||||||
title="Our Galactic Impact"
|
title="Our Galactic Impact"
|
||||||
description="Witness the scale of the Star Wars universe and its influence across generations"
|
description="Experience the epic saga spanning decades of storytelling"
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
animationType="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
value: "40+",
|
value: "40+",
|
||||||
title: "Years",
|
title: "Years",
|
||||||
description: "Of Star Wars storytelling",
|
description: "Of Star Wars storytelling",
|
||||||
icon: TrendingUp
|
imageSrc: "/placeholders/placeholder1.webp",
|
||||||
|
imageAlt: "Star Wars years"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
value: "11",
|
value: "11",
|
||||||
title: "Films",
|
title: "Films",
|
||||||
description: "Complete Skywalker saga",
|
description: "Complete Skywalker saga",
|
||||||
icon: Star
|
imageSrc: "/placeholders/placeholder1.webp",
|
||||||
|
imageAlt: "Star Wars films"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
value: "100M+",
|
value: "100M+",
|
||||||
title: "Fans",
|
title: "Fans",
|
||||||
description: "Worldwide united by Force",
|
description: "Worldwide united by Force",
|
||||||
icon: Users
|
imageSrc: "/placeholders/placeholder1.webp",
|
||||||
},
|
imageAlt: "Star Wars fans"
|
||||||
{
|
|
||||||
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">
|
||||||
<SplitAbout
|
<ParallaxAbout
|
||||||
title="About the Universe"
|
title="Elevate Your Experience"
|
||||||
description="Experience the epic saga spanning decades of storytelling across multiple eras and universes"
|
description="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."
|
||||||
textboxLayout="default"
|
tag="About Us"
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
imagePosition="right"
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
|
||||||
imageAlt="Star Wars universe"
|
imageAlt="Star Wars background"
|
||||||
bulletPoints={[
|
buttons={[
|
||||||
{
|
{ text: "Discover More", href: "#contact" }
|
||||||
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">
|
||||||
<ContactCenter
|
<ContactSplitForm
|
||||||
tag="Newsletter"
|
|
||||||
title="Join the Force"
|
title="Join the Force"
|
||||||
description="Subscribe for exclusive Star Wars news, community updates, and behind-the-scenes content."
|
description="Subscribe for exclusive Star Wars news, community updates, and behind-the-scenes content."
|
||||||
|
inputs={[
|
||||||
|
{ name: "name", type: "text", placeholder: "Your name", required: true },
|
||||||
|
{ name: "email", type: "email", placeholder: "Your email address", required: true }
|
||||||
|
]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
inputPlaceholder="Your email address"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
|
||||||
buttonText="Subscribe"
|
buttonText="Send Message"
|
||||||
onSubmit={(email) => console.log("Subscribed:", email)}
|
onSubmit={(data) => console.log(data)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseSocial
|
<FooterSplit
|
||||||
logoText="STAR WARS"
|
logoText="STAR WARS"
|
||||||
description="Join millions of Star Wars fans worldwide. Discover exclusive content, connect with the community, and celebrate the epic saga."
|
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Explore",
|
title: "Explore",
|
||||||
@@ -146,18 +129,18 @@ export default function StarWarsPage() {
|
|||||||
{
|
{
|
||||||
title: "More",
|
title: "More",
|
||||||
items: [
|
items: [
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Blog", href: "#blog" },
|
{ label: "Blog", href: "#blog" },
|
||||||
{ label: "Contact", href: "contact" }
|
{ label: "Contact", href: "#contact" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
socialLinks={[
|
title="Join millions of Star Wars fans worldwide. Discover exclusive content, connect with the community, and celebrate the epic saga."
|
||||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
|
contactItems={[
|
||||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
|
{ icon: Phone, text: "(914) 820-5734" },
|
||||||
{ icon: Globe, href: "https://example.com", ariaLabel: "Website" }
|
{ icon: Mail, text: "contact@starwars.com" },
|
||||||
|
{ icon: MapPin, text: "Galaxy, Universe" }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Star Wars Community. All rights reserved."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user