We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7875f commit caa4abbCopy full SHA for caa4abb
1 file changed
app/(default)/(page)/tttt/page.tsx
@@ -50,6 +50,20 @@ export default function Home() {
50
</div>
51
52
53
+ <div className="w-full px-6 flex justify-center mt-24">
54
+ <div className="w-full max-w-7xl h-48 xl:h-72 relative">
55
+ <div>
56
+ <Image
57
+ src="/assets/background/v2025.jpg"
58
+ alt="team"
59
+ fill
60
+ className="object-cover object-center rounded-sm bg-gradient-landing"
61
+ />
62
+ </div>
63
64
65
+
66
67
68
<div className="w-full px-6 flex justify-center mt-24">
69
<div className="w-full max-w-7xl flex">
0 commit comments