Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-28 12:20:59 +00:00

View File

@@ -163,7 +163,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Emergency Contact"
title="Emergency Contact: Call +91 9876543210"
description="Call our hotline for immediate assistance or leave your details for a scheduled transfer."
inputs={[
{
@@ -187,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}