-
Notifications
You must be signed in to change notification settings - Fork 0
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
0adab42
commit d443c28
Showing
2 changed files
with
13 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
export default function About() { | ||
return ( | ||
<main className="p-10"> | ||
<h1 className="text-3xl font-bold mb-8">About Us</h1> | ||
<p className="text-1xl mb-8">We are a team of individuals who love to use Google products to create beautiful webapps.</p> | ||
<iframe width="600" height="450" loading="lazy" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyCNmLEaMpHZdywwIGMCjtX7mK6Pqof5QKo&q=Faleza,Galati"> | ||
</iframe> | ||
</main> | ||
); | ||
} |
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