Skip to content

Commit

Permalink
Merge pull request #10 from protontypes/add-background-images
Browse files Browse the repository at this point in the history
Integrate new images
  • Loading branch information
Ly0n authored Dec 11, 2024
2 parents fc2b277 + 7205ad9 commit 359efe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/GetStarted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function GetStarted() {
<div className="max-w-7xl mx-auto">
<div className="relative bg-glass backdrop-blur-md shadow-elevated rounded-3xl p-12 text-center overflow-hidden">
<Image
src="https://upload.wikimedia.org/wikipedia/commons/5/51/The_Caspian_Sea_%28NESDIS_2015-09-15%29.png"
src="vibrant-aerial-view-of-tropical-island-with-turquoise-water-and-reefs_croped.jpg"
alt="Caspian Sea Satellite View"
fill
className="object-cover opacity-75"
Expand All @@ -24,7 +24,7 @@ export default function GetStarted() {
Join our community of contributors and help drive sustainable technology forward through open source collaboration.
</p>
<div className="flex flex-col sm:flex-row gap-6 justify-center items-center">
<Link
<Link
href="https://github.com/protontypes/open-sustainable-technology/blob/main/CONTRIBUTING.md#contributing-guide"
target="_blank"
className="rounded-xl bg-primary-600 px-8 py-4 text-lg text-white
Expand Down
2 changes: 1 addition & 1 deletion components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Hero() {
<div className="max-w-7xl mx-auto animate-fade-in">
<div className="relative rounded-3xl shadow-elevated p-12 overflow-hidden">
<Image
src="https://upload.wikimedia.org/wikipedia/commons/3/3f/Caspian_Sea_%28Unsplash%29.jpg"
src="Caspian_Sea_croped-min.jpg"
alt="Caspian Sea"
fill
className="object-cover opacity-75"
Expand Down

0 comments on commit 359efe2

Please sign in to comment.