Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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: "#" }
|
||||
|
||||
Reference in New Issue
Block a user