Skip to content

Commit

Permalink
Update image source
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Apr 22, 2024
1 parent da7534e commit 4a92031
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ const nextConfig = withStoreConfig({
protocol: "https",
hostname: "images.unsplash.com",
},
{
protocol: "https",
hostname: "qvhnswvfglazvefaplac.supabase.co",
},
],
},
})
Expand Down
Binary file removed public/images/HeroCar.avif
Binary file not shown.
Binary file added public/images/HeroCar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/modules/home/components/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,11 @@ const Hero = () => {
<div className="flex flex-row-reverse max-w-2xl md:mx-0 md:max-w-none overflow-hidden">
<Image
className="rounded-lg justify-end"
objectFit="cover"
width={500}
height={400}
alt="Hero Image of a car. Prometheus 🔥 (@iamateapot)"
about="Hero Image of a car. Prometheus 🔥 (@iamateapot)"
src="https://images.unsplash.com/photo-1665341449385-70fd7b88d176?q=80&w=500&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
src="https://qvhnswvfglazvefaplac.supabase.co/storage/v1/object/public/assets/HeroCar.jpg?t=2024-04-22T09%3A16%3A02.932Z"
/>
</div>
<div
Expand Down

0 comments on commit 4a92031

Please sign in to comment.