Merge branch 'pro-5-new-landing-page' of github.com:spacedriveapp/spacedrive into pro-5-new-landing-page

This commit is contained in:
lynx
2024-08-30 20:21:45 -05:00

View File

@@ -123,7 +123,7 @@ export default async function Page() {
{/* <div className="h-[100px] sm:h-[200px] w-full" /> */}
</div>
{/* Explorer Section */}
<div className="flex w-full flex-col p-4">
<div className="flex w-full flex-col items-center justify-center p-4">
<div className="pb-6 xs:pb-24">
<h1 className="text-xl">
Explorer. Browse and manage your data like never before.
@@ -191,7 +191,7 @@ export default async function Page() {
</div>
</div>
{/* 4 Corners Section */}
<div className="flex w-full flex-col p-4">
<div className="flex w-full flex-col items-center justify-center p-4">
<div className="pb-6 xs:pb-24">
<h1 className="text-xl">TODO 4 Corners Section</h1>
</div>