Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-07 14:07:43 +00:00

View File

@@ -62,7 +62,6 @@ export default function HomePage() {
<NavbarStyleApple
brandName="GuideForge"
navItems={navItems}
logoSrc="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9 11c-0.55 0-1 0.45-1 1s0.45 1 1 1 1-0.45 1-1-0.45-1-1-1zm6 0c-0.55 0-1 0.45-1 1s0.45 1 1 1 1-0.45 1-1-0.45-1-1-1zm-3 3c0.55 0 1-0.45 1-1s-0.45-1-1-1-1 0.45-1 1 0.45 1 1 1z'/%3E%3C/svg%3E"
/>
</div>