Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-12 21:41:55 +00:00

View File

@@ -28,12 +28,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Services", id: "services"},
{
name: "About", id: "about"},
{
name: "Contact", id: "contact"},
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="VEXO"
/>
@@ -112,9 +109,9 @@ export default function LandingPage() {
title="Our Pricing"
description="Choose a plan that fits your needs."
plans={[
{ title: "Starter", description: "For individuals", price: "$99", features: ["Core features"] },
{ title: "Pro", description: "For teams", price: "$299", features: ["All core features", "Support"] },
{ title: "Enterprise", description: "For scaling", price: "$599", features: ["Custom solutions", "Priority support"] }
{ name: "Starter", description: "For individuals", price: "$99", features: ["Core features"] },
{ name: "Pro", description: "For teams", price: "$299", features: ["All core features", "Support"] },
{ name: "Enterprise", description: "For scaling", price: "$599", features: ["Custom solutions", "Priority support"] }
]}
/>
</div>