updated Hero section
This commit is contained in:
parent
820aa0880e
commit
2329990b1f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import Image from 'next/image'
|
|||
import React from 'react'
|
||||
import Img_hero from '../../public/img.png'
|
||||
|
||||
function Test() {
|
||||
function Hero() {
|
||||
return (
|
||||
<div>
|
||||
<div className='items-center text-center my-10 pb-5'>
|
||||
|
@ -15,4 +15,4 @@ function Test() {
|
|||
)
|
||||
}
|
||||
|
||||
export default Test
|
||||
export default Hero
|
Loading…
Add table
Reference in a new issue