This commit is contained in:
Flatlogic Bot 2025-07-07 05:06:15 +00:00
parent bbb10c5354
commit 9edfaf5e11
3 changed files with 17 additions and 4 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
node_modules/
*/node_modules/
*/build/
**/node_modules/
**/build/
.DS_Store
.env

File diff suppressed because one or more lines are too long

View File

@ -66,6 +66,15 @@ export default function WebSite() {
mainText={`Reach Out to ${projectName} `}
subTitle={`Feel free to contact us anytime. ${projectName} is committed to providing timely responses to all your inquiries.`}
/>
<section className="bg-white py-8">
<div className="container mx-auto px-4 text-center">
<h2 className="text-2xl font-bold mb-4">Contact Details</h2>
<p className="mb-2">Address: Lado Sarai, Saket, New Delhi, 110030</p>
<p className="mb-2">Phone: 9041253266</p>
<p className="mb-2">Email: <a href="mailto:rishabh200602per@gmail.com" className="text-blue-500 hover:underline">rishabh200602per@gmail.com</a></p>
</div>
</section>
</main>
<WebSiteFooter projectName={'Zynorix Solutions'} />
</div>