Skip to content

Commit

Permalink
Remove marketing
Browse files Browse the repository at this point in the history
  • Loading branch information
abs committed Sep 3, 2024
1 parent 4c53d37 commit 4182235
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
6 changes: 3 additions & 3 deletions storefront/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import Yc from "../ui/landing/yc.astro";
<Main meta={{ title: "Metrics and observability for Supabase" }}>
<Hero />
<WhySupafana />
<Scaling />
{/* <Scaling /> */}
<Yc />
<Customers />
<Testimonials />
{/* <Customers /> */}
{/* <Testimonials /> */}
</Main>
20 changes: 10 additions & 10 deletions storefront/src/ui/landing/features.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ import { FaInternetExplorer as Intranet } from "react-icons/fa";
</div>
</div>
</div>
{
/*
<div class="flex">
<div
class="relative box-border flex flex-col gap-5 overflow-hidden dark:border-neutral-800 rounded-xl border p-8 no-underline text-black dark:text-white"
Expand All @@ -70,6 +72,8 @@ import { FaInternetExplorer as Intranet } from "react-icons/fa";
</div>
</div>
</div>
*/
}
<div class="flex">
<div
class="relative box-border flex flex-col gap-5 overflow-hidden dark:border-neutral-800 rounded-xl border p-8 no-underline text-black dark:text-white"
Expand All @@ -82,20 +86,14 @@ import { FaInternetExplorer as Intranet } from "react-icons/fa";
<div class="flex flex-col gap-2">
<h3 class="m-0 font-bold leading-5text-white">Secure</h3>
<p class="m-0 leading-6 opacity-70">
<a
class="link flex gap-1.5 items-center"
href="https://github.com/supabase/supabase-grafana"
target="_blank"><GitHub /> supabase-grafana</a
> requires a <a href="https://supabase.com/docs/guides/api/api-keys"
>highly-sensitive <code class="text-xs">service_role</code> key</a
>. Unless you’re running your Grafana container on the intranet, it’s imperative to take
security extremely seriously&mdash;for example, to keep the dashboard behind <code
class="text-xs">https://</code
>.
Supafana secures your Grafana/Prometheus instance with TLS, a strong password, and
sensible infrastructure.
</p>
</div>
</div>
</div>
{
/*
<div class="flex">
<div
class="relative box-border flex flex-col gap-5 overflow-hidden dark:border-neutral-800 rounded-xl border p-8 no-underline text-black dark:text-white"
Expand All @@ -118,6 +116,8 @@ import { FaInternetExplorer as Intranet } from "react-icons/fa";
</div>
</div>
</div>
*/
}
<div class="flex">
<div
class="relative box-border flex flex-col gap-5 overflow-hidden dark:border-neutral-800 rounded-xl border p-8 no-underline text-black dark:text-white"
Expand Down
4 changes: 4 additions & 0 deletions storefront/src/ui/landing/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,17 @@ const year = new Date().getFullYear();
})
}
</div>
{
/*
<div class="self-start md:col-span-1">
<div class="text-sm text-zinc-600 dark:text-zinc-500">
Site design stolen from Turborepo with much ❤️ <nbsp
>and <span title="mad">😠</span> respect</nbsp
>
</div>
</div>
*/
}
</div>
<a href="https://fogbender.com" target="_blank" class="mt-10 block">
<div class="text-sm text-zinc-600 dark:text-zinc-500 flex items-center gap-1">
Expand Down

0 comments on commit 4182235

Please sign in to comment.