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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user