-
- $ Better-T Stack with
- defaults,
-
+
+ ${" "}
+ Better-T Stack with defaults,
+
{" "}
customizable options
{" "}
for your perfect development environment
-
-
+
+
--multiple-database-options
-
+
--flexible-authentication
-
+
--alternative-orms
-
+
--framework-choices
diff --git a/apps/web/src/app/(home)/_components/CustomizableStack.tsx b/apps/web/src/app/(home)/_components/CustomizableStack.tsx
index 195e968..91f2410 100644
--- a/apps/web/src/app/(home)/_components/CustomizableStack.tsx
+++ b/apps/web/src/app/(home)/_components/CustomizableStack.tsx
@@ -411,21 +411,21 @@ const CustomizableStack = () => {
-
-
+
+
-
+
-
-
+
+
Select technologies from the left panel to customize your stack. The
graph will automatically update connections.
-
+
{
}}
>
diff --git a/apps/web/src/app/(home)/_components/FeaturedSection.tsx b/apps/web/src/app/(home)/_components/FeaturedSection.tsx
index 3455315..1b6b74e 100644
--- a/apps/web/src/app/(home)/_components/FeaturedSection.tsx
+++ b/apps/web/src/app/(home)/_components/FeaturedSection.tsx
@@ -28,26 +28,28 @@ const Featured = () => {
].map((feature) => (
-
-
+
+
{feature.title}
-
{feature.description}
+
+ {feature.description}
+
))}
-
+
-
+
Write Better Code, Faster
-
+
Leverage the power of TypeScript with our carefully selected tools
and frameworks.
@@ -74,14 +76,16 @@ const Featured = () => {
].map((item) => (
-
+
-
+
{item.title}
-
{item.description}
+
+ {item.description}
+
))}
@@ -89,20 +93,20 @@ const Featured = () => {
-
-
+
+
{`// Type-safe API endpoint
export const userRouter = router({
- get: publicProcedure
- .input(z.string())
- .query(async ({ input }) => {
- const user = await db
- .select()
- .from(users)
- .where(eq(users.id, input));
+ get: publicProcedure
+ .input(z.string())
+ .query(async ({ input }) => {
+ const user = await db
+ .select()
+ .from(users)
+ .where(eq(users.id, input));
- return user;
- })
+ return user;
+ })
});`}
@@ -112,10 +116,10 @@ export const userRouter = router({
-
+
Ready to Build Something Amazing?
-
+
Start your next project with Better-T Stack and experience the future
of web development.
diff --git a/apps/web/src/app/(home)/_components/Footer.tsx b/apps/web/src/app/(home)/_components/Footer.tsx
index 5ddbbf8..311155b 100644
--- a/apps/web/src/app/(home)/_components/Footer.tsx
+++ b/apps/web/src/app/(home)/_components/Footer.tsx
@@ -2,28 +2,28 @@ import Link from "next/link";
const Footer = () => {
return (
-