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