diff --git a/components/landing/comic-preview.tsx b/components/landing/comic-preview.tsx index a1ce0f5..62045a8 100644 --- a/components/landing/comic-preview.tsx +++ b/components/landing/comic-preview.tsx @@ -6,13 +6,13 @@ export function ComicPreview({ goToPage: (page: number) => void; }) { return ( -
+
{/* Dot grid background */}
- {/* Background floating comics - less prominent - hidden on mobile */} -
+ {/* Background floating comics - less prominent */} +
-
+
-
+
-
+
- {"\"And a hero shall rise!\""} + {'"And a hero shall rise!"'}
@@ -105,7 +105,7 @@ export function ComicPreview({ Manga
- {"\"The battle begins!\""} + {'"The battle begins!"'}
@@ -126,7 +126,7 @@ export function ComicPreview({ Noir
- {"\"The city needs a hero...\""} + {'"The city needs a hero..."'}
@@ -148,7 +148,7 @@ export function ComicPreview({ Vintage
- {"\"Super Action\""} + {'"Super Action"'}
@@ -221,4 +221,4 @@ export function ComicPreview({
); -} \ No newline at end of file +}