-
diff --git a/src/components/sections/ProductShowcase.astro b/src/components/sections/ProductShowcase.astro
index e600a54..863ae1a 100644
--- a/src/components/sections/ProductShowcase.astro
+++ b/src/components/sections/ProductShowcase.astro
@@ -1,5 +1,6 @@
---
import TopographicBg from '../TopographicBg.astro';
+import Lightbox from '../Lightbox.astro';
interface Callout {
title: string;
@@ -37,14 +38,12 @@ const callouts: Callout[] = [
-