1.0.1
This commit is contained in:
parent
bbb10c5354
commit
9edfaf5e11
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/build/
|
||||||
|
|
||||||
|
**/node_modules/
|
||||||
|
**/build/
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
File diff suppressed because one or more lines are too long
@ -66,6 +66,15 @@ export default function WebSite() {
|
|||||||
mainText={`Reach Out to ${projectName} `}
|
mainText={`Reach Out to ${projectName} `}
|
||||||
subTitle={`Feel free to contact us anytime. ${projectName} is committed to providing timely responses to all your inquiries.`}
|
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>
|
</main>
|
||||||
<WebSiteFooter projectName={'Zynorix Solutions'} />
|
<WebSiteFooter projectName={'Zynorix Solutions'} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user