Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-10 19:25:29 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ArrowLeftRight, Award, CircleDollarSign, Code, Database, Hexagon, House, Lock, Mail, MessageSquareText, Send, Settings, Shield, Sparkles, TrendingUp, Users, Zap } from "lucide-react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -31,8 +31,8 @@ export default function LandingPage() {
<NavbarStyleFullscreen
brandName="Webild"
navItems={[
{ name: "Home", id: "home" },
{ name: "Features", id: "features" },
{ name: "Home", id: "hero" },
{ name: "Features", id: "features-bento" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
@@ -314,7 +314,7 @@ export default function LandingPage() {
columns={[
{
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Features", href: "#features-bento" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "#" },
{ label: "Roadmap", href: "#" }