11 Commits

Author SHA1 Message Date
0190e9d3e0 Merge version_8 into main
Merge version_8 into main
2025-12-24 13:08:32 +00:00
16303d418a Update src/app/page.tsx 2025-12-24 13:08:28 +00:00
55b314aaa2 Merge version_8 into main
Merge version_8 into main
2025-12-24 13:07:08 +00:00
fa104c1f0a Update src/app/page.tsx 2025-12-24 13:07:03 +00:00
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

@@ -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>