Sorry for the spam last one i promise

This commit is contained in:
IZZY 2025-05-31 23:40:55 +01:00
parent 8f70ac60c6
commit 27dfc18154

View File

@ -170,10 +170,10 @@ export default function Home() {
<p className="mt-20"></p> <p className="mt-20"></p>
<section className="relative z-10 flex flex-col items-start text-left w-5/6 mx-auto px-2 -mt-5 mb-2"> <section className="relative z-10 flex flex-col items-start text-left w-5/6 mx-auto px-2 -mt-5 mb-2">
<h1 className="text-3xl md:text-3xl font-bold text-black drop-shadow-lg mb-3 tracking-tight"> <h1 className="text-3xl md:text-3xl font-bold text-black drop-shadow-lg mb-3 tracking-tight">
Contact Information Find Out More!
</h1> </h1>
<p className="text-lg md:text-xl text-black drop-shadow-md"> <p className="text-lg md:text-xl text-black drop-shadow-md">
Learn about Tremor Tracker's mission, our team or contact us directly: Explore more of our website...
</p> </p>
</section> </section>
<p className="mt-2"></p> <p className="mt-2"></p>
@ -203,8 +203,8 @@ export default function Home() {
<p className="mt-10"></p> <p className="mt-10"></p>
<section style={{ height: 500 }} className="text-black"> <section style={{ height: 500 }} className="text-black">
<div className="w-full relative overflow-hidden z=10"> <div className="w-full relative overflow-hidden z=10">
<div> <div className="flex justify-center">
<Image height={800} width={1500} alt="Background Image" src="/team.PNG" /> <Image height={400} width={800} alt="Background Image" src="/team.PNG" />
</div> </div>
<BottomFooter /> <BottomFooter />
</div> </div>