From 00a841d83aeb4fa657d9dbfee58ac9b36eee3382 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 15 Dec 2025 23:54:24 -0500 Subject: Converted slideshow to react, more shifter progress --- src/pages/index.astro | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro index 7889cbf..b352cd0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,31 +2,15 @@ import { Image } from 'astro:assets'; import logo from "../assets/logo.png"; import Layout from '../layouts/Layout.astro'; +import NoJSWarning from '../components/NoJSWarning.astro'; import Shifter from '../components/Shifter.tsx'; -import Slideshow from '../components/Slideshow.astro'; +import Slideshow from '../components/Slideshow.tsx'; ---
- +
@@ -47,9 +31,9 @@ import Slideshow from '../components/Slideshow.astro';
-
- -
+