edit layout
This commit is contained in:
@@ -22,7 +22,7 @@ export const metadata = {
|
||||
default: 'DeceptiConf - A community-driven design conference',
|
||||
},
|
||||
description:
|
||||
'At DeceptiConf you’ll learn about the latest dark patterns being developed to trick even the smartest visitors, and you’ll learn how to deploy them without ever being detected.',
|
||||
'At OurVerse you’ll learn about the latest dark patterns being developed to trick even the smartest visitors, and you’ll learn how to deploy them without ever being detected.',
|
||||
}
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
|
@@ -7,7 +7,7 @@ export function Footer() {
|
||||
<Container className="flex flex-col items-center justify-between md:flex-row">
|
||||
<Logo className="h-12 w-auto text-slate-900" />
|
||||
<p className="mt-6 text-base text-slate-500 md:mt-0">
|
||||
Copyright © {new Date().getFullYear()} DeceptiConf, LLC. All
|
||||
Copyright © {new Date().getFullYear()} OurVerse, LLC. All
|
||||
rights reserved.
|
||||
</p>
|
||||
</Container>
|
||||
|
@@ -9,7 +9,7 @@ export function Hero() {
|
||||
<Container className="relative">
|
||||
<div className="mx-auto max-w-2xl lg:max-w-4xl lg:px-12">
|
||||
<h1 className="font-display text-5xl font-bold tracking-tighter text-blue-600 sm:text-7xl">
|
||||
<span className="sr-only">DeceptiConf - </span>A design conference
|
||||
<span className="sr-only">OurVerse - </span>A design conference
|
||||
for the dark side.
|
||||
</h1>
|
||||
<div className="mt-6 space-y-6 font-display text-2xl tracking-tight text-blue-900">
|
||||
@@ -20,7 +20,7 @@ export function Hero() {
|
||||
from Western Union.
|
||||
</p>
|
||||
<p>
|
||||
At DeceptiConf you’ll learn about the latest dark patterns being
|
||||
At OurVerse you’ll learn about the latest dark patterns being
|
||||
developed to trick even the smartest visitors, and you’ll learn
|
||||
how to deploy them without ever being detected.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user