Update src/app/page.tsx
This commit is contained in:
117
src/app/page.tsx
117
src/app/page.tsx
@@ -31,31 +31,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="DevIT Systems"
|
||||
button={{ text: "Get Started" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Empowering Your Digital Transformation"
|
||||
description="We craft scalable, reliable, and innovative software solutions that drive growth for modern enterprises. From cloud infrastructure to custom development, we've got you covered."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bnee9LjUjtf0A7fYFPtzQldEHH/a-futuristic-software-development-enviro-1776257592150-ce76f3f7.png"
|
||||
@@ -78,19 +70,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Cloud,
|
||||
title: "Cloud Infrastructure",
|
||||
description: "Seamless cloud migration and management services for maximum scalability.",
|
||||
},
|
||||
title: "Cloud Infrastructure", description: "Seamless cloud migration and management services for maximum scalability."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Cybersecurity",
|
||||
description: "Enterprise-grade protection to keep your sensitive data secure and compliant.",
|
||||
},
|
||||
title: "Cybersecurity", description: "Enterprise-grade protection to keep your sensitive data secure and compliant."},
|
||||
{
|
||||
icon: Smartphone,
|
||||
title: "App Development",
|
||||
description: "End-to-end mobile and web application development tailored to your specific goals.",
|
||||
},
|
||||
title: "App Development", description: "End-to-end mobile and web application development tailored to your specific goals."},
|
||||
]}
|
||||
title="Comprehensive IT Services"
|
||||
description="We specialize in delivering high-impact solutions designed to keep you ahead in a competitive landscape."
|
||||
@@ -104,23 +90,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle,
|
||||
title: "Projects Completed",
|
||||
value: "250+",
|
||||
},
|
||||
id: "m1", icon: CheckCircle,
|
||||
title: "Projects Completed", value: "250+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Clients Served",
|
||||
value: "120+",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Clients Served", value: "120+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Team Experience",
|
||||
value: "15+ Years",
|
||||
},
|
||||
id: "m3", icon: Award,
|
||||
title: "Team Experience", value: "15+ Years"},
|
||||
]}
|
||||
title="Impact in Numbers"
|
||||
description="Our work speaks for itself through tangible business outcomes and growth metrics."
|
||||
@@ -135,45 +112,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Johnson",
|
||||
role: "CTO",
|
||||
company: "TechInnovate",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bnee9LjUjtf0A7fYFPtzQldEHH/professional-headshot-of-a-business-woma-1776257629405-ed5da3ae.png",
|
||||
},
|
||||
id: "t1", name: "Alice Johnson", role: "CTO", company: "TechInnovate", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bnee9LjUjtf0A7fYFPtzQldEHH/professional-headshot-of-a-business-woma-1776257629405-ed5da3ae.png"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Director",
|
||||
company: "GrowthOps",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bnee9LjUjtf0A7fYFPtzQldEHH/professional-headshot-of-a-male-it-direc-1776257637419-7719fc05.png",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", role: "Director", company: "GrowthOps", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bnee9LjUjtf0A7fYFPtzQldEHH/professional-headshot-of-a-male-it-direc-1776257637419-7719fc05.png"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "CEO",
|
||||
company: "DataHub",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bnee9LjUjtf0A7fYFPtzQldEHH/friendly-business-woman-wearing-glasses--1776257646979-77686d59.png",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", role: "CEO", company: "DataHub", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bnee9LjUjtf0A7fYFPtzQldEHH/friendly-business-woman-wearing-glasses--1776257646979-77686d59.png"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Product Lead",
|
||||
company: "NextGen Soft",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bnee9LjUjtf0A7fYFPtzQldEHH/professional-man-in-a-clean-white-office-1776257657594-09f9291f.png",
|
||||
},
|
||||
id: "t4", name: "David Kim", role: "Product Lead", company: "NextGen Soft", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bnee9LjUjtf0A7fYFPtzQldEHH/professional-man-in-a-clean-white-office-1776257657594-09f9291f.png"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah Miller",
|
||||
role: "Manager",
|
||||
company: "CloudSys",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bnee9LjUjtf0A7fYFPtzQldEHH/smiling-professional-woman-confident-pos-1776257666405-7e0268b9.png",
|
||||
},
|
||||
id: "t5", name: "Sarah Miller", role: "Manager", company: "CloudSys", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bnee9LjUjtf0A7fYFPtzQldEHH/smiling-professional-woman-confident-pos-1776257666405-7e0268b9.png"},
|
||||
]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Hear what our partners have to say about working with our team."
|
||||
@@ -184,8 +136,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to get started?"
|
||||
title="Connect With Our Experts"
|
||||
description="Whether you have a project idea or need technical consultancy, we are here to help."
|
||||
@@ -200,25 +151,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user