-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbac73c
commit 8b7c4b4
Showing
3 changed files
with
40 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,19 +171,19 @@ const LayoutHome = ({ children }: LayoutHome) => { | |
Hotline 24/7 <br /> (+23) 5535 68 68 | ||
</p> | ||
<p className="mt-8"> | ||
<span className="font-bold">Address</span>: | ||
2972 Westheimer Rd. Santa Ana, Illinois 85486 | ||
<span className="font-bold">Address</span> : | ||
DKI Jakarta, Indonesia | ||
</p> | ||
<p className="mt-2"> | ||
<span className="font-bold">Email</span>: | ||
[email protected] | ||
<span className="font-bold">Email</span> : | ||
[email protected] | ||
</p> | ||
<p className="mt-2"> | ||
<span className="font-bold">Fax</span>: (702) | ||
555-0122 | ||
<span className="font-bold">Fax</span> : | ||
(702) 555-0122 | ||
</p> | ||
<p className="mt-2"> | ||
<span className="font-bold">Work Hour</span>: | ||
<span className="font-bold">Work Hour</span> : | ||
Mon - Sat: 9:00 - 18:00 | ||
</p> | ||
</div> | ||
|