Compare commits
11 Commits
version_7
...
0190e9d3e0
| Author | SHA1 | Date | |
|---|---|---|---|
| 0190e9d3e0 | |||
| 16303d418a | |||
| 55b314aaa2 | |||
| fa104c1f0a | |||
| d50e44645a | |||
| 06abe78f58 | |||
| 9be88da2b1 | |||
| 9610eb709a | |||
| 68f4a67133 | |||
| ea228313f7 | |||
| af56b4ac15 |
@@ -86,27 +86,7 @@ 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>
|
||||||
|
|
||||||
@@ -115,9 +95,8 @@ export default function StarWarsPage() {
|
|||||||
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="Subscribe"
|
buttonText="Send email"
|
||||||
onSubmit={(email) => console.log("Subscribed:", email)}
|
onSubmit={(email) => console.log("Subscribed:", email)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user