chore: update wording
This commit is contained in:
parent
ef050b5e55
commit
9e1e15d4eb
@ -4,7 +4,7 @@
|
|||||||
"og:description": "",
|
"og:description": "",
|
||||||
"author": "BennyKok",
|
"author": "BennyKok",
|
||||||
"tagline": "Stable Diffusion from your terminal to the world",
|
"tagline": "Stable Diffusion from your terminal to the world",
|
||||||
"description": "Manage all your open development ports and remote Vercel deployment.",
|
"description": "From your comfyui workflow to production ready API, flexibility at the speed of thought",
|
||||||
"pricingPlan": [
|
"pricingPlan": [
|
||||||
{
|
{
|
||||||
"name": "Free",
|
"name": "Free",
|
||||||
|
@ -42,6 +42,7 @@ export default function RootLayout({
|
|||||||
</head>
|
</head>
|
||||||
<body className={inter.className}>
|
<body className={inter.className}>
|
||||||
<main className="w-full flex min-h-[100dvh] flex-col items-center justify-start">
|
<main className="w-full flex min-h-[100dvh] flex-col items-center justify-start">
|
||||||
|
<div className="z-[-1] fixed h-full w-full bg-white"><div className="absolute h-full w-full bg-[radial-gradient(#e5e7eb_1px,transparent_1px)] [background-size:16px_16px] [mask-image:radial-gradient(ellipse_50%_50%_at_50%_50%,#000_70%,transparent_100%)]"></div></div>
|
||||||
<div className="w-full h-18 flex items-center justify-between gap-4 p-4 border-b border-gray-200">
|
<div className="w-full h-18 flex items-center justify-between gap-4 p-4 border-b border-gray-200">
|
||||||
<div className="flex flex-row items-center gap-4">
|
<div className="flex flex-row items-center gap-4">
|
||||||
<a className="font-bold text-md md:text-lg hover:underline" href="/">
|
<a className="font-bold text-md md:text-lg hover:underline" href="/">
|
||||||
@ -66,7 +67,7 @@ export default function RootLayout({
|
|||||||
</div>
|
</div>
|
||||||
{/* <div></div> */}
|
{/* <div></div> */}
|
||||||
</div>
|
</div>
|
||||||
<div className="md:px-10 px-6 w-full h-full">
|
<div className="md:px-10 px-6 w-full min-h-[calc(100dvh-73px)]">
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
<Toaster richColors />
|
<Toaster richColors />
|
||||||
|
@ -48,7 +48,7 @@ export default function Main() {
|
|||||||
<div className="flex flex-col items-center gap-10">
|
<div className="flex flex-col items-center gap-10">
|
||||||
{/* Hero Section */}
|
{/* Hero Section */}
|
||||||
|
|
||||||
<Section className="items-left min-h-[calc(100dvh-60px)] flex-col ">
|
<Section className="items-left min-h-[calc(100dvh-73px)] flex-col ">
|
||||||
<div className="flex flex-col justify-center gap-2">
|
<div className="flex flex-col justify-center gap-2">
|
||||||
<Section.Announcement
|
<Section.Announcement
|
||||||
className="text-sm"
|
className="text-sm"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user