Merge version_2 into main #2
354
src/app/page.tsx
354
src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, Code, Heart, Sparkles, Zap } from "lucide-react";
|
||||
import { ArrowRight, Award, Code, Heart, Sparkles, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -24,7 +24,7 @@ export default function LandingPage() {
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="metallic"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "portfolio"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="NovaDesign"
|
||||
/>
|
||||
@@ -56,116 +48,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Architects of Digital Excellence"
|
||||
description="We build high-performance digital products and experiences that scale businesses. From bespoke web design to complex software systems, we bring vision to life."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-home-wearing-vr-goggles-using-augmented-reality-visualize-final-result-after-working-machinery-construction-using-cad-engineering-software-computer-developing-engine-product_482257-67895.jpg?_wi=1",
|
||||
imageAlt: "Digital design 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345423.jpg?_wi=1",
|
||||
imageAlt: "Digital design 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-working-from-home-night_23-2148499673.jpg?_wi=1",
|
||||
imageAlt: "Digital design 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-varicolored-soap-bubble-black-background_23-2148235710.jpg?_wi=1",
|
||||
imageAlt: "Digital design 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg?_wi=1",
|
||||
imageAlt: "Digital design 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-chromatic-gradient_23-2151920651.jpg?_wi=1",
|
||||
imageAlt: "Digital design 6",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/freelancer-home-wearing-vr-goggles-using-augmented-reality-visualize-final-result-after-working-machinery-construction-using-cad-engineering-software-computer-developing-engine-product_482257-67895.jpg", imageAlt: "Digital design 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345423.jpg", imageAlt: "Digital design 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-working-from-home-night_23-2148499673.jpg", imageAlt: "Digital design 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-varicolored-soap-bubble-black-background_23-2148235710.jpg", imageAlt: "Digital design 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg", imageAlt: "Digital design 5" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-chromatic-gradient_23-2151920651.jpg", imageAlt: "Digital design 6" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-chromatic-gradient_23-2151920651.jpg?_wi=2",
|
||||
imageAlt: "Digital design 6",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg?_wi=2",
|
||||
imageAlt: "Digital design 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-varicolored-soap-bubble-black-background_23-2148235710.jpg?_wi=2",
|
||||
imageAlt: "Digital design 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-working-from-home-night_23-2148499673.jpg?_wi=2",
|
||||
imageAlt: "Digital design 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345423.jpg?_wi=2",
|
||||
imageAlt: "Digital design 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-home-wearing-vr-goggles-using-augmented-reality-visualize-final-result-after-working-machinery-construction-using-cad-engineering-software-computer-developing-engine-product_482257-67895.jpg?_wi=2",
|
||||
imageAlt: "Digital design 1",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-chromatic-gradient_23-2151920651.jpg", imageAlt: "Digital design 6" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg", imageAlt: "Digital design 5" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-varicolored-soap-bubble-black-background_23-2148235710.jpg", imageAlt: "Digital design 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-working-from-home-night_23-2148499673.jpg", imageAlt: "Digital design 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345423.jpg", imageAlt: "Digital design 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/freelancer-home-wearing-vr-goggles-using-augmented-reality-visualize-final-result-after-working-machinery-construction-using-cad-engineering-software-computer-developing-engine-product_482257-67895.jpg", imageAlt: "Digital design 1" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Project",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Work",
|
||||
href: "#portfolio",
|
||||
},
|
||||
{ text: "Start Project", href: "#contact" },
|
||||
{ text: "View Work", href: "#portfolio" },
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-portrait_1296-429.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-portrait_1296-429.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ leading companies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Google",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Meta",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Stripe",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Shopify",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Amazon",
|
||||
},
|
||||
{ type: "text", text: "Google" },
|
||||
{ type: "text", text: "Meta" },
|
||||
{ type: "text", text: "Stripe" },
|
||||
{ type: "text", text: "Shopify" },
|
||||
{ type: "text", text: "Amazon" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -177,38 +96,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Bespoke Web Design",
|
||||
description: "High-conversion, stunning interfaces.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-electronics-logo-collection_23-2148965878.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-front-side_187299-45145.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/illustration-cloud-storage_53876-5624.jpg",
|
||||
},
|
||||
title: "Bespoke Web Design", description: "High-conversion, stunning interfaces.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-electronics-logo-collection_23-2148965878.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-front-side_187299-45145.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/illustration-cloud-storage_53876-5624.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-home-wearing-vr-goggles-using-augmented-reality-visualize-final-result-after-working-machinery-construction-using-cad-engineering-software-computer-developing-engine-product_482257-67895.jpg?_wi=3",
|
||||
imageAlt: "web design agency background dark",
|
||||
},
|
||||
{
|
||||
title: "Product Strategy",
|
||||
description: "Defining your digital roadmap.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345423.jpg?_wi=3",
|
||||
imageAlt: "futuristic dashboard interface dark",
|
||||
title: "Product Strategy", description: "Defining your digital roadmap.", bentoComponent: "reveal-icon", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Software Engineering",
|
||||
description: "Robust, scalable infrastructure.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Code,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-working-from-home-night_23-2148499673.jpg?_wi=3",
|
||||
imageAlt: "creative agency workspace dark",
|
||||
title: "Software Engineering", description: "Robust, scalable infrastructure.", bentoComponent: "reveal-icon", icon: Code,
|
||||
},
|
||||
]}
|
||||
title="Digital Transformation Services"
|
||||
@@ -221,24 +119,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fintech UI",
|
||||
description: "Modern banking interfaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800658.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "SaaS Platform",
|
||||
description: "B2B analytics ecosystem.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-pregnant-businesswoman-coworker-looking-company-accounting-documentation-marketing-agency-desk-with-isolated-background-mockup-template-computer_482257-40078.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "Agency Portfolio",
|
||||
description: "Creative visual showcase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/army-soldier-reviews-targets-satellite-world-map-ensure-global-protection_482257-91236.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{ title: "Fintech UI", description: "Modern banking interfaces.", imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800658.jpg", buttonIcon: ArrowRight },
|
||||
{ title: "SaaS Platform", description: "B2B analytics ecosystem.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-pregnant-businesswoman-coworker-looking-company-accounting-documentation-marketing-agency-desk-with-isolated-background-mockup-template-computer_482257-40078.jpg", buttonIcon: ArrowRight },
|
||||
{ title: "Agency Portfolio", description: "Creative visual showcase.", imageSrc: "http://img.b2bpic.net/free-photo/army-soldier-reviews-targets-satellite-world-map-ensure-global-protection_482257-91236.jpg", buttonIcon: ArrowRight },
|
||||
]}
|
||||
title="Portfolio Highlights"
|
||||
description="Selected works demonstrating our commitment to quality and innovation."
|
||||
@@ -252,26 +135,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah Chen, CEO at InnovateLab"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
alt: "Sarah Chen",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg",
|
||||
alt: "Jane Smith",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-portrait_1296-429.jpg",
|
||||
alt: "Alex Lee",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
alt: "Sam Ray",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Sarah Chen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "John Doe" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", alt: "Jane Smith" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-portrait_1296-429.jpg", alt: "Alex Lee" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Sam Ray" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -285,27 +153,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "150+",
|
||||
title: "Projects Completed",
|
||||
description: "Successful deployments",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "45%",
|
||||
title: "Avg. Performance Gain",
|
||||
description: "In site load speed",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
title: "Client Retention",
|
||||
description: "Year-over-year satisfaction",
|
||||
icon: Heart,
|
||||
},
|
||||
{ id: "1", value: "150+", title: "Projects Completed", description: "Successful deployments", icon: Award },
|
||||
{ id: "2", value: "45%", title: "Avg. Performance Gain", description: "In site load speed", icon: Zap },
|
||||
{ id: "3", value: "98%", title: "Client Retention", description: "Year-over-year satisfaction", icon: Heart },
|
||||
]}
|
||||
title="Impact In Numbers"
|
||||
description="Evidence-backed results for our global partners."
|
||||
@@ -318,30 +168,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Jane Doe",
|
||||
role: "Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_23-2148452664.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "John Smith",
|
||||
role: "Lead Engineer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Sam Lee",
|
||||
role: "Senior UI Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Alex Wong",
|
||||
role: "Product Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-while-working_23-2149330970.jpg",
|
||||
},
|
||||
{ id: "m1", name: "Jane Doe", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_23-2148452664.jpg" },
|
||||
{ id: "m2", name: "John Smith", role: "Lead Engineer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg" },
|
||||
{ id: "m3", name: "Sam Lee", role: "Senior UI Designer", imageSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg" },
|
||||
{ id: "m4", name: "Alex Wong", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-while-working_23-2149330970.jpg" },
|
||||
]}
|
||||
title="The Creative Minds"
|
||||
description="Our team combines technical expertise with creative vision."
|
||||
@@ -353,21 +183,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is your typical project timeline?",
|
||||
content: "Most design-focused projects span 4-8 weeks.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer post-launch support?",
|
||||
content: "Yes, we provide ongoing maintenance and performance optimization packages.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can you integrate with existing systems?",
|
||||
content: "Absolutely. We specialize in API integrations and modular backend architectures.",
|
||||
},
|
||||
{ id: "q1", title: "What is your typical project timeline?", content: "Most design-focused projects span 4-8 weeks." },
|
||||
{ id: "q2", title: "Do you offer post-launch support?", content: "Yes, we provide ongoing maintenance and performance optimization packages." },
|
||||
{ id: "q3", title: "Can you integrate with existing systems?", content: "Absolutely. We specialize in API integrations and modular backend architectures." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about partnering with us."
|
||||
@@ -379,16 +197,12 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Let's Talk"
|
||||
title="Ready for your next digital evolution?"
|
||||
description="Schedule a discovery call with our experts to discuss your vision and goals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get In Touch",
|
||||
href: "mailto:hello@novadesign.com",
|
||||
},
|
||||
{ text: "Get In Touch", href: "mailto:hello@novadesign.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -397,54 +211,24 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Legal",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Legal", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Web Design",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Development",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Consulting",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design", href: "#services" },
|
||||
{ label: "Development", href: "#services" },
|
||||
{ label: "Consulting", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
},
|
||||
{
|
||||
label: "GitHub",
|
||||
href: "https://github.com",
|
||||
},
|
||||
title: "Social", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user