From 119591fcfe8afaaf349f510dbbf1984789f186ff Mon Sep 17 00:00:00 2001 From: mulika-local Date: Wed, 24 Dec 2025 13:24:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a74509c..f94bb33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function StarWarsPage() { { id: "3", value: "100M+", label: "Fans Worldwide united by Force" } ]} buttons={[ - { text: "Enter the Galaxy", href: "#community" }, + { text: "Enter the Galaxy", href: "#metrics" }, { text: "Join Community", href: "#about" } ]} /> @@ -55,7 +55,7 @@ export default function StarWarsPage() { value: "40+", title: "Years", description: "Of Star Wars storytelling", - imageSrc: "/images/noise.webp", + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Star Wars years" }, { @@ -63,7 +63,7 @@ export default function StarWarsPage() { value: "11", title: "Films", description: "Complete Skywalker saga", - imageSrc: "/images/noise.webp", + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Star Wars films" }, { @@ -71,7 +71,7 @@ export default function StarWarsPage() { value: "100M+", title: "Fans", description: "Worldwide united by Force", - imageSrc: "/images/noise.webp", + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Star Wars fans" } ]} @@ -96,11 +96,12 @@ 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 email" + buttonText="Send Message" onSubmit={(data) => console.log(data)} /> @@ -144,4 +145,4 @@ export default function StarWarsPage() { ); -} +} \ No newline at end of file