Skip to content

Commit

Permalink
Merge pull request #89 from younghyunlee22/fix-text-inconsistency
Browse files Browse the repository at this point in the history
fix: bug in home.js
  • Loading branch information
Anu27n authored Oct 10, 2024
2 parents fcc0a2b + 97ec237 commit ec6d483
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ const Home = () => {
Main Office
</p>
<h3 className="card-title title-2 text-center">
The Main Office is the Place Which has to be designed to
its best.
Main Office is the place which has to be designed to its
best.
</h3>
</div>
</div>
Expand Down Expand Up @@ -426,10 +426,10 @@ const Home = () => {
</div>
<div className="card-content">
<p className="card-subtitle label-2 text-center">
Main Cabinete
Main Cabinet
</p>
<h3 className="card-title title-2 text-center">
Cabinait is the place for best productive work.
Main Cabinet is the place for best productive work.
</h3>
</div>
</div>
Expand Down Expand Up @@ -458,7 +458,7 @@ const Home = () => {
</div>
<div className="card-content">
<p className="card-subtitle label-2 text-center">
Main Centre
Main Center
</p>
<h3 className="card-title title-2 text-center">
Main Center is the place for best productive work.
Expand Down Expand Up @@ -618,11 +618,11 @@ const Home = () => {
</a>
</li>
<li>
<a href="#about" class="label-2 footer-link hover-underline">
<div class="separator"></div>
<span class="span">About Us</span>
</a>
</li>
<a href="#about" class="label-2 footer-link hover-underline">
<div class="separator"></div>
<span class="span">About Us</span>
</a>
</li>
<li>
<a href="#" className="label-2 footer-link hover-underline">
Our Chefs
Expand Down Expand Up @@ -656,7 +656,10 @@ const Home = () => {
</a>
</li>
<li>
<a href="https://www.google.com/maps/place/Makhija+Arcade,+35th+Rd,+Khar,+Khar+West,+Mumbai,+Maharashtra+400052/@19.0651497,72.8325179,17z/data=!3m1!4b1!4m6!3m5!1s0x3be7c91140262913:0xc53b6407e4d39f76!8m2!3d19.0651497!4d72.8350928!16s%2Fg%2F12hkbx6fn?entry=ttu&g_ep=EgoyMDI0MTAwNy4xIKXMDSoASAFQAw%3D%3D" className="label-2 footer-link hover-underline">
<a
href="https://www.google.com/maps/place/Makhija+Arcade,+35th+Rd,+Khar,+Khar+West,+Mumbai,+Maharashtra+400052/@19.0651497,72.8325179,17z/data=!3m1!4b1!4m6!3m5!1s0x3be7c91140262913:0xc53b6407e4d39f76!8m2!3d19.0651497!4d72.8350928!16s%2Fg%2F12hkbx6fn?entry=ttu&g_ep=EgoyMDI0MTAwNy4xIKXMDSoASAFQAw%3D%3D"
className="label-2 footer-link hover-underline"
>
Google Map
</a>
</li>
Expand Down

0 comments on commit ec6d483

Please sign in to comment.