Update src/app/page.tsx

This commit is contained in:
2026-03-20 19:43:15 +00:00
parent c7017b6869
commit 36cbf3bc5b

View File

@@ -29,8 +29,6 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Prime Decor"
logoSrc="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Crect fill='%23EC383C' width='200' height='200'/%3E%3Ctext x='50%25' y='50%25' font-size='80' font-weight='bold' fill='white' text-anchor='middle' dy='.3em'%3EPD%3C/text%3E%3C/svg%3E"
navItems={[
{ name: "Início", id: "hero" },
{ name: "Sobre", id: "about" },