File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { ArrowRight } from "lucide-react";
5
5
import { useTheme } from "next-themes" ;
6
6
import Image from "next/image" ;
7
7
import Link from "next/link" ;
8
-
8
+ import banner from "@/public/hero-banner.png" ;
9
9
export const HeroSection = ( ) => {
10
10
const { theme } = useTheme ( ) ;
11
11
return (
@@ -59,11 +59,9 @@ export const HeroSection = () => {
59
59
< div className = "absolute top-2 lg:-top-8 left-1/2 transform -translate-x-1/2 w-[90%] mx-auto h-24 lg:h-80 bg-indigo-500/50 rounded-full blur-3xl" > </ div >
60
60
< Image
61
61
width = { 1200 }
62
- height = { 1200 }
62
+ height = { 600 }
63
63
className = "w-full md:w-[1200px] mx-auto rounded-3xl relative leading-none flex items-center border-[7px] border-secondary"
64
- src = {
65
- "https://github.com/user-attachments/assets/434dfd4e-508d-468f-a42f-185672e4b1f4"
66
- }
64
+ src = { banner }
67
65
alt = "dashboard"
68
66
/>
69
67
You can’t perform that action at this time.
0 commit comments