mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
updated hero-section gradient
This commit is contained in:
@@ -10,7 +10,7 @@ export const metadata: Metadata = {
|
||||
|
||||
export default function Layout({ children }: { children: ReactNode }) {
|
||||
return (
|
||||
<main className="relative z-10 min-h-svh bg-zinc-50 dark:bg-zinc-950 transition-colors duration-300 overflow-hidden">
|
||||
<main className="relative z-10 min-h-svh bg-zinc-50 dark:bg-slate-950 transition-colors duration-300 overflow-hidden">
|
||||
<Navbar />
|
||||
{children}
|
||||
<Footer />
|
||||
|
||||
@@ -5,7 +5,6 @@ import BackgroundGradients from "./_components/BackgroundGradients";
|
||||
import CodeContainer from "./_components/CodeContainer";
|
||||
import CustomizableSection from "./_components/CustomizableSection";
|
||||
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";
|
||||
@@ -16,7 +15,6 @@ export default function HomePage() {
|
||||
<main className="flex flex-col items-center justify-start sm:p-8 p-4 !pt-40">
|
||||
<BackgroundGradients />
|
||||
<Spotlight />
|
||||
<SideCircles />
|
||||
<div className="max-w-6xl mx-auto text-center mb-16 relative z-50 ">
|
||||
<div className="relative z-10">
|
||||
<div className="flex flex-col items-center justify-center space-y-4 text-center">
|
||||
|
||||
Reference in New Issue
Block a user