Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-07 09:26:55 +00:00

View File

@@ -26,7 +26,6 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Synq"
brandLogo="<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='32' height='32'><defs><linearGradient id='synqGradient' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' style='stop-color:%231e3a8a;stop-opacity:1' /><stop offset='100%' style='stop-color:%230c4a6e;stop-opacity:1' /></linearGradient></defs><circle cx='50' cy='50' r='45' fill='url(%23synqGradient)' opacity='0.1' stroke='url(%23synqGradient)' stroke-width='2'/><path d='M 30 50 Q 50 30 70 50 Q 50 70 30 50' fill='none' stroke='url(%23synqGradient)' stroke-width='3' stroke-linecap='round'/><circle cx='50' cy='50' r='6' fill='url(%23synqGradient)'/></svg>"
navItems={[
{ name: "Features", id: "features" },
{ name: "How It Works", id: "how-it-works" },