Update src/app/page.tsx

This commit is contained in:
2026-05-27 04:02:01 +00:00
parent 4f0b218750
commit 08eb685f8e

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
logoSrc="http://img.b2bpic.net/free-vector/tree-shape-logo-template_1156-717.jpg"
logoAlt="Leo's Landscape Tree Service Logo"
brandName="Leo's Landscape Tree Service"
className="bg-transparent"
className="bg-background"
/>
</div>
@@ -278,4 +278,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}