Update src/app/page.tsx
This commit is contained in:
319
src/app/page.tsx
319
src/app/page.tsx
@@ -34,131 +34,82 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "#partners",
|
||||
},
|
||||
name: "Partners", id: "#partners"},
|
||||
{
|
||||
name: "Achievements",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Achievements", id: "#metrics"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/abstract-metallic-cube-shape-sculpture_23-2150979675.jpg"
|
||||
logoAlt="Silicon HiTech Engineering Logo"
|
||||
brandName="Silicon HiTech Engineering"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
title="Engineering Excellence Built on Trust"
|
||||
description="Silicon HiTech delivers precision engineering solutions for complex industrial projects. Trusted by leading manufacturers and infrastructure developers worldwide."
|
||||
kpis={[
|
||||
{
|
||||
value: "25+",
|
||||
label: "Years of Expertise",
|
||||
},
|
||||
value: "25+", label: "Years of Expertise"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "98%", label: "Client Satisfaction"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Successful Projects",
|
||||
},
|
||||
value: "500+", label: "Successful Projects"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "View Our Portfolio", href: "#portfolio"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-working-beer-factory_23-2150573906.jpg"
|
||||
imageAlt="Modern factory floor with robotic arms"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg",
|
||||
alt: "Executive thinking of successful business",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", alt: "Executive thinking of successful business"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg",
|
||||
alt: "Confident businessman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg", alt: "Confident businessman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
|
||||
alt: "Pretty businesswoman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", alt: "Pretty businesswoman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371890.jpg",
|
||||
alt: "Middle-aged man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371890.jpg", alt: "Middle-aged man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-happy-cheerful-middle-aged-woman-surfing-internet-portable-computer-attractive-mature-businesswoman-elegant-shirt-working-remotely-laptop-people-age-technology_343059-2250.jpg",
|
||||
alt: "Two young businessmen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-happy-cheerful-middle-aged-woman-surfing-internet-portable-computer-attractive-mature-businesswoman-elegant-shirt-working-remotely-laptop-people-age-technology_343059-2250.jpg", alt: "Two young businessmen"},
|
||||
]}
|
||||
avatarText="Trusted by industry leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Innovation Drives Us",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Innovation Drives Us", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Precision in Every Detail",
|
||||
icon: Ruler,
|
||||
type: "text-icon", text: "Precision in Every Detail", icon: Ruler,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Unwavering Reliability",
|
||||
icon: Shield,
|
||||
type: "text-icon", text: "Unwavering Reliability", icon: Shield,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Optimized Efficiency",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Optimized Efficiency", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Solutions",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Sustainable Solutions", icon: Leaf,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={35}
|
||||
@@ -174,11 +125,8 @@ export default function LandingPage() {
|
||||
title="Your Trusted Partner in Industrial Engineering Solutions"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Our Values",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Our Values", href: "#"},
|
||||
]}
|
||||
description="Silicon HiTech Engineering stands at the forefront of industrial innovation, providing unparalleled precision engineering solutions. With decades of expertise, we're committed to delivering projects that set new benchmarks for quality, reliability, and on-time execution. Our certified professionals leverage cutting-edge technology and transparent communication to exceed client expectations, minimizing risk and maximizing value for every partnership."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -189,25 +137,13 @@ export default function LandingPage() {
|
||||
description="We specialize in a comprehensive range of engineering disciplines, tailored to meet the complex demands of modern industrial and infrastructure projects."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "design-analysis",
|
||||
title: "Precision Design & Advanced Analysis",
|
||||
content: "Utilizing state-of-the-art CAD/CAE software, our experts deliver highly accurate designs and simulations, ensuring optimal performance and structural integrity before physical prototyping.",
|
||||
},
|
||||
id: "design-analysis", title: "Precision Design & Advanced Analysis", content: "Utilizing state-of-the-art CAD/CAE software, our experts deliver highly accurate designs and simulations, ensuring optimal performance and structural integrity before physical prototyping."},
|
||||
{
|
||||
id: "manufacturing-solutions",
|
||||
title: "Advanced Manufacturing & Automation",
|
||||
content: "From custom component fabrication to full-scale automated assembly lines, we provide cutting-edge manufacturing solutions that enhance efficiency, reduce costs, and improve product quality.",
|
||||
},
|
||||
id: "manufacturing-solutions", title: "Advanced Manufacturing & Automation", content: "From custom component fabrication to full-scale automated assembly lines, we provide cutting-edge manufacturing solutions that enhance efficiency, reduce costs, and improve product quality."},
|
||||
{
|
||||
id: "project-management",
|
||||
title: "Infrastructure Project Management",
|
||||
content: "Our seasoned project managers oversee complex infrastructure developments from conception to completion, ensuring adherence to timelines, budgets, and the highest safety standards.",
|
||||
},
|
||||
id: "project-management", title: "Infrastructure Project Management", content: "Our seasoned project managers oversee complex infrastructure developments from conception to completion, ensuring adherence to timelines, budgets, and the highest safety standards."},
|
||||
{
|
||||
id: "consulting-expertise",
|
||||
title: "Technical Consulting & Optimization",
|
||||
content: "Leverage our deep industry knowledge for expert technical consulting, process optimization, and strategic planning, driving innovation and solving critical engineering challenges.",
|
||||
},
|
||||
id: "consulting-expertise", title: "Technical Consulting & Optimization", content: "Leverage our deep industry knowledge for expert technical consulting, process optimization, and strategic planning, driving innovation and solving critical engineering challenges."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443795.jpg"
|
||||
imageAlt="Engineering simulation on screen"
|
||||
@@ -220,15 +156,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Global Manufacturing Inc.",
|
||||
"InfraSolutions Group",
|
||||
"TechInnovate Corp.",
|
||||
"UrbanBuild Developers",
|
||||
"FutureTech Systems",
|
||||
"Precision Robotics Ltd.",
|
||||
"EcoWater Solutions",
|
||||
"Quantum Energy Systems",
|
||||
]}
|
||||
"Global Manufacturing Inc.", "InfraSolutions Group", "TechInnovate Corp.", "UrbanBuild Developers", "FutureTech Systems", "Precision Robotics Ltd.", "EcoWater Solutions", "Quantum Energy Systems"]}
|
||||
title="Our Valued Industry Partners"
|
||||
description="We collaborate with leading organizations across various sectors, building strong relationships that drive innovation and deliver exceptional results on every project."
|
||||
tag="Partners"
|
||||
@@ -245,25 +173,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
description: "Project Completion Rate On-Time",
|
||||
},
|
||||
id: "m1", value: "99.9%", description: "Project Completion Rate On-Time"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
description: "Patented Innovations & Designs",
|
||||
},
|
||||
id: "m2", value: "20+", description: "Patented Innovations & Designs"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "ISO 9001",
|
||||
description: "Certified Quality Management",
|
||||
},
|
||||
id: "m3", value: "ISO 9001", description: "Certified Quality Management"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "100%",
|
||||
description: "Safety Compliance Record",
|
||||
},
|
||||
id: "m4", value: "100%", description: "Safety Compliance Record"},
|
||||
]}
|
||||
title="Unrivaled Performance, Measurable Impact"
|
||||
description="Our commitment to excellence is reflected in the tangible results we deliver, driving success for our clients and advancing industry standards."
|
||||
@@ -279,33 +195,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Alex Chen",
|
||||
role: "Chief Executive Officer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-using-digital-tablet-outside-office-building_107420-74334.jpg",
|
||||
imageAlt: "Dr. Alex Chen, CEO",
|
||||
},
|
||||
id: "t1", name: "Dr. Alex Chen", role: "Chief Executive Officer", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-using-digital-tablet-outside-office-building_107420-74334.jpg", imageAlt: "Dr. Alex Chen, CEO"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Lead Systems Engineer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-working-innovative-startup-office-using-programming-languages_482257-125915.jpg",
|
||||
imageAlt: "Maria Rodriguez, Lead Systems Engineer",
|
||||
},
|
||||
id: "t2", name: "Maria Rodriguez", role: "Lead Systems Engineer", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-innovative-startup-office-using-programming-languages_482257-125915.jpg", imageAlt: "Maria Rodriguez, Lead Systems Engineer"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "David Johnson",
|
||||
role: "Senior Project Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-finance-graphs_23-2150408679.jpg",
|
||||
imageAlt: "David Johnson, Senior Project Manager",
|
||||
},
|
||||
id: "t3", name: "David Johnson", role: "Senior Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-finance-graphs_23-2150408679.jpg", imageAlt: "David Johnson, Senior Project Manager"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dr. Lena Khan",
|
||||
role: "Director of R&D",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
|
||||
imageAlt: "Dr. Lena Khan, Director of R&D",
|
||||
},
|
||||
id: "t4", name: "Dr. Lena Khan", role: "Director of R&D", imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", imageAlt: "Dr. Lena Khan, Director of R&D"},
|
||||
]}
|
||||
title="Meet Our Expert Engineering Team"
|
||||
description="Our diverse team of highly skilled engineers and project leaders brings a wealth of experience and innovative thinking to every challenge."
|
||||
@@ -321,47 +217,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Automated Assembly Line Upgrade",
|
||||
price: "Industrial Automation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-scene-with-high-tech-robot-used-construction-industry_23-2151329519.jpg",
|
||||
imageAlt: "Automated assembly line robot arm",
|
||||
},
|
||||
id: "p1", name: "Automated Assembly Line Upgrade", price: "Industrial Automation", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-scene-with-high-tech-robot-used-construction-industry_23-2151329519.jpg", imageAlt: "Automated assembly line robot arm"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Smart City Infrastructure Development",
|
||||
price: "Urban Engineering",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-traffic-light-trails-road_1359-709.jpg",
|
||||
imageAlt: "Futuristic smart city infrastructure",
|
||||
},
|
||||
id: "p2", name: "Smart City Infrastructure Development", price: "Urban Engineering", imageSrc: "http://img.b2bpic.net/free-photo/blurred-traffic-light-trails-road_1359-709.jpg", imageAlt: "Futuristic smart city infrastructure"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Renewable Energy Plant Construction",
|
||||
price: "Sustainable Engineering",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-wind-turbine-brown-farm-blue-sky-white-clouds_181624-32315.jpg",
|
||||
imageAlt: "Renewable energy plant with solar panels",
|
||||
},
|
||||
id: "p3", name: "Renewable Energy Plant Construction", price: "Sustainable Engineering", imageSrc: "http://img.b2bpic.net/free-photo/view-wind-turbine-brown-farm-blue-sky-white-clouds_181624-32315.jpg", imageAlt: "Renewable energy plant with solar panels"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "High-Precision Robotics Integration",
|
||||
price: "Advanced Manufacturing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545652.jpg",
|
||||
imageAlt: "High-precision robot for micro-components",
|
||||
},
|
||||
id: "p4", name: "High-Precision Robotics Integration", price: "Advanced Manufacturing", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545652.jpg", imageAlt: "High-precision robot for micro-components"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Industrial IoT & Data Analytics Platform",
|
||||
price: "Digital Transformation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photovoltaics-factory-expert-conducting-experiments-using-tablet_482257-117956.jpg",
|
||||
imageAlt: "Industrial IoT dashboard",
|
||||
},
|
||||
id: "p5", name: "Industrial IoT & Data Analytics Platform", price: "Digital Transformation", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photovoltaics-factory-expert-conducting-experiments-using-tablet_482257-117956.jpg", imageAlt: "Industrial IoT dashboard"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Advanced Water Treatment Facility Design",
|
||||
price: "Environmental Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-park-with-lake_1127-3982.jpg",
|
||||
imageAlt: "Modern water treatment facility",
|
||||
},
|
||||
id: "p6", name: "Advanced Water Treatment Facility Design", price: "Environmental Solutions", imageSrc: "http://img.b2bpic.net/free-photo/city-park-with-lake_1127-3982.jpg", imageAlt: "Modern water treatment facility"},
|
||||
]}
|
||||
title="Our Portfolio of Engineering Projects"
|
||||
description="Showcasing our precision and expertise in complex industrial solutions, from advanced automation to critical infrastructure."
|
||||
@@ -377,25 +243,15 @@ export default function LandingPage() {
|
||||
author="Sarah Connor, Operations Director at Global Mfg. Inc."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
|
||||
alt: "Sarah Connor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", alt: "Sarah Connor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-business-man-greeting-colleague_74855-1519.jpg",
|
||||
alt: "Michael Scott",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-business-man-greeting-colleague_74855-1519.jpg", alt: "Michael Scott"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg",
|
||||
alt: "Emily Blunt",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", alt: "Emily Blunt"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coworkers-sitting-desk-with-documents-gadgets_273609-41917.jpg",
|
||||
alt: "David Lee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coworkers-sitting-desk-with-documents-gadgets_273609-41917.jpg", alt: "David Lee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/industrial-consultant-examines-high-tech-solar-energy-production-line_482257-125958.jpg",
|
||||
alt: "Jessica Alba",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/industrial-consultant-examines-high-tech-solar-energy-production-line_482257-125958.jpg", alt: "Jessica Alba"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -406,21 +262,16 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contact Us"
|
||||
tagAnimation="slide-up"
|
||||
title="Partner with Silicon HiTech Engineering Today"
|
||||
description="Ready to discuss your next industrial project? Our experts are here to provide precision engineering solutions that drive your success. Reach out for a consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get a Free Consultation", href: "#"},
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "#",
|
||||
},
|
||||
text: "Request a Quote", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -430,75 +281,45 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Design & Analysis",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Design & Analysis", href: "#services"},
|
||||
{
|
||||
label: "Manufacturing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Manufacturing", href: "#services"},
|
||||
{
|
||||
label: "Project Management",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Project Management", href: "#services"},
|
||||
{
|
||||
label: "Consulting",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Consulting", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Case Studies",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Case Studies", href: "#portfolio"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQs", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", 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