Update src/app/page.tsx

This commit is contained in:
2026-05-12 06:48:50 +00:00
parent 79fdb4336e
commit 427e8f38d6

View File

@@ -190,7 +190,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Visit Us Today"
description="Millennium Business Hub, 309, Sarthana Jakat Naka, Surat, Gujarat 395013"
description="Millennium Business Hub, 309, Sarthana Jakat Naka, Surat, Gujarat 395013 | Phone: 063520 52467"
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -239,4 +239,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}