use local asswts
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import { useState, useEffect, useCallback } from 'react';
|
||||
import { ChevronLeft, ChevronRight } from 'lucide-react';
|
||||
import hero1 from "@/public/hero1.png";
|
||||
import hero2 from "@/public/hero2.png";
|
||||
import hero3 from "@/public/hero3.png";
|
||||
|
||||
const heroImages = [
|
||||
'https://images.unsplash.com/photo-1556742393-d75f468bfcb0?q=80&w=2070&auto=format&fit=crop',
|
||||
'https://images.unsplash.com/photo-1552566626-52f8b828add9?q=80&w=2070&auto=format&fit=crop',
|
||||
'https://plus.unsplash.com/premium_photo-1674106347866-8282d8c19f84?q=80&w=2070&auto=format&fit=crop'
|
||||
hero1,
|
||||
hero2,
|
||||
hero3
|
||||
];
|
||||
|
||||
function Hero() {
|
||||
|
||||
Reference in New Issue
Block a user