Replaces HomeNav with a new SiteNav and associated CSS module, updating navigation structure and user menu. Removes legacy API client, downloader, user model, and UserContext in favor of a new AuthContext stub for future authentication logic. Also cleans up HeroCarousel and minor CSS fixes.
8 lines
119 B
TypeScript
8 lines
119 B
TypeScript
import { useEffect, useState } from "react";
|
|
|
|
export default function HeroCarousel() {
|
|
return (
|
|
<>
|
|
</>
|
|
);
|
|
} |