Merge version_1 into main #1
292
src/app/page.tsx
292
src/app/page.tsx
@@ -32,34 +32,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "#courses",
|
||||
},
|
||||
name: "Courses", id: "#courses"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/design-development-25-solid-glyph-icon-pack-including-web-design-coding-sticker-browser-programing_1142-23719.jpg"
|
||||
logoAlt="OpnexAI Logo"
|
||||
brandName="OpnexAI"
|
||||
@@ -69,42 +55,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Unlock Your Map Work Career with OpnexAI"
|
||||
description="Secure, high-performance training platform for aspiring Map Work professionals. Access expert video lectures and live doubt-solving sessions, designed for seamless learning on any device."
|
||||
tag="Advanced Geo-Spatial Training"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Learning Today",
|
||||
href: "#courses",
|
||||
},
|
||||
text: "Start Learning Today", href: "#courses"},
|
||||
{
|
||||
text: "Explore Live Sessions",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Live Sessions", href: "#features"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-using-software-computer-perform-editing-operations-enjoying-cup-coffee-while-correcting-images-photo-editor-using-pc-make-adjustments-photographs-studio_482257-73693.jpg",
|
||||
imageAlt: "Secure video streaming dashboard for OpnexAI",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-using-software-computer-perform-editing-operations-enjoying-cup-coffee-while-correcting-images-photo-editor-using-pc-make-adjustments-photographs-studio_482257-73693.jpg", imageAlt: "Secure video streaming dashboard for OpnexAI"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-little-girl-online-school-with-laptop-headphones_23-2148827460.jpg",
|
||||
imageAlt: "Live doubt-solving session interface with multiple participants",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/video-editor-transforming-raw-clips-video-footage_482257-128175.jpg",
|
||||
imageAlt: "Video editor transforming raw clips and video footage",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-who-keeps-track-sales-figures-phone-screen-moon-light_482257-32838.jpg",
|
||||
imageAlt: "Manager who keeps track of sales figures on the phone screen. Moon light",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-editor-woman-works-video-montage-creative-software_482257-121069.jpg",
|
||||
imageAlt: "Focused editor woman works on video montage in a creative software",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-little-girl-online-school-with-laptop-headphones_23-2148827460.jpg", imageAlt: "Live doubt-solving session interface with multiple participants"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -117,27 +82,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About OpnexAI: Empowering Your Geo-Spatial Journey",
|
||||
},
|
||||
type: "text", content: "About OpnexAI: Empowering Your Geo-Spatial Journey"},
|
||||
{
|
||||
type: "text",
|
||||
content: "We are dedicated to revolutionizing Map Work training through a secure, high-performance online platform. Our vision is to equip aspiring professionals with the knowledge and tools needed to excel in the rapidly evolving geo-spatial industry.",
|
||||
},
|
||||
type: "text", content: "We are dedicated to revolutionizing Map Work training through a secure, high-performance online platform. Our vision is to equip aspiring professionals with the knowledge and tools needed to excel in the rapidly evolving geo-spatial industry."},
|
||||
{
|
||||
type: "text",
|
||||
content: "OpnexAI combines advanced video security, cross-device accessibility, and interactive live sessions to deliver an unparalleled learning experience. We believe in fostering a community where innovative technology meets practical application, preparing you for real-world challenges.",
|
||||
},
|
||||
type: "text", content: "OpnexAI combines advanced video security, cross-device accessibility, and interactive live sessions to deliver an unparalleled learning experience. We believe in fostering a community where innovative technology meets practical application, preparing you for real-world challenges."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Mission", href: "#"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,41 +103,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Unbreakable Video Security",
|
||||
description: "Our advanced DRM and anti-screen-recording measures protect content, ensuring fair use for all students. Blocks common recording tools and browser extensions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-hacker-man-using-computers-stealing-data-desk_231208-3624.jpg",
|
||||
imageAlt: "Digital shield protecting video content",
|
||||
},
|
||||
title: "Unbreakable Video Security", description: "Our advanced DRM and anti-screen-recording measures protect content, ensuring fair use for all students. Blocks common recording tools and browser extensions.", imageSrc: "http://img.b2bpic.net/free-photo/indian-hacker-man-using-computers-stealing-data-desk_231208-3624.jpg", imageAlt: "Digital shield protecting video content"},
|
||||
{
|
||||
title: "Seamless Cross-Device Experience",
|
||||
description: "OpnexAI runs flawlessly on Android, iPhone, laptops, and desktops, adapting to your preferred learning environment without compromise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-with-electronic-gadgets_23-2148190004.jpg",
|
||||
imageAlt: "Multiple devices displaying OpnexAI platform",
|
||||
},
|
||||
title: "Seamless Cross-Device Experience", description: "OpnexAI runs flawlessly on Android, iPhone, laptops, and desktops, adapting to your preferred learning environment without compromise.", imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-with-electronic-gadgets_23-2148190004.jpg", imageAlt: "Multiple devices displaying OpnexAI platform"},
|
||||
{
|
||||
title: "Scalable & Lag-Free Performance",
|
||||
description: "Built for growth, our platform ensures a smooth, crash-free experience even with a large student base, maintaining high performance at all times.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/system-maintenance-flat-set_1284-71688.jpg",
|
||||
imageAlt: "Growing network symbolizing scalability",
|
||||
},
|
||||
title: "Scalable & Lag-Free Performance", description: "Built for growth, our platform ensures a smooth, crash-free experience even with a large student base, maintaining high performance at all times.", imageSrc: "http://img.b2bpic.net/free-vector/system-maintenance-flat-set_1284-71688.jpg", imageAlt: "Growing network symbolizing scalability"},
|
||||
{
|
||||
title: "Time-Limited Video Access",
|
||||
description: "Gain controlled access to videos for specific periods. Content becomes unavailable automatically, perfect for structured learning schedules.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-education-homepage-e-learning-technology-concept_53876-133853.jpg",
|
||||
imageAlt: "Digital clock on video screen",
|
||||
},
|
||||
title: "Time-Limited Video Access", description: "Gain controlled access to videos for specific periods. Content becomes unavailable automatically, perfect for structured learning schedules.", imageSrc: "http://img.b2bpic.net/free-photo/online-education-homepage-e-learning-technology-concept_53876-133853.jpg", imageAlt: "Digital clock on video screen"},
|
||||
{
|
||||
title: "Interactive Live Doubt Sessions",
|
||||
description: "Engage directly with instructors and peers through live video/audio communication and real-time chat, fostering a dynamic learning community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361569.jpg",
|
||||
imageAlt: "Live video conference with chat",
|
||||
},
|
||||
title: "Interactive Live Doubt Sessions", description: "Engage directly with instructors and peers through live video/audio communication and real-time chat, fostering a dynamic learning community.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361569.jpg", imageAlt: "Live video conference with chat"},
|
||||
{
|
||||
title: "Crystal-Clear Microphone Support",
|
||||
description: "Participate fully in live sessions with integrated microphone support, allowing students to ask questions and discuss concepts clearly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-recording-podcast-side-view_23-2149446242.jpg",
|
||||
imageAlt: "Student using microphone in online class",
|
||||
},
|
||||
title: "Crystal-Clear Microphone Support", description: "Participate fully in live sessions with integrated microphone support, allowing students to ask questions and discuss concepts clearly.", imageSrc: "http://img.b2bpic.net/free-photo/friends-recording-podcast-side-view_23-2149446242.jpg", imageAlt: "Student using microphone in online class"},
|
||||
]}
|
||||
title="Key Features Designed for Your Success"
|
||||
description="Experience unparalleled security, flexibility, and support on your learning journey to master Map Work."
|
||||
@@ -198,47 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "cartography-basics",
|
||||
name: "Cartography Basics",
|
||||
price: "Free Preview",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-businessman-relaxes-with-netflix-office_482257-123031.jpg",
|
||||
imageAlt: "Digital map showing cartography elements",
|
||||
},
|
||||
id: "cartography-basics", name: "Cartography Basics", price: "Free Preview", imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-businessman-relaxes-with-netflix-office_482257-123031.jpg", imageAlt: "Digital map showing cartography elements"},
|
||||
{
|
||||
id: "gis-applications",
|
||||
name: "GIS Applications",
|
||||
price: "$99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-planning-trip-together_23-2149048024.jpg",
|
||||
imageAlt: "GIS software interface with data layers",
|
||||
},
|
||||
id: "gis-applications", name: "GIS Applications", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-planning-trip-together_23-2149048024.jpg", imageAlt: "GIS software interface with data layers"},
|
||||
{
|
||||
id: "remote-sensing",
|
||||
name: "Remote Sensing Fundamentals",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-background-with-hand-holding-compass_23-2147607761.jpg",
|
||||
imageAlt: "Satellite imagery with data overlay",
|
||||
},
|
||||
id: "remote-sensing", name: "Remote Sensing Fundamentals", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/travel-background-with-hand-holding-compass_23-2147607761.jpg", imageAlt: "Satellite imagery with data overlay"},
|
||||
{
|
||||
id: "data-analysis",
|
||||
name: "Geo-spatial Data Analysis",
|
||||
price: "$149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg",
|
||||
imageAlt: "Geo-spatial data visualization dashboard",
|
||||
},
|
||||
id: "data-analysis", name: "Geo-spatial Data Analysis", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg", imageAlt: "Geo-spatial data visualization dashboard"},
|
||||
{
|
||||
id: "field-work",
|
||||
name: "Field Work Techniques",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mountain-path-road-panoramic-landscape_158595-6059.jpg",
|
||||
imageAlt: "Modern field equipment in a landscape",
|
||||
},
|
||||
id: "field-work", name: "Field Work Techniques", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/mountain-path-road-panoramic-landscape_158595-6059.jpg", imageAlt: "Modern field equipment in a landscape"},
|
||||
{
|
||||
id: "project-management",
|
||||
name: "Map Work Project Management",
|
||||
price: "$119",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-director-watches-olympics-swimming-trial_482257-123070.jpg",
|
||||
imageAlt: "Digital project management board",
|
||||
},
|
||||
id: "project-management", name: "Map Work Project Management", price: "$119", imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-director-watches-olympics-swimming-trial_482257-123070.jpg", imageAlt: "Digital project management board"},
|
||||
]}
|
||||
title="Our Expert-Led Video Modules"
|
||||
description="Dive deep into the world of Map Work with comprehensive, securely streamed video lectures taught by industry professionals."
|
||||
@@ -253,20 +154,11 @@ export default function LandingPage() {
|
||||
tag="Proven Performance"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100+",
|
||||
description: "Students Empowered",
|
||||
},
|
||||
id: "1", value: "100+", description: "Students Empowered"},
|
||||
{
|
||||
id: "2",
|
||||
value: "5000+",
|
||||
description: "Hours of Content Secured",
|
||||
},
|
||||
id: "2", value: "5000+", description: "Hours of Content Secured"},
|
||||
{
|
||||
id: "3",
|
||||
value: "99.9%",
|
||||
description: "Platform Uptime",
|
||||
},
|
||||
id: "3", value: "99.9%", description: "Platform Uptime"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -280,29 +172,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "daksh-trainer",
|
||||
name: "Daksh Sharma",
|
||||
role: "Lead Geo-spatial Trainer",
|
||||
description: "An industry veteran with over a decade of experience in Cartography and GIS, dedicated to nurturing the next generation of Map Work professionals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplating-young-caucasian-man-holding-dairy-thinking_23-2148187202.jpg",
|
||||
imageAlt: "Portrait of Daksh Sharma",
|
||||
},
|
||||
id: "daksh-trainer", name: "Daksh Sharma", role: "Lead Geo-spatial Trainer", description: "An industry veteran with over a decade of experience in Cartography and GIS, dedicated to nurturing the next generation of Map Work professionals.", imageSrc: "http://img.b2bpic.net/free-photo/contemplating-young-caucasian-man-holding-dairy-thinking_23-2148187202.jpg", imageAlt: "Portrait of Daksh Sharma"},
|
||||
{
|
||||
id: "sarah-support",
|
||||
name: "Sarah Chen",
|
||||
role: "Student Success Manager",
|
||||
description: "Ensuring every student has a smooth learning experience, from technical support to course guidance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-call-center-agent-dealing-with-unhappy-customers_482257-117856.jpg",
|
||||
imageAlt: "Portrait of Sarah Chen",
|
||||
},
|
||||
id: "sarah-support", name: "Sarah Chen", role: "Student Success Manager", description: "Ensuring every student has a smooth learning experience, from technical support to course guidance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-call-center-agent-dealing-with-unhappy-customers_482257-117856.jpg", imageAlt: "Portrait of Sarah Chen"},
|
||||
{
|
||||
id: "michael-developer",
|
||||
name: "Michael Lee",
|
||||
role: "Lead Platform Engineer",
|
||||
description: "The architect behind OpnexAI's high-performance and secure streaming technology.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165939.jpg",
|
||||
imageAlt: "Portrait of Michael Lee",
|
||||
},
|
||||
id: "michael-developer", name: "Michael Lee", role: "Lead Platform Engineer", description: "The architect behind OpnexAI's high-performance and secure streaming technology.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165939.jpg", imageAlt: "Portrait of Michael Lee"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Our experts are committed to providing you with the best learning environment and support."
|
||||
@@ -316,30 +190,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How does OpnexAI prevent screen recording?",
|
||||
content: "Our platform employs advanced Digital Rights Management (DRM) and proprietary anti-screen-recording technologies. These actively detect and block attempts to record content, often displaying a black screen or terminating playback to protect intellectual property. While perfect prevention against external devices is impossible, we maximize protection against common digital methods.",
|
||||
},
|
||||
id: "1", title: "How does OpnexAI prevent screen recording?", content: "Our platform employs advanced Digital Rights Management (DRM) and proprietary anti-screen-recording technologies. These actively detect and block attempts to record content, often displaying a black screen or terminating playback to protect intellectual property. While perfect prevention against external devices is impossible, we maximize protection against common digital methods."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the platform truly scalable for many students?",
|
||||
content: "Yes, OpnexAI is built on a robust, cloud-native infrastructure designed for scalability. It utilizes content delivery networks (CDNs) for seamless streaming and auto-scaling services to handle fluctuating student numbers without impacting performance or causing lag.",
|
||||
},
|
||||
id: "2", title: "Is the platform truly scalable for many students?", content: "Yes, OpnexAI is built on a robust, cloud-native infrastructure designed for scalability. It utilizes content delivery networks (CDNs) for seamless streaming and auto-scaling services to handle fluctuating student numbers without impacting performance or causing lag."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do time-limited videos work?",
|
||||
content: "Instructors can set specific availability windows for video lectures. Once the designated time expires (e.g., 4:30 PM on the same day if uploaded at 10:30 AM), the video automatically becomes unavailable for streaming or download, enforcing structured learning and preventing unlimited access.",
|
||||
},
|
||||
id: "3", title: "How do time-limited videos work?", content: "Instructors can set specific availability windows for video lectures. Once the designated time expires (e.g., 4:30 PM on the same day if uploaded at 10:30 AM), the video automatically becomes unavailable for streaming or download, enforcing structured learning and preventing unlimited access."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What features are available in live doubt-solving sessions?",
|
||||
content: "Our live sessions include real-time video and audio communication, a persistent live chat for text-based questions, and full microphone support for students to interact directly with the instructor and peers. This ensures a comprehensive and interactive problem-solving environment.",
|
||||
},
|
||||
id: "4", title: "What features are available in live doubt-solving sessions?", content: "Our live sessions include real-time video and audio communication, a persistent live chat for text-based questions, and full microphone support for students to interact directly with the instructor and peers. This ensures a comprehensive and interactive problem-solving environment."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What are the system requirements for OpnexAI?",
|
||||
content: "OpnexAI is designed to be highly accessible. You'll need a stable internet connection, a modern web browser (Chrome, Firefox, Edge, Safari), and a device (laptop, desktop, tablet, or smartphone) capable of video playback. For live sessions, a working microphone and webcam are recommended.",
|
||||
},
|
||||
id: "5", title: "What are the system requirements for OpnexAI?", content: "OpnexAI is designed to be highly accessible. You'll need a stable internet connection, a modern web browser (Chrome, Firefox, Edge, Safari), and a device (laptop, desktop, tablet, or smartphone) capable of video playback. For live sessions, a working microphone and webcam are recommended."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/knowledge-learning-academics-study-scissors-ruler_53876-124456.jpg"
|
||||
imageAlt="Person interacting with a virtual assistant or knowledge base"
|
||||
@@ -356,18 +215,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to elevate your Map Work career? Reach out to us for more information or support. Our dedicated team is here to guide you every step of the way, ensuring your success in the geo-spatial field."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get In Touch",
|
||||
href: "mailto:info@opnexai.com",
|
||||
},
|
||||
text: "Get In Touch", href: "mailto:info@opnexai.com"},
|
||||
{
|
||||
text: "Join Our Community",
|
||||
href: "#",
|
||||
},
|
||||
text: "Join Our Community", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -376,71 +230,43 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Courses",
|
||||
href: "#courses",
|
||||
},
|
||||
label: "Courses", href: "#courses"},
|
||||
{
|
||||
label: "Live Sessions",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Live Sessions", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pricing", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help Center", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user