Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-06 13:35:48 +00:00

View File

@@ -222,7 +222,7 @@ export default function LandingPage() {
{
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/mature-man-looking-through-his-laptop_23-2148465259.jpg", imageAlt: "David K. profile"},
{
id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogames_23-2150573842.jpg", alt: "Jessica L. profile"},
id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogames_23-2150573842.jpg", imageAlt: "Jessica L. profile"},
{
id: "6", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286986.jpg", imageAlt: "Gaming team leader portrait purple"},
]}
@@ -266,17 +266,13 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
variant: "glowing-orb"}}
tag="Connect With Us"
title="Ready to Elevate Your Digital Experience?"
description="Join our vibrant community on Discord for immediate support and discussions, or send us a message to discuss your project."
inputPlaceholder="Your email address"
buttonText="Send Message"
termsText="By joining Discord, you agree to our community guidelines."
buttons={[
{
text: "Join Our Discord", href: "https://discord.gg/KdDjYNUQXb"},
]}
/>
</div>