Skip to content

Commit

Permalink
some bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
urzahmed committed May 20, 2024
1 parent a93c51e commit 90aef0a
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 31 deletions.
6 changes: 3 additions & 3 deletions components/HeroCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { Carousel } from 'react-responsive-carousel';
import Image from "next/image";

const heroImages = [
{ imgUrl: '/assets/images/hero-1.svg', alt: 'smartwatch'},
{ imgUrl: '/assets/images/hero-2.svg', alt: 'bag'},
{ imgUrl: '/assets/images/hero-3.svg', alt: 'lamp'},
{ imgUrl: '/assets/images/hero-1.jpeg', alt: 'smartwatch'},
{ imgUrl: '/assets/images/hero-2.jpeg', alt: 'bag'},
{ imgUrl: '/assets/images/hero-3.jpeg', alt: 'lamp'},
{ imgUrl: '/assets/images/hero-4.svg', alt: 'air fryer'},
{ imgUrl: '/assets/images/hero-5.svg', alt: 'chair'},
]
Expand Down
1 change: 0 additions & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Image from 'next/image'
import Link from 'next/link'

const navIcons = [
{ src: '/assets/icons/search.svg', alt: 'search' },
{ src: '/assets/icons/black-heart.svg', alt: 'heart' },
{ src: '/assets/icons/user.svg', alt: 'user' },
]
Expand Down
Binary file added public/assets/images/hero-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/assets/images/hero-1.svg

This file was deleted.

Binary file added public/assets/images/hero-2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/assets/images/hero-2.svg

This file was deleted.

Binary file added public/assets/images/hero-3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/assets/images/hero-3.svg

This file was deleted.

0 comments on commit 90aef0a

Please sign in to comment.