"use client"; import ShinyText from "components/ShinyText/ShinyText"; import { Poppins } from "next/font/google"; import React from "react"; import BackgroundGradients from "./_components/BackgroundGradients"; import CodeContainer from "./_components/CodeContainer"; import CustomizableSection from "./_components/CustomizableSection"; // import Featured from "./_components/FeaturedSection"; import NpmPackage from "./_components/NpmPackage"; import SideCircles from "./_components/SideCircles"; import Spotlight from "./_components/Spotlight"; import TechConstellation from "./_components/TechConstellation"; import TerminalDisplay from "./_components/Terminal"; const poppins = Poppins({ subsets: ["latin"], weight: ["400", "500", "600", "700"], }); export default function HomePage() { return (

Better-T Stack

Scaffold {" "} production-ready {" "} Better-T projects in seconds

A Symphony of Modern Tech

Carefully orchestrated stack of{" "} cutting-edge technologies , working in perfect harmony to deliver an exceptional development experience.

End-to-end Type Safety Lightning Fast Performance Modern Development Tools
); }