This commit is contained in:
BGV
2025-03-30 10:23:56 -04:00
parent 1abde07922
commit 0178113771

View File

@@ -78,7 +78,7 @@ export default function Home() {
<div className="space-y-7 items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]"> <div className="space-y-7 items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]">
<h1 <h1
className="space-y-3 text-4xl text-lime-500 subpixel-antialiased animate-fadeIn" className="space-y-3 text-4xl text-lime-500 subpixel-antialiased animate-fadeIn text-center font-stretch-semi-expanded"
style={{ animationDelay: "0s", fontFamily: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif' }} style={{ animationDelay: "0s", fontFamily: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif' }}
> >
welcome to Fauxcall welcome to Fauxcall
@@ -147,7 +147,7 @@ export default function Home() {
return ( return (
<div className="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]"> <div className="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-10 sm:p-20 font-[family-name:var(--font-geist-sans)]">
<main className="flex flex-col gap-[32px] row-start-2 items-center sm:items-start"> <main className="flex flex-col gap-[32px] row-start-2 items-center sm:items-start">
@@ -169,12 +169,12 @@ export default function Home() {
placeholder="Codeword" placeholder="Codeword"
className="border border-gray-300 rounded-md p-2" className="border border-gray-300 rounded-md p-2"
/> />
<button {/* <button
className="bg-blue-500 text-white font-semibold font-lg rounded-md p-2" className="bg-blue-500 text-white font-semibold font-lg rounded-md p-2"
type="submit" type="submit"
> >
Set codeword Set codeword
</button> </button> */}
</form> </form>
{/* form for adding contacts */} {/* form for adding contacts */}
<form <form
@@ -198,15 +198,15 @@ export default function Home() {
font-semibold font-lg rounded-md p-2" font-semibold font-lg rounded-md p-2"
type="button" type="button"
> >
Add Add Contact
</button> </button>
<hr />
<button <button
type="button" type="button"
onClick={saveToDB} onClick={saveToDB}
className="bg-slate-500 text-yellow-300 text-stretch-50% font-lg rounded-md p-2" className="bg-slate-500 text-yellow-300 text-stretch-50% font-lg rounded-md p-2"
> >
Save Save Settings
</button> </button>
</form> </form>
<div> <div>
@@ -217,7 +217,7 @@ export default function Home() {
</a> </a>
</div> </div>
<p> <p>
<a href="/auth/logout"> <a href="/auth/logout" className="font-semibold font-lg rounded-md p-2">
<button>Log out</button> <button>Log out</button>
</a> </a>
</p> </p>