Merge version_8 into main
Merge version_8 into main
This commit was merged in pull request #10.
This commit is contained in:
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
import FooterBaseSocial from "@/components/sections/footer/FooterBaseSocial";
|
import FooterBaseSocial from "@/components/sections/footer/FooterBaseSocial";
|
||||||
import PlainBackground from "@/components/background/PlainBackground";
|
import PlainBackground from "@/components/background/PlainBackground";
|
||||||
import CircleGradientBackground from "@/components/background/CircleGradientBackground";
|
import CircleGradientBackground from "@/components/background/CircleGradientBackground";
|
||||||
@@ -86,40 +86,17 @@ export default function StarWarsPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<SplitAbout
|
<SplitAbout
|
||||||
title="About the Universe"
|
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."
|
||||||
description="Experience the epic saga spanning decades of storytelling across multiple eras and universes"
|
|
||||||
textboxLayout="default"
|
|
||||||
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">
|
||||||
<ContactSplitForm
|
<ContactCenter
|
||||||
tag="Newsletter"
|
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."
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
inputPlaceholder="Your email address"
|
inputPlaceholder="Your email address"
|
||||||
buttonText="Send email"
|
buttonText="Send email"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
|
|
||||||
imageAlt="Star Wars contact"
|
|
||||||
onSubmit={(email) => console.log("Subscribed:", email)}
|
onSubmit={(email) => console.log("Subscribed:", email)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user