From 287e9df8cd30ba307f260942e1e765f525e773dd Mon Sep 17 00:00:00 2001 From: fgrreloaded Date: Sat, 1 Mar 2025 22:37:40 +0530 Subject: [PATCH] final fix design --- .../_components/CustomizableSection.tsx | 60 +++++++++++-------- .../(home)/_components/TechConstellation.tsx | 18 ++++++ apps/web/src/lib/constant.ts | 5 +- 3 files changed, 56 insertions(+), 27 deletions(-) diff --git a/apps/web/src/app/(home)/_components/CustomizableSection.tsx b/apps/web/src/app/(home)/_components/CustomizableSection.tsx index c9d5430..400c3bd 100644 --- a/apps/web/src/app/(home)/_components/CustomizableSection.tsx +++ b/apps/web/src/app/(home)/_components/CustomizableSection.tsx @@ -4,46 +4,56 @@ import CustomizableStack from "./CustomizableStack"; export default function CustomizableSection() { return (
-
- - Your Stack, Your Choice - +
+
+ + + {">"} + + + Your Stack, Your Choice + + +
+
+ -

- Better-T Stack comes with carefully selected defaults, but we - understand one size doesn't fit all. - +

+ $ Better-T Stack with + defaults, + {" "} - Customize your stack{" "} - - while maintaining full type safety and integration. + customizable options + {" "} + for your perfect development environment

-
- - Multiple Database Options +
+ + --multiple-database-options - - Flexible Authentication + + --flexible-authentication - - Alternative ORMs + + --alternative-orms - - Framework Choices + + --framework-choices
+
{ {tech.name}

{tech.description}

+
+
+ + {tech.name} + +

{tech.description}

+
+
); })} diff --git a/apps/web/src/lib/constant.ts b/apps/web/src/lib/constant.ts index 8f2b14d..c4e58d1 100644 --- a/apps/web/src/lib/constant.ts +++ b/apps/web/src/lib/constant.ts @@ -21,7 +21,7 @@ export const technologies = [ textColor: "text-black", description: "Fast all-in-one JavaScript runtime", top: "top-[2px]", - left: "left-[10rem]", + left: "left-[11rem]", }, { name: "tRPC", @@ -43,7 +43,7 @@ export const technologies = [ textColor: "text-white", description: "Type-safe routing", top: "top-[2px]", - left: "left-[7.5rem]", + left: "left-[8.5rem]", }, { name: "Tailwind CSS", @@ -92,6 +92,7 @@ export const technologies = [ color: "bg-green-400", textColor: "text-black", description: "TypeScript ORM", + left: "left-[4rem]", }, { name: "Sqlite",