Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-18 12:57:24 +00:00

View File

@@ -133,10 +133,10 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
title="Stay Connected"
description="Join our newsletter for updates on tournament schedules and hardware upgrades."
title="Get in Touch"
description="Phone: 0300-1234567 | WhatsApp: 0300-1234567 | Address: 123 Gaming Lane, Tech City | Timings: 12pm to 2am Daily"
imageSrc="http://img.b2bpic.net/free-photo/traffic-light-trails-urban-street_1359-520.jpg"
tag="Newsletter"
tag="Contact Us"
mediaAnimation="slide-up"
imageAlt="Neon red gaming streaks"
/>
@@ -167,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}