added content cards and picture with text section. also added hero section
This commit is contained in:
11
components/ui/hr-with-text.tsx
Normal file
11
components/ui/hr-with-text.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
export default function hrWithText() {
|
||||
return (
|
||||
<>
|
||||
<div className="flex items-center w-full my-4 md:my-10">
|
||||
<div className="flex-1 h-px bg-neutral-300 dark:bg-neutral-700" />
|
||||
<span className="px-4 text-2xl text-neutral-400 dark:text-neutral-500 select-none">scroll down</span>
|
||||
<div className="flex-1 h-px bg-neutral-300 dark:bg-neutral-700" />
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user