feat: Update address and reduce logo size

- Changed footer address from "Lucas" to "Ballarat, Victoria 3350, Australia"
- Reduced main logo size by removing large breakpoint (lg:w-[512px])
- Logo now maxes out at medium size (384px) for better proportions
- Maintains mobile (128px) and tablet (384px) responsive sizing

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
tony
2025-08-26 15:37:45 +10:00
parent 843f6bc252
commit 4aef079def
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ export default function TeaserHero({ onEarlyAccess }: TeaserHeroProps) {
<section className="min-h-screen flex flex-col items-center justify-center px-chorus-lg py-chorus-xxl bg-gradient-to-b from-white via-sand-100 to-sand-200 dark:from-carbon-950 dark:via-mulberry-950 dark:to-carbon-950 text-center relative">
{/* CHORUS 3D Logo - Responsive sizing */}
<div className="animate-fade-in">
<div className="w-32 h-32 md:w-96 md:h-96 lg:w-[512px] lg:h-[512px]">
<div className="w-32 h-32 md:w-96 md:h-96">
<ThreeLogo className="mx-auto drop-shadow-2xl w-full h-full" />
</div>
</div>