Compare commits
11 Commits
version_9
...
f92f3e51f4
| Author | SHA1 | Date | |
|---|---|---|---|
| f92f3e51f4 | |||
| 476ada74d9 | |||
| 0190e9d3e0 | |||
| 55b314aaa2 | |||
| d50e44645a | |||
| 06abe78f58 | |||
| 9be88da2b1 | |||
| 9610eb709a | |||
| 68f4a67133 | |||
| ea228313f7 | |||
| af56b4ac15 |
@@ -36,7 +36,7 @@ export default function StarWarsPage() {
|
||||
{ id: "3", value: "100M+", label: "Fans Worldwide united by Force" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Enter the Galaxy", href: "#metrics" },
|
||||
{ text: "Enter the Galaxy", href: "#community" },
|
||||
{ text: "Join Community", href: "#about" }
|
||||
]}
|
||||
/>
|
||||
@@ -55,7 +55,7 @@ export default function StarWarsPage() {
|
||||
value: "40+",
|
||||
title: "Years",
|
||||
description: "Of Star Wars storytelling",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/images/noise.webp",
|
||||
imageAlt: "Star Wars years"
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@ export default function StarWarsPage() {
|
||||
value: "11",
|
||||
title: "Films",
|
||||
description: "Complete Skywalker saga",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/images/noise.webp",
|
||||
imageAlt: "Star Wars films"
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function StarWarsPage() {
|
||||
value: "100M+",
|
||||
title: "Fans",
|
||||
description: "Worldwide united by Force",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/images/noise.webp",
|
||||
imageAlt: "Star Wars fans"
|
||||
}
|
||||
]}
|
||||
@@ -96,12 +96,11 @@ export default function StarWarsPage() {
|
||||
title="Join the Force"
|
||||
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"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
|
||||
buttonText="Send Message"
|
||||
buttonText="Send email"
|
||||
onSubmit={(data) => console.log(data)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user