diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index da07aa6..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index f5044da..ef3abd0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /.env **/*~lock* +.DS_Store app-old/.pnpm-store app-old/node_modules diff --git a/app/components/Image.tsx b/app/components/Image.tsx index 3acbe21..4308221 100644 --- a/app/components/Image.tsx +++ b/app/components/Image.tsx @@ -7,11 +7,11 @@ export default function Image(props: ImageProps) { return ( {isDecorationImage ); } diff --git a/app/partials/HeroSection.tsx b/app/partials/HeroSection.tsx index 6dc2914..55a78b4 100644 --- a/app/partials/HeroSection.tsx +++ b/app/partials/HeroSection.tsx @@ -1,5 +1,3 @@ -import type { JSX } from "solid-js"; - import blurIndigoImage from "@/images/blur-indigo.webp"; import blurCyanImage from "@/images/blur-cyan.webp"; import { HeroBackground } from "./HeroBackground"; @@ -35,16 +33,6 @@ const snippets = [ }, ]; -function TrafficLightsIcon(props: JSX.IntrinsicElements["svg"]) { - return ( - - ); -} - export function HeroSection() { return (
@@ -58,14 +46,17 @@ export function HeroSection() { width={530} height={530} /> +

Souviens-toi que tu développeras.

+

Découvrez des ressources essentielles pour améliorer tes compétences en développement.

+
+
+ +