TDN-M commited on
Commit
5a8743f
·
verified ·
1 Parent(s): e34b6c6

Update pages/index.js

Browse files
Files changed (1) hide show
  1. pages/index.js +3 -20
pages/index.js CHANGED
@@ -272,9 +272,8 @@ export default function Home() {
272
  return (
273
  <>
274
  <Head>
275
- <title>Gemini Co-Drawing</title>
276
- <meta name="description" content="Gemini Co-Drawing" />
277
- <link rel="icon" href="/favicon.ico" />
278
  </Head>
279
  <div className="min-h-screen notebook-paper-bg text-gray-900 flex flex-col justify-start items-center">
280
 
@@ -282,23 +281,7 @@ export default function Home() {
282
  {/* Header section with title and tools */}
283
  <div className="flex flex-col sm:flex-row sm:justify-between sm:items-end mb-2 sm:mb-6 gap-2">
284
  <div>
285
- <h1 className="text-2xl sm:text-3xl font-bold mb-0 leading-tight font-mega">Gemini Co-Drawing</h1>
286
- <p className="text-sm sm:text-base text-gray-500 mt-1">
287
- Built with{" "}
288
- <a className="underline" href="https://ai.google.dev/gemini-api/docs/image-generation" target="_blank" rel="noopener noreferrer">
289
- Gemini 2.0 native image generation
290
- </a>
291
- </p>
292
- <p className="text-sm sm:text-base text-gray-500 mt-1">
293
- by{" "}
294
- <a className="underline" href="https://x.com/trudypainter" target="_blank" rel="noopener noreferrer">
295
- @trudypainter
296
- </a>
297
- {" "}and{" "}
298
- <a className="underline" href="https://x.com/alexanderchen" target="_blank" rel="noopener noreferrer">
299
- @alexanderchen
300
- </a>
301
- </p>
302
  </div>
303
 
304
  <menu className="flex items-center bg-gray-300 rounded-full p-2 shadow-sm self-start sm:self-auto">
 
272
  return (
273
  <>
274
  <Head>
275
+ <title>TDNM Space For Testing New Idea</title>
276
+ <meta name="description" content="Gemini Co-DrawingTDNM Space For Testing New Idea" />
 
277
  </Head>
278
  <div className="min-h-screen notebook-paper-bg text-gray-900 flex flex-col justify-start items-center">
279
 
 
281
  {/* Header section with title and tools */}
282
  <div className="flex flex-col sm:flex-row sm:justify-between sm:items-end mb-2 sm:mb-6 gap-2">
283
  <div>
284
+ <h1 className="text-2xl sm:text-3xl font-bold mb-0 leading-tight font-mega">Draw Your Layout</h1>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
285
  </div>
286
 
287
  <menu className="flex items-center bg-gray-300 rounded-full p-2 shadow-sm self-start sm:self-auto">