Update src/app/services/page.tsx
This commit is contained in:
@@ -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