refactor: improve punctuation consistency and add spacing in multiple components

- Replaced em dashes with commas in AgentPro descriptions for "Local Execution" and "Private Data Access"
- Changed em dash to comma in CloudPros description for better readability
- Removed em dash in NetworkUsecases "Service-to-Service Networking" description
- Added bottom spacing elements to NodeBenefits with border styling and padding
This commit is contained in:
2025-11-17 15:56:40 +01:00
parent e46848b98d
commit 618e1b0f5b
4 changed files with 7 additions and 5 deletions

View File

@@ -108,8 +108,10 @@ export function NodeBenefits() {
))}
</motion.ul>
</div>
{/* Bottom spacing line */}
<div className="w-full border-b border-gray-800 bg-[#121212]" />
<div className="max-w-7xl mx-auto py-6 border border-t-0 border-b-0 border-gray-800" />
</section>
);
}