Skip to content

Commit bf96a18

Browse files
committed
COntact Us page updated.
1 parent 5e1861d commit bf96a18

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# Work
1818

1919
###### Deleted unnecessary files & Comments. CSS file renamed as SCSS. React Router added to App.js. Components folder created. Pages folder created. Utils folder created. Layout folder created. Assets folder created. Images & Styles folder created inside Assets. Layout folder created & route added to app.js. Header & Footer folder-file created and added to layout file. Home folder-file created and route added to app.js. Meta folder-file created and used in Home file.
20-
# Intelsense
20+
# Infinitrix

public/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap"
2424
rel="stylesheet"
2525
/>
26-
<title>IntelsenseAI | Sense The Future</title>
2726
</head>
2827
<body>
29-
<noscript>You need to enable JavaScript to run this app.</noscript>
3028
<div id="root"></div>
3129
<!-- BOOTSTARP 5.2.3 JS -->
3230
<script

src/Pages/Contact/Contact.jsx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ const Contact = () => {
1818
<FaMapMarkerAlt className="fs-1" />
1919
<h3 className="sub-heading text-start my-4">DHAKA OFFICE</h3>
2020
<p className="mb-0">
21-
<strong>Address: </strong> House-60, Road-03, Block Niketon,
22-
Gulshan-1, Dhaka
21+
<strong>Address: </strong> Random-60, Fake-03, Gulshan-1,
22+
Dhaka
2323
</p>
2424
<p className="mb-0">
25-
<strong>Email us at: </strong> info@intelsense.ai
25+
<strong>Email us at: </strong> info@infinitrix.ai
2626
</p>
2727
<p>
28-
<strong>Phone: </strong> +8801625555007
28+
<strong>Phone: </strong> +88016*31****0
2929
</p>
3030
</div>
3131
<div className="map">
3232
<iframe
3333
className="shadow-sm"
3434
title="map"
35-
src="https://www.google.com/maps/embed?pb=!%3Cspan%20class="x x-first x-last">1m18!1m12!1m3!1d14605.102720640843!2d90.40753300346236!3d23.773195517369402!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c7829894dd41%3A0x7191fa7e24aa22b9!2sGulshan%201%2C%20Dhaka%201212!5e0!3m2!1sen!2sbd!4v1682589984033!5m2!1sen!2sbd"
35+
src="https://www.google.com/maps/embed?pb=!%3Cspan%20class="x x-first x-last">1m14!1m12!1m3!1d3689755.584971723!2d90.49042480754629!3d24.291916647940443!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sbd!4v1709109142240!5m2!1sen!2sbd"
3636
allowFullScreen=""
3737
loading="lazy"
3838
referrerPolicy="no-referrer-when-downgrade"
@@ -81,9 +81,8 @@ const Contact = () => {
8181
/>
8282
<p className="agreement px-4 text-center">
8383
By submitting this form , I agree to receive communication
84-
from IntelsenseAI in connection with enquery.My information
85-
will be processed in accordance with IntelsenceAI's Privacy
86-
Policy.
84+
from Infinitrix in connection with enquery.My information will
85+
be processed in accordance with Infinitrix's Privacy Policy.
8786
</p>
8887
<button
8988
className="button2 mt-4 hvr-grow d-block mx-auto"

0 commit comments

Comments
 (0)