Merge version_1 into main #13

Merged
bender merged 1 commits from version_1 into main 2026-03-10 14:37:42 +00:00

View File

@@ -10,6 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { AlertCircle, Clock, FileText, MessageCircle, MapPin, Users, Zap, Sparkles, Rocket, Crown, Star } from 'lucide-react';
import Link from 'next/link';
export default function LandingPage() {
return (
@@ -28,14 +29,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="nabbed digital"
button={{ text: "Get Free Demo", href: "contact" }}
animateOnLoad={true}
navItems={[
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-local" },
{ name: "Success Stories", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Free Demo", href: "contact" }}
animateOnLoad={true}
/>
</div>