2 Commits

Author SHA1 Message Date
1eca82a11f Update src/app/page.tsx 2026-05-06 16:49:41 +00:00
f9eca1d9eb Merge version_1 into main
Merge version_1 into main
2026-05-06 16:44:53 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="MARCOSE" brandName="MARCOSE"
/> />
@@ -56,105 +48,65 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Hi, I'm Marcus Technical Consultant and Senior Engineer" title="Hi, I'm Marcus Technical Consultant and Senior Engineer"
description="I help small businesses and charities optimize their infrastructure and navigate complex technical challenges with confidence." description="I help small businesses and charities by slashing IT costs and reducing downtime to keep your operations running smoothly."
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg"},
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-modern-man-holding-his-laptop-notebook_23-2148728890.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-modern-man-holding-his-laptop-notebook_23-2148728890.jpg"},
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-using-laptop-urban-environment_23-2147961078.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-man-using-laptop-urban-environment_23-2147961078.jpg"},
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg"},
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-with-laptop-posing-coworker_23-2148746260.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-with-laptop-posing-coworker_23-2148746260.jpg"},
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg"},
},
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-data-background-with-abstract-plexus-design_1048-16831.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-data-background-with-abstract-plexus-design_1048-16831.jpg"},
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-his-home-office-working-developing-new-turbine-software-interface_482257-25294.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-his-home-office-working-developing-new-turbine-software-interface_482257-25294.jpg"},
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg"},
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/black-employee-checking-digital-blue-prints-analysing-project-company-looking-laptop-sitting-desk-living-room-office-late-night-overtime-busy-african-freelancer-using-modern-technology_482257-13612.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-employee-checking-digital-blue-prints-analysing-project-company-looking-laptop-sitting-desk-living-room-office-late-night-overtime-busy-african-freelancer-using-modern-technology_482257-13612.jpg"},
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212553.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212553.jpg"},
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg"},
},
]} ]}
buttons={[ buttons={[
{ {
text: "Work With Me", text: "Work With Me", href: "#contact"},
href: "#contact",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", alt: "Client 1"},
alt: "Client 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-handsome-smiling-man-sitting-open-space-office-working-laptop_285396-9046.jpg", src: "http://img.b2bpic.net/free-photo/young-handsome-smiling-man-sitting-open-space-office-working-laptop_285396-9046.jpg", alt: "Client 2"},
alt: "Client 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-laptop-coffee-cup_23-2149097902.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-laptop-coffee-cup_23-2149097902.jpg", alt: "Client 3"},
alt: "Client 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-business-man-smiling-male-dressed-blue-jeans-shirt-bearded-model-posing-office-near-paper-desk_158538-17485.jpg", src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-business-man-smiling-male-dressed-blue-jeans-shirt-bearded-model-posing-office-near-paper-desk_158538-17485.jpg", alt: "Client 4"},
alt: "Client 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-talking-phone-young-attractive-smiling-man-sitting-co-working-open-office_285396-1770.jpg", src: "http://img.b2bpic.net/free-photo/happy-talking-phone-young-attractive-smiling-man-sitting-co-working-open-office_285396-1770.jpg", alt: "Client 5"},
alt: "Client 5",
},
]} ]}
avatarText="Trusted by 50+ businesses" avatarText="Trusted by 50+ businesses"
marqueeItems={[ marqueeItems={[
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212618.jpg", alt: "Tech Logo 1"},
src: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212618.jpg",
alt: "Tech Logo 1",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/fiber-optics-lights-abstract-background_23-2148241382.jpg", alt: "Tech Logo 2"},
src: "http://img.b2bpic.net/free-photo/fiber-optics-lights-abstract-background_23-2148241382.jpg",
alt: "Tech Logo 2",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212617.jpg", alt: "Tech Logo 3"},
src: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212617.jpg",
alt: "Tech Logo 3",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212552.jpg", alt: "Tech Logo 4"},
src: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212552.jpg",
alt: "Tech Logo 4",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/blue-vivid-optic-fiber_23-2148779320.jpg", alt: "Tech Logo 5"},
src: "http://img.b2bpic.net/free-photo/blue-vivid-optic-fiber_23-2148779320.jpg",
alt: "Tech Logo 5",
},
]} ]}
/> />
</div> </div>
@@ -164,9 +116,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="My Approach" title="My Approach"
description={[ description={[
"I bring over 10 years of engineering experience to solve real-world problems. My goal is to simplify technology, making it an asset rather than a burden.", "I bring over 10 years of engineering experience to solve real-world problems. My goal is to simplify technology, making it an asset rather than a burden.", "Whether it's cloud migration or a large office move, I provide clear guidance and reliable execution to ensure business continuity."]}
"Whether it's cloud migration or a large office move, I provide clear guidance and reliable execution to ensure business continuity.",
]}
/> />
</div> </div>
@@ -178,19 +128,13 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Cloud, icon: Cloud,
title: "Cloud Infrastructure", title: "Cloud Infrastructure", description: "Seamless migration and management of your cloud environment."},
description: "Seamless migration and management of your cloud environment.",
},
{ {
icon: Shield, icon: Shield,
title: "Cyber Security", title: "Cyber Security", description: "Robust protection for your sensitive data and digital assets."},
description: "Robust protection for your sensitive data and digital assets.",
},
{ {
icon: BarChart, icon: BarChart,
title: "Analytics Solutions", title: "Analytics Solutions", description: "Turning raw data into actionable insights for your business."},
description: "Turning raw data into actionable insights for your business.",
},
]} ]}
title="Services I Provide" title="Services I Provide"
description="Tailored technical solutions designed to meet your specific organizational goals." description="Tailored technical solutions designed to meet your specific organizational goals."
@@ -205,41 +149,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Charity Cloud Migration", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/chrome-key-tablet-updating-ai-systems_482257-90828.jpg"},
name: "Charity Cloud Migration",
price: "Completed",
imageSrc: "http://img.b2bpic.net/free-photo/chrome-key-tablet-updating-ai-systems_482257-90828.jpg",
},
{ {
id: "p2", id: "p2", name: "Office Security Setup", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/cyber-investigation-team-working-governmental-hacking-room_482257-110561.jpg"},
name: "Office Security Setup",
price: "Completed",
imageSrc: "http://img.b2bpic.net/free-photo/cyber-investigation-team-working-governmental-hacking-room_482257-110561.jpg",
},
{ {
id: "p3", id: "p3", name: "Corporate Infrastructure Upgrade", price: "Completed", imageSrc: "http://img.b2bpic.net/free-vector/hosting-services-flowchart_1284-19423.jpg"},
name: "Corporate Infrastructure Upgrade",
price: "Completed",
imageSrc: "http://img.b2bpic.net/free-vector/hosting-services-flowchart_1284-19423.jpg",
},
{ {
id: "p4", id: "p4", name: "Data Analysis Platform", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-experts-working-spyware-malware-detection_482257-121536.jpg"},
name: "Data Analysis Platform",
price: "Completed",
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-experts-working-spyware-malware-detection_482257-121536.jpg",
},
{ {
id: "p5", id: "p5", name: "Retail POS Integration", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/high-tech-governmental-cyber-security-room-without-staff-work_482257-94558.jpg"},
name: "Retail POS Integration",
price: "Completed",
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-governmental-cyber-security-room-without-staff-work_482257-94558.jpg",
},
{ {
id: "p6", id: "p6", name: "Non-Profit Network Security", price: "Completed", imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513319.jpg"},
name: "Non-Profit Network Security",
price: "Completed",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513319.jpg",
},
]} ]}
title="Recent Work" title="Recent Work"
description="Showcasing technical solutions and successful project completions." description="Showcasing technical solutions and successful project completions."
@@ -254,20 +174,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "100%", description: "Client satisfaction across all past infrastructure migrations."},
value: "100%",
description: "Client satisfaction across all past infrastructure migrations.",
},
{ {
id: "m2", id: "m2", value: "24/7", description: "Priority support availability for all office move projects."},
value: "24/7",
description: "Priority support availability for all office move projects.",
},
{ {
id: "m3", id: "m3", value: "50+", description: "Successfully completed technical projects for small businesses."},
value: "50+",
description: "Successfully completed technical projects for small businesses.",
},
]} ]}
title="Why Choose Me" title="Why Choose Me"
description="Commitment to excellence in every technical engagement." description="Commitment to excellence in every technical engagement."
@@ -281,59 +192,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Jane Doe", role: "Director", company: "Local Charity", rating: 5,
name: "Jane Doe", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg"},
role: "Director",
company: "Local Charity",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
},
{ {
id: "2", id: "2", name: "John Smith", role: "Manager", company: "Tech Startup", rating: 5,
name: "John Smith", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"},
role: "Manager",
company: "Tech Startup",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
},
{ {
id: "3", id: "3", name: "Alice Green", role: "CEO", company: "Creative Studio", rating: 5,
name: "Alice Green", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg"},
role: "CEO",
company: "Creative Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg",
},
{ {
id: "4", id: "4", name: "Bob Brown", role: "Founder", company: "Small Biz Inc", rating: 5,
name: "Bob Brown", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
role: "Founder",
company: "Small Biz Inc",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
},
{ {
id: "5", id: "5", name: "Charlie White", role: "Owner", company: "Retail Group", rating: 5,
name: "Charlie White", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg"},
role: "Owner",
company: "Retail Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "99.9%", value: "99.9%", label: "Uptime"},
label: "Uptime",
},
{ {
value: "500+", value: "500+", label: "Devices Managed"},
label: "Devices Managed",
},
{ {
value: "20+", value: "20+", label: "Industries Served"},
label: "Industries Served",
},
]} ]}
title="Client Feedback" title="Client Feedback"
description="Trusted by businesses and organizations to get the job done right." description="Trusted by businesses and organizations to get the job done right."
@@ -346,20 +226,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How do you handle office move projects?", content: "I manage the entire technical scope from hardware disconnect to re-installation, ensuring all connectivity remains stable."},
title: "How do you handle office move projects?",
content: "I manage the entire technical scope from hardware disconnect to re-installation, ensuring all connectivity remains stable.",
},
{ {
id: "f2", id: "f2", title: "Can you work with small budgets?", content: "Absolutely. I provide scalable solutions designed for growth and affordability."},
title: "Can you work with small budgets?",
content: "Absolutely. I provide scalable solutions designed for growth and affordability.",
},
{ {
id: "f3", id: "f3", title: "What is your typical turnaround time?", content: "I assess each project individually, but prioritize efficiency and meeting agreed-upon deadlines."},
title: "What is your typical turnaround time?",
content: "I assess each project individually, but prioritize efficiency and meeting agreed-upon deadlines.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" imageSrc="http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -373,16 +244,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Let's Get Started" tag="Let's Get Started"
title="Ready to work together?" title="Ready to work together?"
description="Reach out to discuss your technical needs and how I can help your project succeed." description="Reach out to discuss your technical needs and how I can help your project succeed."
buttons={[ buttons={[
{ {
text: "Send Message", text: "Send Message", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -392,29 +260,19 @@ export default function LandingPage() {
logoText="Marcus." logoText="Marcus."
columns={[ columns={[
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "hello@marcus.dev", label: "hello@marcus.dev", href: "mailto:hello@marcus.dev"},
href: "mailto:hello@marcus.dev",
},
{ {
label: "Twitter", label: "Twitter", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -424,4 +282,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }