chore: setup project for production
This commit is contained in:
12
components/about-us/AboutTopBanner.jsx
Normal file
12
components/about-us/AboutTopBanner.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react'
|
||||
|
||||
const AboutUsTopBanner = () => {
|
||||
return (
|
||||
<div className='min-h-[30vh] text-[#b68d40] bg-[#122620] flex flex-col justify-center items-center'>
|
||||
<h1 className=' sm:text-2xl text-sm sm:w-3/5 text-center mx-auto'>"Rudraksha is merely a seed for some and for some it is the majestic bead that changed their life. It is therefore the way you wear, energize and select the Rudraksha that makes the difference."</h1>
|
||||
<h2 className='sm:text-sm text-xs'>- Late Mr. Balaram Khatiwada (Founding Father, Gupta Rudraksha)</h2>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default AboutUsTopBanner
|
||||
Reference in New Issue
Block a user