Merge version_1 into main #1
339
src/app/page.tsx
339
src/app/page.tsx
@@ -32,133 +32,50 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "blog",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Blog", id: "blog" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Aracroft Labs"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Architecting the Future of Software"
|
||||
description="Aracroft Labs builds scalable, reliable, and high-performance applications designed to accelerate your growth."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg",
|
||||
imageAlt: "software dashboard interface dark",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-balloons-with-light-dark_23-2148987128.jpg",
|
||||
imageAlt: "software dashboard interface dark",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg",
|
||||
imageAlt: "software dashboard interface dark",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/broker-looking-laptop-analyzing-stock-market-invest-trading-stocks-graph_169016-48828.jpg",
|
||||
imageAlt: "software dashboard interface dark",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg",
|
||||
imageAlt: "software dashboard interface dark",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg", imageAlt: "software dashboard interface dark" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/composition-balloons-with-light-dark_23-2148987128.jpg", imageAlt: "software dashboard interface dark" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg", imageAlt: "software dashboard interface dark" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/broker-looking-laptop-analyzing-stock-market-invest-trading-stocks-graph_169016-48828.jpg", imageAlt: "software dashboard interface dark" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", imageAlt: "software dashboard interface dark" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
imageAlt: "software dashboard interface dark",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/start-up-business-rocket-icon_53876-13918.jpg",
|
||||
imageAlt: "software dashboard interface dark",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-apartment-with-minimalist-home-office-wooden-furniture_482257-120933.jpg",
|
||||
imageAlt: "software dashboard interface dark",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-window-covered-with-business-charts-working-tablet_1098-20217.jpg",
|
||||
imageAlt: "software dashboard interface dark",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-filled-with-productivity-items-empty-home_482257-101134.jpg",
|
||||
imageAlt: "software dashboard interface dark",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "software dashboard interface dark" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/start-up-business-rocket-icon_53876-13918.jpg", imageAlt: "software dashboard interface dark" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/urban-apartment-with-minimalist-home-office-wooden-furniture_482257-120933.jpg", imageAlt: "software dashboard interface dark" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-window-covered-with-business-charts-working-tablet_1098-20217.jpg", imageAlt: "software dashboard interface dark" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-desk-filled-with-productivity-items-empty-home_482257-101134.jpg", imageAlt: "software dashboard interface dark" },
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-55085.jpg",
|
||||
alt: "Computer in a dark room with graphs on the screen",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-silhouette-dancing-glowing-nightclub-lights-generated-by-ai_24911-72392.jpg",
|
||||
alt: "Futuristic silhouette dancing in glowing nightclub lights generated by AI",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301539.jpg",
|
||||
alt: "Optical fiber background",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-friday-sale-banner-template-astronaut-working-laptop_460848-6339.jpg",
|
||||
alt: "Black Friday Sale Banner Template Astronaut working on laptop.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-shallow-depth-field-modern-communication_1048-12682.jpg",
|
||||
alt: "3D render of a low poly plexus design, shallow depth of field, modern communication",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-55085.jpg", alt: "Computer in a dark room with graphs on the screen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/futuristic-silhouette-dancing-glowing-nightclub-lights-generated-by-ai_24911-72392.jpg", alt: "Futuristic silhouette dancing in glowing nightclub lights generated by AI" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301539.jpg", alt: "Optical fiber background" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/black-friday-sale-banner-template-astronaut-working-laptop_460848-6339.jpg", alt: "Black Friday Sale Banner Template Astronaut working on laptop." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-shallow-depth-field-modern-communication_1048-12682.jpg", alt: "3D render of a low poly plexus design, shallow depth of field, modern communication" },
|
||||
]}
|
||||
avatarText="Trusted by 50+ enterprise partners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-render-low-poly-network-communications-background-with-plexus-design_1048-14304.jpg",
|
||||
alt: "3D render of a low poly network communications background with plexus design",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/asian-businessman-sitting-car_53876-129654.jpg",
|
||||
alt: "Asian businessman sitting in a car",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg",
|
||||
alt: "Digital tablet for online learning",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg",
|
||||
alt: "Woman typing at laptop sitting in home with automation lighting system",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2747.jpg",
|
||||
alt: "Smart application on tablet placed on kitchen desk in empty house automation system turning on the l...",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-render-low-poly-network-communications-background-with-plexus-design_1048-14304.jpg", alt: "3D render of a low poly network communications background with plexus design" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/asian-businessman-sitting-car_53876-129654.jpg", alt: "Asian businessman sitting in a car" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", alt: "Digital tablet for online learning" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg", alt: "Woman typing at laptop sitting in home with automation lighting system" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2747.jpg", alt: "Smart application on tablet placed on kitchen desk in empty house automation system turning on the l..." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,15 +84,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Aracroft Labs",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-118685.jpg",
|
||||
alt: "developer working in modern office",
|
||||
},
|
||||
{ type: "text", content: "About Aracroft Labs" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-118685.jpg", alt: "developer working in modern office" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -186,30 +96,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Scalable Infrastructure",
|
||||
descriptions: [
|
||||
"Robust, high-traffic systems that grow with your company.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-light-with-bokeh-effect_1208-207.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Advanced Security",
|
||||
descriptions: [
|
||||
"End-to-end encryption and compliance-first development standards.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241211.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Agile Delivery",
|
||||
descriptions: [
|
||||
"High-velocity sprints that deliver functional value iteratively.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graphic-designers-discussing-laptop_1170-1865.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Scalable Infrastructure", descriptions: ["Robust, high-traffic systems that grow with your company."], imageSrc: "http://img.b2bpic.net/free-photo/blue-light-with-bokeh-effect_1208-207.jpg" },
|
||||
{ id: "f2", title: "Advanced Security", descriptions: ["End-to-end encryption and compliance-first development standards."], imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241211.jpg" },
|
||||
{ id: "f3", title: "Agile Delivery", descriptions: ["High-velocity sprints that deliver functional value iteratively."], imageSrc: "http://img.b2bpic.net/free-photo/graphic-designers-discussing-laptop_1170-1865.jpg" },
|
||||
]}
|
||||
title="Core Development Expertise"
|
||||
description="We combine modern engineering practices with cutting-edge technology to solve complex problems."
|
||||
@@ -222,24 +111,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Projects Delivered",
|
||||
value: "150+",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Deployment Success",
|
||||
value: "99.9%",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Average Speed Gain",
|
||||
value: "40%",
|
||||
icon: Zap,
|
||||
},
|
||||
{ id: "m1", title: "Projects Delivered", value: "150+", icon: CheckCircle },
|
||||
{ id: "m2", title: "Deployment Success", value: "99.9%", icon: Shield },
|
||||
{ id: "m3", title: "Average Speed Gain", value: "40%", icon: Zap },
|
||||
]}
|
||||
title="Proven Impact"
|
||||
description="Data-driven results for our partners."
|
||||
@@ -252,60 +126,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "CTO",
|
||||
company: "TechInnovate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael B.",
|
||||
role: "CEO",
|
||||
company: "GrowthLabs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-data-center-checks-ai-dashboard-using-laptop-systems-review_482257-130117.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
role: "Product Lead",
|
||||
company: "DataCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
role: "Lead Architect",
|
||||
company: "StartupsInc",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jane D.",
|
||||
role: "Director",
|
||||
company: "GlobalCloud",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", role: "CTO", company: "TechInnovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg" },
|
||||
{ id: "t2", name: "Michael B.", role: "CEO", company: "GrowthLabs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/engineer-data-center-checks-ai-dashboard-using-laptop-systems-review_482257-130117.jpg" },
|
||||
{ id: "t3", name: "Emily R.", role: "Product Lead", company: "DataCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg" },
|
||||
{ id: "t4", name: "David K.", role: "Lead Architect", company: "StartupsInc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg" },
|
||||
{ id: "t5", name: "Jane D.", role: "Director", company: "GlobalCloud", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Retention",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Enterprise Partners",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Security Compliant",
|
||||
},
|
||||
{ value: "98%", label: "Client Retention" },
|
||||
{ value: "50+", label: "Enterprise Partners" },
|
||||
{ value: "100%", label: "Security Compliant" },
|
||||
]}
|
||||
title="What Clients Say"
|
||||
description="Success stories from our partners."
|
||||
@@ -317,21 +147,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What technologies do you use?",
|
||||
content: "We specialize in modern cloud-native stacks including Next.js, Go, AWS, and Kubernetes.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long does a typical build take?",
|
||||
content: "Small projects can launch in weeks, while enterprise builds span several months.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you provide maintenance?",
|
||||
content: "Yes, we offer ongoing support and security patching for all deployed applications.",
|
||||
},
|
||||
{ id: "q1", title: "What technologies do you use?", content: "We specialize in modern cloud-native stacks including Next.js, Go, AWS, and Kubernetes." },
|
||||
{ id: "q2", title: "How long does a typical build take?", content: "Small projects can launch in weeks, while enterprise builds span several months." },
|
||||
{ id: "q3", title: "Do you provide maintenance?", content: "Yes, we offer ongoing support and security patching for all deployed applications." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/client-helpline-operator-with-chronic-health-condition-using-wheelchair-disability-friendly-office-woman-working-call-center-customer-service-helpdesk-living-with-physical-impairment_482257-47207.jpg"
|
||||
title="Frequently Asked"
|
||||
@@ -349,36 +167,9 @@ export default function LandingPage() {
|
||||
title="Engineering Insights"
|
||||
description="Our thoughts on the latest tech trends."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Cloud",
|
||||
title: "Modern Scaling",
|
||||
excerpt: "How to scale your architecture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-application-displayed-desktop-computer-solutions_482257-123023.jpg",
|
||||
authorName: "John Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/man-looking-up-while-holding-tablet_23-2148230208.jpg",
|
||||
date: "Jan 1, 2024",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Architecture",
|
||||
title: "Microservices Best Practices",
|
||||
excerpt: "Lessons from complex systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/diagram-template_23-2147566828.jpg",
|
||||
authorName: "Sarah J.",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/office-worker-using-finance-graphs_23-2150408704.jpg",
|
||||
date: "Jan 15, 2024",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Tech",
|
||||
title: "AI Integration",
|
||||
excerpt: "Embedding intelligence in apps.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-uses-architectural-software-generate-renderings_482257-122534.jpg",
|
||||
authorName: "Michael B.",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
date: "Feb 1, 2024",
|
||||
},
|
||||
{ id: "b1", category: "Cloud", title: "Modern Scaling", excerpt: "How to scale your architecture.", imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-application-displayed-desktop-computer-solutions_482257-123023.jpg", authorName: "John Doe", authorAvatar: "http://img.b2bpic.net/free-photo/man-looking-up-while-holding-tablet_23-2148230208.jpg", date: "Jan 1, 2024" },
|
||||
{ id: "b2", category: "Architecture", title: "Microservices Best Practices", excerpt: "Lessons from complex systems.", imageSrc: "http://img.b2bpic.net/free-vector/diagram-template_23-2147566828.jpg", authorName: "Sarah J.", authorAvatar: "http://img.b2bpic.net/free-photo/office-worker-using-finance-graphs_23-2150408704.jpg", date: "Jan 15, 2024" },
|
||||
{ id: "b3", category: "Tech", title: "AI Integration", excerpt: "Embedding intelligence in apps.", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-uses-architectural-software-generate-renderings_482257-122534.jpg", authorName: "Michael B.", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", date: "Feb 1, 2024" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -386,9 +177,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Get in touch"
|
||||
title="Let's Build Something"
|
||||
description="Drop us a line to start your next software project."
|
||||
@@ -398,32 +187,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Engineering",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Blog", href: "#blog" }] },
|
||||
{ title: "Services", items: [{ label: "Engineering", href: "#features" }, { label: "Support", href: "#faq" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Aracroft Labs."
|
||||
bottomRightText="Privacy Policy"
|
||||
|
||||
Reference in New Issue
Block a user