Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe committed Jan 18, 2024
1 parent b7b3052 commit 0550522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/components/HeroSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
<div id="image-container" class="max-h-96 max-w-2xl">
<img
id="image-before"
src="/low.jpg"
src="/low.webp"
alt=""
class="absolute inset-0 h-full rounded-xl object-cover object-left"
/>
<img
id="image-after"
src="/high.jpg"
src="/high.webp"
alt=""
class="h-full w-full object-cover object-left"
/>
Expand Down Expand Up @@ -123,7 +123,7 @@
>
<p class="mb-5 text-center font-bold text-slate-500">AS SEEN ON</p>

<div class="animate-marquee flex w-[200%] justify-evenly">
<div class="flex w-[200%] animate-marquee justify-evenly">
{#each [...logos, ...logos] as logo}
<img
src={logo}
Expand Down

0 comments on commit 0550522

Please sign in to comment.