mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
develop the hero section of the landing page
This commit is contained in:
18
apps/web/src/app/(home)/_components/CenterLines.tsx
Normal file
18
apps/web/src/app/(home)/_components/CenterLines.tsx
Normal file
@@ -0,0 +1,18 @@
|
||||
import React from 'react'
|
||||
|
||||
const CenterLines = () => {
|
||||
return (
|
||||
<>
|
||||
<div className='absolute top-3/4 -translate-y-1/2 left-0 w-80 h-14
|
||||
rounded-bl-3xl transform rotate-180
|
||||
border-b-2 border-l-2 border-slate-700
|
||||
shadow-lg backdrop-blur-sm' />
|
||||
<div className='absolute top-3/4 -translate-y-1/2 right-0 w-80 h-14
|
||||
rounded-br-3xl transform rotate-180
|
||||
border-b-2 border-r-2 border-slate-700
|
||||
shadow-lg backdrop-blur-sm' />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default CenterLines
|
||||
Reference in New Issue
Block a user