Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-05 04:30:44 +00:00

View File

@@ -105,7 +105,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Visit Us"
description="Opp. All India Radio, Near Chandmari Flyover, Krishna Nagar, Guwahati, Assam. We are open from 6 AM to 11:30 PM."
description="Opp. All India Radio, Near Chandmari Flyover, Krishna Nagar, Guwahati, Assam. We are open from 6 AM to 11:30 PM. Call us at 07099007742."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" },
@@ -130,4 +130,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}