feat(web): add og image

This commit is contained in:
Aman Varshney
2025-08-29 23:48:43 +05:30
parent 9f309a8db3
commit f37412f076
17 changed files with 159 additions and 46 deletions

View File

@@ -10,7 +10,7 @@ const Footer = () => {
<div className="mb-8 grid gap-8 sm:mb-12 sm:grid-cols-2 lg:grid-cols-3 lg:gap-12">
<div className="sm:col-span-2 lg:col-span-1">
<h3 className="mb-3 flex items-center gap-2 font-semibold text-base text-foreground sm:mb-4">
<span>Better-T Stack</span>
<span>Better-T-Stack</span>
</h3>
<p className="mb-4 text-muted-foreground text-sm leading-relaxed sm:mb-6 sm:text-base lg:pr-4">
Type-safe, modern TypeScript scaffolding for full-stack web
@@ -94,7 +94,7 @@ const Footer = () => {
<div className="flex flex-col items-center justify-between gap-4 border-border border-t pt-6 sm:flex-row sm:gap-6 sm:pt-8">
<p className="text-center text-muted-foreground text-xs sm:text-left sm:text-sm">
© {new Date().getFullYear()} Better-T Stack. All rights reserved.
© {new Date().getFullYear()} Better-T-Stack. All rights reserved.
</p>
<p className="flex items-center gap-1.5 text-muted-foreground text-xs sm:text-sm">
Built with

View File

@@ -73,11 +73,11 @@ export default function StatsSection({
</div>
<div className="border-border/50 border-t pt-3">
<div className="flex items-center justify-between text-xs">
<div className="flex items-center justify-between gap-2 text-xs">
<span className="font-mono text-muted-foreground">
Last Updated
</span>
<span className="font-mono text-accent">
<span className="truncate font-mono text-accent">
{analyticsData?.lastUpdated ||
new Date().toLocaleDateString("en-US", {
month: "short",
@@ -134,11 +134,11 @@ export default function StatsSection({
</div>
<div className="border-border/50 border-t pt-3">
<div className="flex items-center justify-between text-xs">
<div className="flex items-center justify-between gap-2 text-xs">
<span className="font-mono text-muted-foreground">
Repository
</span>
<span className="font-mono text-accent">
<span className="truncate font-mono text-accent">
AmanVarshney01/create-better-t-stack
</span>
</div>
@@ -196,9 +196,9 @@ export default function StatsSection({
</div>
<div className="border-border/50 border-t pt-3">
<div className="flex items-center justify-between text-xs">
<div className="flex items-center justify-between gap-2 text-xs">
<span className="font-mono text-muted-foreground">Package</span>
<span className="font-mono text-accent">
<span className="truncate font-mono text-accent">
create-better-t-stack
</span>
</div>