updated Hero section

This commit is contained in:
Juthatip McDevitt 2024-07-12 21:27:57 -05:00
parent 820aa0880e
commit 2329990b1f

View file

@ -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