Merge version_1 into main #2
180
src/app/page.tsx
180
src/app/page.tsx
@@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Cloud, Database, Phone, Zap } from "lucide-react";
|
||||
import { Cloud, Database, Phone, Zap, Brain } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "features",
|
||||
},
|
||||
name: "Solutions", id: "features"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="NexTech"
|
||||
/>
|
||||
@@ -55,30 +47,21 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Scalable Infrastructure for the Future"
|
||||
description="Empowering businesses with robust cloud solutions, AI-driven automation, and secure software development architectures that scale effortlessly."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Rivet",
|
||||
handle: "@alex-rivet",
|
||||
testimonial: "NexTech completely revolutionized our data architecture within 3 months.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-middle-aged-m-1774536650571-1528f978.png?_wi=1",
|
||||
},
|
||||
name: "Alex Rivet", handle: "@alex-rivet", testimonial: "NexTech completely revolutionized our data architecture within 3 months.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-middle-aged-m-1774536650571-1528f978.png"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/futuristic-it-infrastructure-dashboard-w-1774536648074-c1790b53.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/futuristic-it-infrastructure-dashboard-w-1774536648074-c1790b53.png"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "View Solutions",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Solutions", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,31 +73,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
title: "System Uptime",
|
||||
items: [
|
||||
"High-availability infrastructure",
|
||||
"24/7 monitoring",
|
||||
],
|
||||
id: "m1", value: "99.9%", title: "System Uptime", items: [
|
||||
"High-availability infrastructure", "24/7 monitoring"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Cloud Projects",
|
||||
items: [
|
||||
"End-to-end cloud migrations",
|
||||
"Legacy system modernizations",
|
||||
],
|
||||
id: "m2", value: "500+", title: "Cloud Projects", items: [
|
||||
"End-to-end cloud migrations", "Legacy system modernizations"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support Availability",
|
||||
items: [
|
||||
"Around-the-clock technical support",
|
||||
"Rapid incident response",
|
||||
],
|
||||
id: "m3", value: "24/7", title: "Support Availability", items: [
|
||||
"Around-the-clock technical support", "Rapid incident response"],
|
||||
},
|
||||
]}
|
||||
title="Proven Technical Performance"
|
||||
@@ -129,40 +97,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Cloud Architecture",
|
||||
description: "Build, deploy, and manage distributed systems in the cloud with ease and security.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/futuristic-it-infrastructure-dashboard-w-1774536648074-c1790b53.png?_wi=2",
|
||||
},
|
||||
id: "f1", title: "Cloud Architecture", description: "Build, deploy, and manage distributed systems in the cloud with ease and security.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/futuristic-it-infrastructure-dashboard-w-1774536648074-c1790b53.png"},
|
||||
items: [
|
||||
{
|
||||
icon: Cloud,
|
||||
text: "Cloud Strategy & Design",
|
||||
},
|
||||
text: "Cloud Strategy & Design"},
|
||||
{
|
||||
icon: Database,
|
||||
text: "Scalable Database Management",
|
||||
},
|
||||
text: "Scalable Database Management"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "AI & Automation",
|
||||
description: "Automate complex business processes using intelligent AI and ML algorithms.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/futuristic-it-infrastructure-dashboard-w-1774536648074-c1790b53.png?_wi=3",
|
||||
},
|
||||
id: "f2", title: "AI & Automation", description: "Automate complex business processes using intelligent AI and ML algorithms.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/futuristic-it-infrastructure-dashboard-w-1774536648074-c1790b53.png"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Process Automation",
|
||||
},
|
||||
text: "Process Automation"},
|
||||
{
|
||||
icon: Brain,
|
||||
text: "AI Integration",
|
||||
},
|
||||
text: "AI Integration"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
@@ -180,25 +136,13 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-software-deve-1774536648689-7e90180c.png",
|
||||
},
|
||||
id: "t1", name: "John Doe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-software-deve-1774536648689-7e90180c.png"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-cloud-archite-1774536649969-aabd947e.png",
|
||||
},
|
||||
id: "t2", name: "Jane Smith", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-cloud-archite-1774536649969-aabd947e.png"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Robert Chen",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-cybersecurity-1774536649121-804f8698.png",
|
||||
},
|
||||
id: "t3", name: "Robert Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-cybersecurity-1774536649121-804f8698.png"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alice Wong",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-ai-product-ma-1774536648329-e0d9c11c.png",
|
||||
},
|
||||
id: "t4", name: "Alice Wong", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-ai-product-ma-1774536648329-e0d9c11c.png"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -211,33 +155,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Thorne",
|
||||
role: "CTO",
|
||||
testimonial: "Exceptional service and technical expertise.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-middle-aged-m-1774536650571-1528f978.png?_wi=2",
|
||||
},
|
||||
id: "1", name: "Marcus Thorne", role: "CTO", testimonial: "Exceptional service and technical expertise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-middle-aged-m-1774536650571-1528f978.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Rossi",
|
||||
role: "COO",
|
||||
testimonial: "NexTech is the partner we trust for all scaling.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-female-entrep-1774536647362-63f0fc32.png",
|
||||
},
|
||||
id: "2", name: "Elena Rossi", role: "COO", testimonial: "NexTech is the partner we trust for all scaling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-female-entrep-1774536647362-63f0fc32.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Wu",
|
||||
role: "VP Engineering",
|
||||
testimonial: "Fast, reliable, and incredibly professional.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-young-male-da-1774536648952-96b4c892.png",
|
||||
},
|
||||
id: "3", name: "David Wu", role: "VP Engineering", testimonial: "Fast, reliable, and incredibly professional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-young-male-da-1774536648952-96b4c892.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Miller",
|
||||
role: "CEO",
|
||||
testimonial: "Infrastructure optimization was seamless.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-female-projec-1774536648633-21668036.png",
|
||||
},
|
||||
id: "4", name: "Sarah Miller", role: "CEO", testimonial: "Infrastructure optimization was seamless.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-female-projec-1774536648633-21668036.png"},
|
||||
]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Don't take our word for it—hear what our long-term partners have to say about our impact."
|
||||
@@ -250,54 +174,36 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you handle migration?",
|
||||
content: "Yes, we handle end-to-end cloud migrations for enterprises of all sizes.",
|
||||
},
|
||||
id: "q1", title: "Do you handle migration?", content: "Yes, we handle end-to-end cloud migrations for enterprises of all sizes."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do we start?",
|
||||
content: "Schedule a discovery call with our technical team to analyze your infrastructure needs.",
|
||||
},
|
||||
id: "q2", title: "How do we start?", content: "Schedule a discovery call with our technical team to analyze your infrastructure needs."},
|
||||
]}
|
||||
ctaTitle="Ready to Transform Your IT?"
|
||||
ctaDescription="Let's discuss how our expert solutions can scale your business efficiently."
|
||||
ctaButton={{
|
||||
text: "Schedule a Call",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Schedule a Call", href: "#contact"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/futuristic-it-infrastructure-dashboard-w-1774536648074-c1790b53.png?_wi=4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/futuristic-it-infrastructure-dashboard-w-1774536648074-c1790b53.png"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Documentation",
|
||||
href: "#",
|
||||
},
|
||||
label: "Documentation", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user