Damn, I like this website!
This commit is contained in:
10
src/components/features.tsx
Normal file
10
src/components/features.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import TextReveal from "./ui/text-reveal";
|
||||
|
||||
export default function Features() {
|
||||
return (
|
||||
<div>
|
||||
<TextReveal text="Zen will change the way you browse the web. 🌟" />
|
||||
TODO: Features here!
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user