Merge version_1 into main #1
@@ -7,7 +7,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="NexaDev Solutions"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,19 +44,9 @@ export default function LandingPage() {
|
||||
description="Rigorous standards for modern development."
|
||||
features={[
|
||||
{
|
||||
tag: "Methodology",
|
||||
title: "Agile Development",
|
||||
subtitle: "Adaptive",
|
||||
description: "Continuous delivery cycles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-scientist-doing-software-quality-assurance-reading-source-code_482257-116879.jpg",
|
||||
},
|
||||
tag: "Methodology", title: "Agile Development", subtitle: "Adaptive", description: "Continuous delivery cycles.", imageSrc: "http://img.b2bpic.net/free-photo/data-scientist-doing-software-quality-assurance-reading-source-code_482257-116879.jpg"},
|
||||
{
|
||||
tag: "Quality",
|
||||
title: "QA Assurance",
|
||||
subtitle: "Flawless",
|
||||
description: "Automated testing frameworks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-man-programmer-manages-code-scripts-artificial-intelligence_482257-120314.jpg",
|
||||
},
|
||||
tag: "Quality", title: "QA Assurance", subtitle: "Flawless", description: "Automated testing frameworks.", imageSrc: "http://img.b2bpic.net/free-photo/black-man-programmer-manages-code-scripts-artificial-intelligence_482257-120314.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,27 +57,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Partners"
|
||||
description="Collaborating with elite teams."
|
||||
names={[
|
||||
"AWS",
|
||||
"Azure",
|
||||
"GCP",
|
||||
"Vercel",
|
||||
"Docker",
|
||||
]}
|
||||
names={["AWS", "Azure", "GCP", "Vercel", "Docker"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="NexaDev Solutions"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "/legal",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "/legal",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "/legal" }}
|
||||
rightLink={{ text: "Terms of Service", href: "/legal" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="NexaDev Solutions"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,14 +42,8 @@ export default function LandingPage() {
|
||||
title="Let's Connect"
|
||||
description="Ready to scale your digital presence?"
|
||||
metrics={[
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
},
|
||||
{
|
||||
value: "Worldwide",
|
||||
title: "Coverage",
|
||||
},
|
||||
{ value: "24/7", title: "Support" },
|
||||
{ value: "Worldwide", title: "Coverage" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893438.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -77,27 +57,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Contact Channels"
|
||||
description="Reach us via our official partners."
|
||||
names={[
|
||||
"Email",
|
||||
"Slack",
|
||||
"Discord",
|
||||
"LinkedIn",
|
||||
"GitHub",
|
||||
]}
|
||||
names={["Email", "Slack", "Discord", "LinkedIn", "GitHub"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="NexaDev Solutions"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "/legal",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "/legal",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "/legal" }}
|
||||
rightLink={{ text: "Terms of Service", href: "/legal" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
166
src/app/page.tsx
166
src/app/page.tsx
@@ -28,69 +28,30 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="NexaDev Solutions"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Architecting the Future of Digital Innovation"
|
||||
description="NexaDev Solutions delivers high-performance full-stack engineering, cloud infrastructure, and AI-driven platforms tailored for your business scale."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/charts-set-blue-dashboard-user-panel_23-2148381984.jpg",
|
||||
imageAlt: "software interface",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cloud-system-with-data-protection_53876-124620.jpg",
|
||||
imageAlt: "data visualization",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-machine-learning-infrastructure-engineer-developing-algorithms_482257-124408.jpg",
|
||||
imageAlt: "web development code",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-artificial-intelligence-futuristic-communication-network-technology_53876-129773.jpg",
|
||||
imageAlt: "ai technology interface",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloud-network-hand-using-phone-technology-remix-galaxy_53876-104224.jpg",
|
||||
imageAlt: "cloud infrastructure",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg",
|
||||
imageAlt: "data center server",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-vector/charts-set-blue-dashboard-user-panel_23-2148381984.jpg", imageAlt: "software interface" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cloud-system-with-data-protection_53876-124620.jpg", imageAlt: "data visualization" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-machine-learning-infrastructure-engineer-developing-algorithms_482257-124408.jpg", imageAlt: "web development code" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-artificial-intelligence-futuristic-communication-network-technology_53876-129773.jpg", imageAlt: "ai technology interface" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cloud-network-hand-using-phone-technology-remix-galaxy_53876-104224.jpg", imageAlt: "cloud infrastructure" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg", imageAlt: "data center server" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,18 +62,9 @@ export default function LandingPage() {
|
||||
title="Engineering Excellence at Scale"
|
||||
description="We blend creative strategy with rigorous engineering to build robust platforms that empower global enterprises."
|
||||
metrics={[
|
||||
{
|
||||
value: "150+",
|
||||
title: "Projects Delivered",
|
||||
},
|
||||
{
|
||||
value: "99.9%",
|
||||
title: "Uptime Reliability",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Engineers Worldwide",
|
||||
},
|
||||
{ value: "150+", title: "Projects Delivered" },
|
||||
{ value: "99.9%", title: "Uptime Reliability" },
|
||||
{ value: "50+", title: "Engineers Worldwide" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/startup-team-celebrates-office-after-successfully-launching-stock-exchange_482257-119477.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -127,26 +79,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "DevOps",
|
||||
title: "Cloud Infrastructure",
|
||||
subtitle: "Scalable & Secure",
|
||||
description: "Robust cloud solutions built for high-traffic enterprise environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-trails-buildings_1359-714.jpg",
|
||||
},
|
||||
tag: "DevOps", title: "Cloud Infrastructure", subtitle: "Scalable & Secure", description: "Robust cloud solutions built for high-traffic enterprise environments.", imageSrc: "http://img.b2bpic.net/free-photo/light-trails-buildings_1359-714.jpg"},
|
||||
{
|
||||
tag: "Engineering",
|
||||
title: "Full-Stack Development",
|
||||
subtitle: "End-to-End",
|
||||
description: "Modern frontend and backend architectures for complex applications.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-young-people-being-digital-nomads-working-remotely-from-dreamy-locations_23-2151187901.jpg",
|
||||
},
|
||||
tag: "Engineering", title: "Full-Stack Development", subtitle: "End-to-End", description: "Modern frontend and backend architectures for complex applications.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-young-people-being-digital-nomads-working-remotely-from-dreamy-locations_23-2151187901.jpg"},
|
||||
{
|
||||
tag: "AI/ML",
|
||||
title: "Intelligent Automation",
|
||||
subtitle: "Data-Driven",
|
||||
description: "Leveraging machine learning to automate complex internal processes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineering-project-designer-looking-digital-blueprint_482257-18810.jpg",
|
||||
},
|
||||
tag: "AI/ML", title: "Intelligent Automation", subtitle: "Data-Driven", description: "Leveraging machine learning to automate complex internal processes.", imageSrc: "http://img.b2bpic.net/free-photo/engineering-project-designer-looking-digital-blueprint_482257-18810.jpg"},
|
||||
]}
|
||||
title="Core Competencies"
|
||||
description="Comprehensive full-stack services to accelerate your digital trajectory."
|
||||
@@ -157,15 +94,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Amazon",
|
||||
"Tesla",
|
||||
"Nvidia",
|
||||
"Adobe",
|
||||
"Meta",
|
||||
]}
|
||||
names={["Microsoft", "Google", "Amazon", "Tesla", "Nvidia", "Adobe", "Meta"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We partner with visionary organizations to define the cutting edge of tech."
|
||||
/>
|
||||
@@ -178,46 +107,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Thorne",
|
||||
role: "CTO",
|
||||
company: "InnovateLabs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Vance",
|
||||
role: "Director",
|
||||
company: "GrowthTech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julian Reed",
|
||||
role: "Founder",
|
||||
company: "Nexus Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-laptop_23-2149927608.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Chen",
|
||||
role: "Product Manager",
|
||||
company: "DataFlow",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2004.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Wu",
|
||||
role: "Engineering Lead",
|
||||
company: "Apex Dynamics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg",
|
||||
},
|
||||
{ id: "1", name: "Marcus Thorne", role: "CTO", company: "InnovateLabs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg" },
|
||||
{ id: "2", name: "Elena Vance", role: "Director", company: "GrowthTech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg" },
|
||||
{ id: "3", name: "Julian Reed", role: "Founder", company: "Nexus Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-laptop_23-2149927608.jpg" },
|
||||
{ id: "4", name: "Sarah Chen", role: "Product Manager", company: "DataFlow", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2004.jpg" },
|
||||
{ id: "5", name: "David Wu", role: "Engineering Lead", company: "Apex Dynamics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear directly from the partners shaping the digital future with us."
|
||||
@@ -227,14 +121,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="NexaDev Solutions"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "/legal",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "/legal",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "/legal" }}
|
||||
rightLink={{ text: "Terms of Service", href: "/legal" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function PortfolioPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="NexaDev Solutions"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,19 +44,9 @@ export default function LandingPage() {
|
||||
description="Showcasing transformative projects."
|
||||
features={[
|
||||
{
|
||||
tag: "AI",
|
||||
title: "Predictive Analytics",
|
||||
subtitle: "Data Science",
|
||||
description: "Advanced ML models.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-company-developers-encrypting-cloud-processing-data-system-using-blockchain-technology-cybernetics-engineers-reviewing-lines-code-order-secure-mainframe-database-storage_482257-38975.jpg",
|
||||
},
|
||||
tag: "AI", title: "Predictive Analytics", subtitle: "Data Science", description: "Advanced ML models.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-company-developers-encrypting-cloud-processing-data-system-using-blockchain-technology-cybernetics-engineers-reviewing-lines-code-order-secure-mainframe-database-storage_482257-38975.jpg"},
|
||||
{
|
||||
tag: "Cloud",
|
||||
title: "Migrated Data Center",
|
||||
subtitle: "High Performance",
|
||||
description: "Seamless cloud transition.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-screens-desk-empty-software-it-agency-office-computers-background-running-programming-code-data-algorithms-neural-network-servers-cloud-computing-data-room_482257-33530.jpg",
|
||||
},
|
||||
tag: "Cloud", title: "Migrated Data Center", subtitle: "High Performance", description: "Seamless cloud transition.", imageSrc: "http://img.b2bpic.net/free-photo/computer-screens-desk-empty-software-it-agency-office-computers-background-running-programming-code-data-algorithms-neural-network-servers-cloud-computing-data-room_482257-33530.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,22 +60,8 @@ export default function LandingPage() {
|
||||
title="Success Stories"
|
||||
description="Results speak for themselves."
|
||||
testimonials={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Jane Doe",
|
||||
role: "VP Tech",
|
||||
company: "Global Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "John Smith",
|
||||
role: "CEO",
|
||||
company: "Innovate Co",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Jane Doe", role: "VP Tech", company: "Global Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg" },
|
||||
{ id: "p2", name: "John Smith", role: "CEO", company: "Innovate Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,14 +69,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="NexaDev Solutions"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "/legal",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "/legal",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "/legal" }}
|
||||
rightLink={{ text: "Terms of Service", href: "/legal" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="NexaDev Solutions"
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,19 +44,9 @@ export default function LandingPage() {
|
||||
description="Comprehensive engineering solutions."
|
||||
features={[
|
||||
{
|
||||
tag: "Cloud",
|
||||
title: "Cloud Ops",
|
||||
subtitle: "Infrastructure",
|
||||
description: "Cloud-native scaling.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloud-computing-electronic-chip-board-cloud-computer-is-system-transfer-data-information-upload-download-application-technology-transformation-concept_616485-59.jpg",
|
||||
},
|
||||
tag: "Cloud", title: "Cloud Ops", subtitle: "Infrastructure", description: "Cloud-native scaling.", imageSrc: "http://img.b2bpic.net/free-photo/cloud-computing-electronic-chip-board-cloud-computer-is-system-transfer-data-information-upload-download-application-technology-transformation-concept_616485-59.jpg"},
|
||||
{
|
||||
tag: "Dev",
|
||||
title: "App Design",
|
||||
subtitle: "Custom",
|
||||
description: "User-centric design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-racks-storing-ai-datasets-simulation-training-predictive-tasks_482257-124190.jpg",
|
||||
},
|
||||
tag: "Dev", title: "App Design", subtitle: "Custom", description: "User-centric design.", imageSrc: "http://img.b2bpic.net/free-photo/server-racks-storing-ai-datasets-simulation-training-predictive-tasks_482257-124190.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,14 +57,8 @@ export default function LandingPage() {
|
||||
title="Efficiency Focused"
|
||||
description="Speed to market is our priority."
|
||||
metrics={[
|
||||
{
|
||||
value: "20%",
|
||||
title: "Deployment Time",
|
||||
},
|
||||
{
|
||||
value: "40%",
|
||||
title: "Cost Savings",
|
||||
},
|
||||
{ value: "20%", title: "Deployment Time" },
|
||||
{ value: "40%", title: "Cost Savings" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-team-engineers-using-laptop-server-farm-analyzing-data_482257-123246.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -99,14 +69,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="NexaDev Solutions"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "/legal",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "/legal",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "/legal" }}
|
||||
rightLink={{ text: "Terms of Service", href: "/legal" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user