diff --git a/components/HeroCarousel.tsx b/components/HeroCarousel.tsx index 52ce553..d508602 100644 --- a/components/HeroCarousel.tsx +++ b/components/HeroCarousel.tsx @@ -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'}, ] diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 090c3ba..e343d86 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -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' }, ] diff --git a/public/assets/images/hero-1.jpeg b/public/assets/images/hero-1.jpeg new file mode 100644 index 0000000..073b36e Binary files /dev/null and b/public/assets/images/hero-1.jpeg differ diff --git a/public/assets/images/hero-1.svg b/public/assets/images/hero-1.svg deleted file mode 100644 index 68514bd..0000000 --- a/public/assets/images/hero-1.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/public/assets/images/hero-2.jpeg b/public/assets/images/hero-2.jpeg new file mode 100644 index 0000000..bc401f8 Binary files /dev/null and b/public/assets/images/hero-2.jpeg differ diff --git a/public/assets/images/hero-2.svg b/public/assets/images/hero-2.svg deleted file mode 100644 index e8feb7a..0000000 --- a/public/assets/images/hero-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/public/assets/images/hero-3.jpeg b/public/assets/images/hero-3.jpeg new file mode 100644 index 0000000..5a52422 Binary files /dev/null and b/public/assets/images/hero-3.jpeg differ diff --git a/public/assets/images/hero-3.svg b/public/assets/images/hero-3.svg deleted file mode 100644 index 5688a81..0000000 --- a/public/assets/images/hero-3.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - -