-
Notifications
You must be signed in to change notification settings - Fork 0
/
recycle.bin
24 lines (23 loc) · 846 Bytes
/
recycle.bin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div className="flex-col max-w-lg text-left justify-left">
{/* inline-block */}
<h1 className={title()}>High Quality Video <span className="text-transparent bg-clip-text bg-gradient-to-r from-purple-500 to-cyan-500">Meetings </span></h1>
{/* <h1 className={title({ color: "violet" })}>beautiful </h1> */}
{/* <br /> */}
<br />
<h1 className={title()}>
Now Free For Everyone
</h1>
<h2 className={subtitle({ class: "mt-4" })}>
Join VisualConnect and experience the future of seamless collaboration.
</h2>
</div>
<div className="container">
<Image
className="lg:w-3/5 md:w-1/2 object-cover object-center rounded-lg md:mt-0 mt-12"
as={NextImage}
width={900}
height={800}
src="/meeting.jpg"
alt="NextUI hero Image"
/>
</div>