mukaist commited on
Commit
ad4c8dd
·
verified ·
1 Parent(s): 0e18678

Update app/(main)/page.tsx

Browse files
Files changed (1) hide show
  1. app/(main)/page.tsx +1 -9
app/(main)/page.tsx CHANGED
@@ -104,15 +104,7 @@ export default function Home() {
104
 
105
  return (
106
  <main className="mt-12 flex w-full flex-1 flex-col items-center px-4 text-center sm:mt-1">
107
- <a
108
- className="mb-4 inline-flex h-7 shrink-0 items-center gap-[9px] rounded-[50px] border-[0.5px] border-solid border-[#E6E6E6] bg-[rgba(234,238,255,0.65)] dark:bg-[rgba(30,41,59,0.5)] dark:border-gray-700 px-7 py-5 shadow-[0px_1px_1px_0px_rgba(0,0,0,0.25)]"
109
- href="https://ai.google.dev/gemini-api/docs"
110
- target="_blank"
111
- >
112
- <span className="text-center">
113
- Powered by <span className="font-medium">Gemini API</span>
114
- </span>
115
- </a>
116
  <h1 className="my-6 max-w-3xl text-4xl font-bold text-gray-800 dark:text-white sm:text-6xl">
117
  Turn your <span className="text-blue-600">idea</span>
118
  <br /> into an <span className="text-blue-600">app</span>
 
104
 
105
  return (
106
  <main className="mt-12 flex w-full flex-1 flex-col items-center px-4 text-center sm:mt-1">
107
+
 
 
 
 
 
 
 
 
108
  <h1 className="my-6 max-w-3xl text-4xl font-bold text-gray-800 dark:text-white sm:text-6xl">
109
  Turn your <span className="text-blue-600">idea</span>
110
  <br /> into an <span className="text-blue-600">app</span>