update landing page ui

This commit is contained in:
Aman Varshney
2025-05-23 14:17:31 +05:30
parent 6c8e206e59
commit c01e751fe1
8 changed files with 381 additions and 188 deletions

View File

@@ -7,7 +7,7 @@ const Footer = () => {
<div className="mx-auto max-w-6xl px-4 py-12 sm:px-6">
<div className="mb-12 grid gap-8 md:grid-cols-3">
<div>
<h3 className="mb-4 flex items-center gap-2 font-bold text-foreground text-lg">
<h3 className="mb-4 flex items-center gap-2 font-semibold text-base text-foreground">
<span>Better-T Stack</span>
</h3>
<p className="text-muted-foreground leading-relaxed">
@@ -44,7 +44,7 @@ const Footer = () => {
</div>
<div>
<h3 className="mb-4 font-bold text-foreground text-lg">
<h3 className="mb-4 font-semibold text-base text-foreground">
Resources
</h3>
<ul className="space-y-2.5 text-muted-foreground">
@@ -90,7 +90,9 @@ const Footer = () => {
</div>
<div>
<h3 className="mb-4 font-bold text-foreground text-lg">Contact</h3>
<h3 className="mb-4 font-semibold text-base text-foreground">
Contact
</h3>
<div className="space-y-2.5 text-muted-foreground">
<p className="flex items-center">
<span className="mr-2 rounded bg-muted px-2 py-1 font-mono text-sm">

View File

@@ -47,6 +47,7 @@ export default function Navbar() {
label: "Demo",
target: "_blank",
},
{ href: "/showcase", label: "Showcase" },
{ href: "/docs", label: "Docs" },
{
href: "https://www.npmjs.com/package/create-better-t-stack",
@@ -67,6 +68,7 @@ export default function Navbar() {
label: "Demo",
target: "_blank",
},
{ href: "/showcase", label: "Showcase" },
{ href: "/docs", label: "Docs" },
{
href: "https://www.npmjs.com/package/create-better-t-stack",