diff --git a/public/images/.DS_Store b/public/images/.DS_Store index 6a42712..1506a5f 100644 Binary files a/public/images/.DS_Store and b/public/images/.DS_Store differ diff --git a/public/images/story/bg1.jpg b/public/images/story/bg1.jpg new file mode 100644 index 0000000..41dc29c Binary files /dev/null and b/public/images/story/bg1.jpg differ diff --git a/public/images/story/bg2.jpg b/public/images/story/bg2.jpg new file mode 100644 index 0000000..6e7bfe1 Binary files /dev/null and b/public/images/story/bg2.jpg differ diff --git a/public/images/story/bg3.jpg b/public/images/story/bg3.jpg new file mode 100644 index 0000000..0cbc9ff Binary files /dev/null and b/public/images/story/bg3.jpg differ diff --git a/src/components/Header.jsx b/src/components/Header.jsx index 3dcc907..88f2d60 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -12,7 +12,7 @@ import clsx from 'clsx' import { Button } from '@/components/Button' import { Container } from '@/components/Container' -import { Logo } from '@/components/Logo' +import { Logo2 } from '@/components/Logo2' import { NavLink } from '@/components/NavLink' function MobileNavLink({ href, children }) { @@ -99,7 +99,7 @@ export function Header() { {/* Logo - Left */}
- +
diff --git a/src/components/StorySticky.jsx b/src/components/StorySticky.jsx index 64dc124..47d2274 100644 --- a/src/components/StorySticky.jsx +++ b/src/components/StorySticky.jsx @@ -58,7 +58,7 @@ export default function StorySticky({ children }) {
{/* Sticky left media - extends to left edge */}
-
+
{sections.map((s, i) => (
- {/* Right column = the original heroes with proper container */} -
-
+ {/* Right column = the original heroes with proper container and height restriction */} +
+
{children}