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

@@ -70,7 +70,7 @@ export default function HomePage() {
<div className="mt-chorus-lg pt-chorus-lg border-t border-sand-300/30 dark:border-mulberry-800/30">
<div className="text-xs text-carbon-500 dark:text-mulberry-400 space-y-1 leading-relaxed">
<p className="font-medium">CHORUS.services - Anthony Lewis Rawlins</p>
<p>ABN: 38558842858 | Lucas, Victoria 3350, Australia</p>
<p>ABN: 38558842858 | Ballarat, Victoria 3350, Australia</p>
<p className="text-carbon-400 dark:text-mulberry-500">AI Development & IT Consultancy</p>
</div>
</div>