diff --git a/app/components/hero.tsx b/app/components/hero.tsx index 62f5992..701bee5 100644 --- a/app/components/hero.tsx +++ b/app/components/hero.tsx @@ -15,14 +15,14 @@ import { Contra } from "@/icons"; export function Hero() { return (
-
-
+
+
sajadevo avatar @@ -30,14 +30,14 @@ export function Hero() { tiny supply @@ -45,29 +45,29 @@ export function Hero() {
-

+

Hey, I'm Sajad.
Developer & Designer

-

+

A web developer and designer with 7+ year experience helping startups and early-stage companies to build their websites and apps.

-
+
- diff --git a/app/components/services.tsx b/app/components/services.tsx index 5034e7f..c72ade7 100644 --- a/app/components/services.tsx +++ b/app/components/services.tsx @@ -9,11 +9,11 @@ import { Codepen, Figma, PencilRuler } from "lucide-react"; export function Services() { return (
-
-

+
+

What I do

-
+
-
+
sajadevo avatar - + -
+ + +
You
-

+

Currently accepting projects for Q1 2025

- diff --git a/app/globals.css b/app/globals.css index b552c07..9cee3dd 100644 --- a/app/globals.css +++ b/app/globals.css @@ -14,6 +14,17 @@ --breakpoint-xs: 480px; } +@variant dark (&:where(.dark, .dark *)); + +.dark { + --color-white: #010101; + --color-black: #fcfcfc; + --color-background: #010101; + --color-foreground: #a4a4a4; + --color-secondary: #151515; + --color-primary: #fcfcfc; +} + ::selection { @apply bg-primary text-white; } diff --git a/app/layout.tsx b/app/layout.tsx index 78c556e..63641d5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,8 @@ // @components -import { Header, Footer, FrameLines } from "@/components"; +import { Header } from "@/components/header"; +import { Footer } from "@/components/footer"; +import { Providers } from "@/components/providers"; +import { FrameLines } from "@/components/frame-lines"; import { OpenPanelComponent } from "@openpanel/nextjs"; // @utils @@ -30,7 +33,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + - -
-
- {children} -
-