edit
This commit is contained in:
@@ -52,7 +52,7 @@ import {
|
||||
<div className="bg-white lg:py-20 py-24">
|
||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
||||
<div className="mx-auto max-w-4xl sm:text-center">
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-blue-600">Get Started</h2>
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-blue-500">Get Started</h2>
|
||||
<p className="mt-2 font-display text-4xl font-medium tracking-tighter text-blue-700 sm:text-5xl">Build Your Own Verse</p>
|
||||
<p className="mt-6 font-display text-2xl tracking-tight text-blue-900">
|
||||
Create and customize your virtual world with powerful tools and resources that make building and managing your digital space easy and intuitive.
|
||||
@@ -92,7 +92,7 @@ import {
|
||||
<div className="mt-16 flex items-center justify-center gap-x-6">
|
||||
<a
|
||||
href="#"
|
||||
className="rounded-xl bg-blue-700 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600"
|
||||
className="rounded-xl bg-blue-700 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-500"
|
||||
>
|
||||
Build Your Own Verse Now <RocketLaunchIcon className="h-4 w-4 inline-block -mt-0.5" />
|
||||
</a>
|
||||
|
@@ -3,7 +3,7 @@ import clsx from 'clsx'
|
||||
|
||||
export function Button({ className, ...props }) {
|
||||
className = clsx(
|
||||
'inline-flex justify-center rounded-2xl bg-blue-600 py-2 px-4 text-sm font-semibold text-white hover:bg-blue-500 focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-500 active:text-white/70',
|
||||
'inline-flex justify-center rounded-2xl bg-blue-700 py-2 px-4 text-sm font-semibold text-white hover:bg-blue-500 focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-500 active:text-white/70',
|
||||
className,
|
||||
)
|
||||
|
||||
|
@@ -31,7 +31,7 @@ export default function Collaborate() {
|
||||
<div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
|
||||
<div className="lg:ml-auto lg:pl-4 lg:pt-4">
|
||||
<div className="lg:max-w-lg">
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-blue-600">Features</h2>
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-blue-500">Features</h2>
|
||||
<p className="mt-2 text-3xl font-medium tracking-tight text-blue-700 sm:text-4xl">Creative Collaboration</p>
|
||||
<p className="mt-6 text-lg leading-8 text-blue-900">
|
||||
Empower your team to create and innovate together in an immersive virtual environment.
|
||||
|
@@ -31,7 +31,7 @@ export default function Communicate() {
|
||||
<div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
|
||||
<div className="lg:pr-8 lg:pt-4">
|
||||
<div className="lg:max-w-lg">
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-blue-600">Features</h2>
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-blue-500">Features</h2>
|
||||
<p className="mt-2 text-3xl font-medium tracking-tight text-blue-700 sm:text-4xl">Advanced Communication</p>
|
||||
<p className="mt-6 text-lg leading-8 text-blue-900">
|
||||
Elevate your virtual interactions with cutting-edge communication features
|
||||
|
@@ -13,10 +13,10 @@ export function Event1() {
|
||||
<h1 className="font-display text-3xl font-semibold tracking-tighter text-blue-700 sm:text-7xl">
|
||||
VerseFest 2024
|
||||
</h1>
|
||||
<h2 className="lg:mt-4 mt-2 font-display lg:text-2xl font-normal tracking-tight text-blue-600 text-xl">
|
||||
<h2 className="lg:mt-4 mt-2 font-display lg:text-2xl font-normal tracking-tight text-blue-500 text-xl">
|
||||
<CalendarIcon className="h-8 w-8 mx-0.2 inline-block -mt-0.5" /> OCT 24-26 • 12 PM - 6 PM UTC
|
||||
</h2>
|
||||
<h2 className="lg:mt-0 mt-0 font-display lg:text-2xl font-normal tracking-tight text-blue-600 text-xl">
|
||||
<h2 className="lg:mt-0 mt-0 font-display lg:text-2xl font-normal tracking-tight text-blue-500 text-xl">
|
||||
<MapPinIcon className="h-8 w-8 mx-0.2 inline-block -mt-0.5" /> OURWORLD METAVERSE
|
||||
</h2>
|
||||
<div className="mt-6 space-y-6 font-normal lg:max-w-3xl lg:text-xl text-base -tracking-normal leading-tight text-blue-900">
|
||||
@@ -38,7 +38,7 @@ export function Event1() {
|
||||
<div className="mt-10 pb-8 flex items-center gap-x-6">
|
||||
<a
|
||||
href="#"
|
||||
className="rounded-xl bg-blue-700 px-6 py-3.5 lg:max-w-4xl max-w-2xl text-base tracking-tight font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600"
|
||||
className="rounded-xl bg-blue-700 px-6 py-3.5 lg:max-w-4xl max-w-2xl text-base tracking-tight font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-500"
|
||||
>
|
||||
Get Your Ticket <TicketIcon className="h-5 w-5 mx-0.3 inline-block -mt-0.5" />
|
||||
</a>
|
||||
|
@@ -64,7 +64,7 @@ export function Header() {
|
||||
<a
|
||||
key={item.name}
|
||||
href={item.href}
|
||||
className="text-blue-600 hover:text-blue-800 text-lg font-semibold"
|
||||
className="text-blue-500 hover:text-blue-800 text-lg font-semibold"
|
||||
onClick={() => setMobileMenuOpen(false)}
|
||||
>
|
||||
{item.name}
|
||||
|
@@ -8,7 +8,7 @@ export function Hero() {
|
||||
<BackgroundImage className="-bottom-14 -top-20" />
|
||||
<Container className="relative">
|
||||
<div className="mx-auto max-w-2xl lg:max-w-4xl lg:px-12">
|
||||
<h1 className="font-display text-3xl font-medium tracking-tighter text-blue-600 sm:text-6xl">
|
||||
<h1 className="font-display text-3xl font-medium tracking-tighter text-blue-500 sm:text-6xl">
|
||||
OurVerse
|
||||
</h1>
|
||||
<div className="mt-4 space-y-6 font-display lg:text-xl text-lg tracking-tight leading-tight text-blue-900">
|
||||
@@ -30,7 +30,7 @@ export function Hero() {
|
||||
['Countries', '15'],
|
||||
].map(([name, value]) => (
|
||||
<div key={name}>
|
||||
<dt className="font-mono text-sm text-blue-600">{name}</dt>
|
||||
<dt className="font-mono text-sm text-blue-500">{name}</dt>
|
||||
<dd className="mt-0.5 text-2xl font-semibold tracking-tight text-blue-900">
|
||||
{value}
|
||||
</dd>
|
||||
|
@@ -25,7 +25,7 @@ export function Homepage() {
|
||||
<span className="rounded-full bg-blue-700/10 px-3 py-1 text-sm font-semibold leading-6 text-blue-700 ring-1 ring-inset ring-indigo-600/10">
|
||||
What's new
|
||||
</span>
|
||||
<a href="/events/versefest" className="inline-flex items-center space-x-2 text-sm font-medium leading-6 text-blue-600 hover:text-blue-900">
|
||||
<a href="/events/versefest" className="inline-flex items-center space-x-2 text-sm font-medium leading-6 text-blue-500 hover:text-blue-900">
|
||||
<span className="underline">Announcing: VerseFest 2024</span>
|
||||
<ChevronRightIcon className="h-5 w-5 text-blue-700" aria-hidden="true" />
|
||||
</a>
|
||||
@@ -42,7 +42,7 @@ export function Homepage() {
|
||||
<div className="mt-10 pb-8 flex items-center gap-x-6">
|
||||
<a
|
||||
href="#"
|
||||
className="rounded-xl bg-blue-700 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600"
|
||||
className="rounded-xl bg-blue-700 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-500"
|
||||
>
|
||||
Join OurVerse
|
||||
</a>
|
||||
|
@@ -188,7 +188,7 @@ export function Speakers() {
|
||||
<div className="mx-auto max-w-2xl lg:mx-0">
|
||||
<h2
|
||||
id="speakers-title"
|
||||
className="font-display text-4xl font-medium tracking-tighter text-blue-600 sm:text-5xl"
|
||||
className="font-display text-4xl font-medium tracking-tighter text-blue-500 sm:text-5xl"
|
||||
>
|
||||
Speakers
|
||||
</h2>
|
||||
@@ -211,7 +211,7 @@ export function Speakers() {
|
||||
className={clsx(
|
||||
'absolute left-[-0.5px] top-[0.5625rem] hidden h-1.5 w-1.5 overflow-visible lg:block',
|
||||
dayIndex === selectedIndex
|
||||
? 'fill-blue-600 stroke-blue-600'
|
||||
? 'fill-blue-500 stroke-blue-500'
|
||||
: 'fill-transparent stroke-slate-400',
|
||||
)}
|
||||
/>
|
||||
@@ -220,7 +220,7 @@ export function Speakers() {
|
||||
className={clsx(
|
||||
'font-mono text-sm',
|
||||
dayIndex === selectedIndex
|
||||
? 'text-blue-600'
|
||||
? 'text-blue-500'
|
||||
: 'text-slate-500',
|
||||
)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user