Compare commits
3 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e8e548134 | ||
|
|
37ad8f1f3f | ||
| 5fc81ce086 |
@@ -23,6 +23,10 @@ const HeroImage = ({
|
||||
return (
|
||||
<section className="relative overflow-hidden bg-background text-foreground">
|
||||
<div className="container relative z-10 flex flex-col items-center justify-center min-h-svh text-center">
|
||||
import { Avatar, AvatarImage, AvatarFallback } from "@/components/ui/avatar";
|
||||
|
||||
import { Avatar, AvatarImage, AvatarFallback } from "@/components/ui/avatar";
|
||||
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
|
||||
Reference in New Issue
Block a user