Merge version_1 into main #2
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { Users, BookOpen } from "lucide-react";
|
||||
import { Users, BookOpen, Linkedin, Github, Globe, Dribbble } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
@@ -33,9 +33,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -45,59 +43,35 @@ export default function AboutPage() {
|
||||
<TeamCardTwo
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "Chief Technology Officer",
|
||||
description:
|
||||
"AI architect and software engineer with 12 years at leading tech companies. Pioneered ML solutions for enterprise clients.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-sarah-chen-a-co-1772478337598-8f13c178.png?_wi=2",
|
||||
imageAlt: "Sarah Chen",
|
||||
socialLinks: [
|
||||
{ icon: "Linkedin", url: "https://linkedin.com/in/sarahchen" },
|
||||
{ icon: "Github", url: "https://github.com/sarahchen" },
|
||||
id: "1", name: "Sarah Chen", role: "Chief Technology Officer", description:
|
||||
"AI architect and software engineer with 12 years at leading tech companies. Pioneered ML solutions for enterprise clients.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-sarah-chen-a-co-1772478337598-8f13c178.png", imageAlt: "Sarah Chen", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/sarahchen" },
|
||||
{ icon: Github, url: "https://github.com/sarahchen" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Rodriguez",
|
||||
role: "Lead Full-Stack Developer",
|
||||
description:
|
||||
"Expert in React, Node.js, and cloud architecture. Built scalable systems handling millions of daily transactions.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-marcus-rodrigue-1772478338606-36645b37.png?_wi=2",
|
||||
imageAlt: "Marcus Rodriguez",
|
||||
socialLinks: [
|
||||
{ icon: "Linkedin", url: "https://linkedin.com/in/mrodriguez" },
|
||||
{ icon: "Globe", url: "https://marcus.dev" },
|
||||
id: "2", name: "Marcus Rodriguez", role: "Lead Full-Stack Developer", description:
|
||||
"Expert in React, Node.js, and cloud architecture. Built scalable systems handling millions of daily transactions.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-marcus-rodrigue-1772478338606-36645b37.png", imageAlt: "Marcus Rodriguez", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/mrodriguez" },
|
||||
{ icon: Globe, url: "https://marcus.dev" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Watson",
|
||||
role: "Product & Design Lead",
|
||||
description:
|
||||
"User-centered design specialist with award-winning digital products. Focused on intuitive, accessible interfaces.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-emily-watson-a--1772478339294-e7212414.png?_wi=2",
|
||||
imageAlt: "Emily Watson",
|
||||
socialLinks: [
|
||||
{ icon: "Linkedin", url: "https://linkedin.com/in/ewatson" },
|
||||
{ icon: "Dribbble", url: "https://dribbble.com/ewatson" },
|
||||
id: "3", name: "Emily Watson", role: "Product & Design Lead", description:
|
||||
"User-centered design specialist with award-winning digital products. Focused on intuitive, accessible interfaces.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-emily-watson-a--1772478339294-e7212414.png", imageAlt: "Emily Watson", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/ewatson" },
|
||||
{ icon: Dribbble, url: "https://dribbble.com/ewatson" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Liu",
|
||||
role: "DevOps & Infrastructure Engineer",
|
||||
description:
|
||||
"Cloud infrastructure specialist with deep Kubernetes and AWS expertise. Ensures 99.99% uptime for all solutions.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-james-liu-an-as-1772478338466-11ae7ab7.png?_wi=2",
|
||||
imageAlt: "James Liu",
|
||||
socialLinks: [
|
||||
{ icon: "Linkedin", url: "https://linkedin.com/in/jliu" },
|
||||
{ icon: "Github", url: "https://github.com/jliu" },
|
||||
id: "4", name: "James Liu", role: "DevOps & Infrastructure Engineer", description:
|
||||
"Cloud infrastructure specialist with deep Kubernetes and AWS expertise. Ensures 99.99% uptime for all solutions.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-james-liu-an-as-1772478338466-11ae7ab7.png", imageAlt: "James Liu", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/jliu" },
|
||||
{ icon: Github, url: "https://github.com/jliu" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -118,17 +92,11 @@ export default function AboutPage() {
|
||||
<MetricCardTwo
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
description: "Years of Combined Industry Experience",
|
||||
},
|
||||
id: "1", value: "15+", description: "Years of Combined Industry Experience"},
|
||||
{ id: "2", value: "200+", description: "Successful Projects Delivered" },
|
||||
{ id: "3", value: "95%", description: "Client Retention Rate" },
|
||||
{
|
||||
id: "4",
|
||||
value: "50M+",
|
||||
description: "Active Users on Platforms We Built",
|
||||
},
|
||||
id: "4", value: "50M+", description: "Active Users on Platforms We Built"},
|
||||
]}
|
||||
title="AgentX By The Numbers"
|
||||
description="Our track record speaks to our commitment to excellence and client success."
|
||||
@@ -175,14 +143,10 @@ export default function AboutPage() {
|
||||
items: [
|
||||
{ label: "Twitter", href: "https://twitter.com/agentxtech" },
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/agentxtech",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/agentxtech"},
|
||||
{ label: "GitHub", href: "https://github.com/agentxtech" },
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/agentxtech",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/agentxtech"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -36,9 +36,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,34 +48,20 @@ export default function ContactPage() {
|
||||
description="Let's discuss how AgentX can help you leverage AI and cutting-edge development to achieve your business goals. Contact us to schedule a consultation with our expert team."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "fullName", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "your@email.com",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "your@email.com", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Company Name",
|
||||
required: true,
|
||||
name: "company", type: "text", placeholder: "Company Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "+1 (555) 000-0000",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "+1 (555) 000-0000", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project and goals...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your project and goals...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-contact-page-illustration-s-1772478339492-e3ee8e49.png"
|
||||
@@ -123,14 +107,10 @@ export default function ContactPage() {
|
||||
items: [
|
||||
{ label: "Twitter", href: "https://twitter.com/agentxtech" },
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/agentxtech",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/agentxtech"},
|
||||
{ label: "GitHub", href: "https://github.com/agentxtech" },
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/agentxtech",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/agentxtech"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -6,42 +6,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const archivo = Archivo({
|
||||
variable: "--font-archivo",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-archivo", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AgentX - AI & Web Development Agency",
|
||||
description: "Transform your business with cutting-edge AI solutions and expert web development. Custom solutions, proven results, exceptional team.",
|
||||
keywords: "AI agency, web development, machine learning, digital transformation, software development",
|
||||
robots: {
|
||||
title: "AgentX - AI & Web Development Agency", description: "Transform your business with cutting-edge AI solutions and expert web development. Custom solutions, proven results, exceptional team.", keywords: "AI agency, web development, machine learning, digital transformation, software development", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "AgentX - AI & Web Development Agency",
|
||||
description: "Innovative AI and web development solutions for modern businesses",
|
||||
siteName: "AgentX",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "AgentX - AI & Web Development Agency", description: "Innovative AI and web development solutions for modern businesses", siteName: "AgentX", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-sleek-ai-dashboard-interface-with-data-1772478339466-b74fcc90.png",
|
||||
alt: "AI Solutions",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-sleek-ai-dashboard-interface-with-data-1772478339466-b74fcc90.png", alt: "AI Solutions"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "AgentX - AI & Web Development",
|
||||
description: "Transform your business with AI and development expertise",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-sleek-ai-dashboard-interface-with-data-1772478339466-b74fcc90.png",
|
||||
],
|
||||
card: "summary_large_image", title: "AgentX - AI & Web Development", description: "Transform your business with AI and development expertise", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-sleek-ai-dashboard-interface-with-data-1772478339466-b74fcc90.png"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
260
src/app/page.tsx
260
src/app/page.tsx
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { Sparkles, Zap, TrendingUp, Users, Star, BookOpen, HelpCircle } from "lucide-react";
|
||||
import { Sparkles, Zap, TrendingUp, Users, Star, BookOpen, HelpCircle, Linkedin, Github, Globe, Dribbble } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
@@ -37,9 +37,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -55,25 +53,15 @@ export default function HomePage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-sleek-ai-dashboard-interface-with-data-1772478339466-b74fcc90.png",
|
||||
imageAlt: "AI Dashboard Interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-sleek-ai-dashboard-interface-with-data-1772478339466-b74fcc90.png", imageAlt: "AI Dashboard Interface"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/modern-technology-stack-visualization-sh-1772478339166-d7079066.png",
|
||||
imageAlt: "Modern Tech Stack",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/modern-technology-stack-visualization-sh-1772478339166-d7079066.png", imageAlt: "Modern Tech Stack"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-developer-working-on-multiple-screens--1772478338269-f233293a.png",
|
||||
imageAlt: "Web Development Process",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-developer-working-on-multiple-screens--1772478338269-f233293a.png", imageAlt: "Web Development Process"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/an-innovation-laboratory-or-research-spa-1772478339336-1f3fdfa1.png",
|
||||
imageAlt: "Innovation Laboratory",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/an-innovation-laboratory-or-research-spa-1772478339336-1f3fdfa1.png", imageAlt: "Innovation Laboratory"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-diverse-team-of-professionals-collabor-1772478339353-260e1670.png",
|
||||
imageAlt: "Team Collaboration",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-diverse-team-of-professionals-collabor-1772478339353-260e1670.png", imageAlt: "Team Collaboration"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
buttons={[
|
||||
@@ -90,59 +78,43 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "AI Solutions & Integration",
|
||||
description:
|
||||
"Leverage machine learning and artificial intelligence to automate processes, enhance decision-making, and unlock new opportunities for innovation in your organization.",
|
||||
phoneOne: {
|
||||
title: "AI Solutions & Integration", description:
|
||||
"Leverage machine learning and artificial intelligence to automate processes, enhance decision-making, and unlock new opportunities for innovation in your organization.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-displaying-an-ai-app-1772478338541-48d15515.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-displaying-an-ai-app-1772478338541-48d15515.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showcasing-ai-powere-1772478339648-52291a66.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showcasing-ai-powere-1772478339648-52291a66.png"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Full-Stack Web Development",
|
||||
description:
|
||||
"Custom web applications built with modern technologies. Scalable, secure, and optimized for performance with seamless user experiences.",
|
||||
phoneOne: {
|
||||
title: "Full-Stack Web Development", description:
|
||||
"Custom web applications built with modern technologies. Scalable, secure, and optimized for performance with seamless user experiences.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-displaying-a-responsive-web-1772478339043-daa42d4a.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-displaying-a-responsive-web-1772478339043-daa42d4a.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showing-a-fully-feat-1772478338779-24a81ad0.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showing-a-fully-feat-1772478338779-24a81ad0.png"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Mobile App Development",
|
||||
description:
|
||||
"Native and cross-platform mobile applications that engage users and drive business growth on iOS and Android platforms.",
|
||||
phoneOne: {
|
||||
title: "Mobile App Development", description:
|
||||
"Native and cross-platform mobile applications that engage users and drive business growth on iOS and Android platforms.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-displaying-a-native-mobile--1772478339700-3107f5b9.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-displaying-a-native-mobile--1772478339700-3107f5b9.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showing-an-advanced--1772478339600-ccc71957.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showing-an-advanced--1772478339600-ccc71957.png"},
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Digital Transformation",
|
||||
description:
|
||||
"Modernize your legacy systems and workflows with cutting-edge technology. Future-proof your business for the digital age.",
|
||||
phoneOne: {
|
||||
title: "Digital Transformation", description:
|
||||
"Modernize your legacy systems and workflows with cutting-edge technology. Future-proof your business for the digital age.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-displaying-a-digital-transf-1772478339380-4d17c7f5.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-displaying-a-digital-transf-1772478339380-4d17c7f5.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showing-a-modernized-1772478339277-e5ab0b45.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showing-a-modernized-1772478339277-e5ab0b45.png"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -184,59 +156,35 @@ export default function HomePage() {
|
||||
<TeamCardTwo
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "Chief Technology Officer",
|
||||
description:
|
||||
"AI architect and software engineer with 12 years at leading tech companies. Pioneered ML solutions for enterprise clients.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-sarah-chen-a-co-1772478337598-8f13c178.png?_wi=1",
|
||||
imageAlt: "Sarah Chen",
|
||||
socialLinks: [
|
||||
{ icon: "Linkedin", url: "https://linkedin.com/in/sarahchen" },
|
||||
{ icon: "Github", url: "https://github.com/sarahchen" },
|
||||
id: "1", name: "Sarah Chen", role: "Chief Technology Officer", description:
|
||||
"AI architect and software engineer with 12 years at leading tech companies. Pioneered ML solutions for enterprise clients.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-sarah-chen-a-co-1772478337598-8f13c178.png", imageAlt: "Sarah Chen", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/sarahchen" },
|
||||
{ icon: Github, url: "https://github.com/sarahchen" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Rodriguez",
|
||||
role: "Lead Full-Stack Developer",
|
||||
description:
|
||||
"Expert in React, Node.js, and cloud architecture. Built scalable systems handling millions of daily transactions.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-marcus-rodrigue-1772478338606-36645b37.png?_wi=1",
|
||||
imageAlt: "Marcus Rodriguez",
|
||||
socialLinks: [
|
||||
{ icon: "Linkedin", url: "https://linkedin.com/in/mrodriguez" },
|
||||
{ icon: "Globe", url: "https://marcus.dev" },
|
||||
id: "2", name: "Marcus Rodriguez", role: "Lead Full-Stack Developer", description:
|
||||
"Expert in React, Node.js, and cloud architecture. Built scalable systems handling millions of daily transactions.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-marcus-rodrigue-1772478338606-36645b37.png", imageAlt: "Marcus Rodriguez", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/mrodriguez" },
|
||||
{ icon: Globe, url: "https://marcus.dev" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Watson",
|
||||
role: "Product & Design Lead",
|
||||
description:
|
||||
"User-centered design specialist with award-winning digital products. Focused on intuitive, accessible interfaces.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-emily-watson-a--1772478339294-e7212414.png?_wi=1",
|
||||
imageAlt: "Emily Watson",
|
||||
socialLinks: [
|
||||
{ icon: "Linkedin", url: "https://linkedin.com/in/ewatson" },
|
||||
{ icon: "Dribbble", url: "https://dribbble.com/ewatson" },
|
||||
id: "3", name: "Emily Watson", role: "Product & Design Lead", description:
|
||||
"User-centered design specialist with award-winning digital products. Focused on intuitive, accessible interfaces.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-emily-watson-a--1772478339294-e7212414.png", imageAlt: "Emily Watson", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/ewatson" },
|
||||
{ icon: Dribbble, url: "https://dribbble.com/ewatson" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Liu",
|
||||
role: "DevOps & Infrastructure Engineer",
|
||||
description:
|
||||
"Cloud infrastructure specialist with deep Kubernetes and AWS expertise. Ensures 99.99% uptime for all solutions.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-james-liu-an-as-1772478338466-11ae7ab7.png?_wi=1",
|
||||
imageAlt: "James Liu",
|
||||
socialLinks: [
|
||||
{ icon: "Linkedin", url: "https://linkedin.com/in/jliu" },
|
||||
{ icon: "Github", url: "https://github.com/jliu" },
|
||||
id: "4", name: "James Liu", role: "DevOps & Infrastructure Engineer", description:
|
||||
"Cloud infrastructure specialist with deep Kubernetes and AWS expertise. Ensures 99.99% uptime for all solutions.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-portrait-of-james-liu-an-as-1772478338466-11ae7ab7.png", imageAlt: "James Liu", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/jliu" },
|
||||
{ icon: Github, url: "https://github.com/jliu" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -257,65 +205,29 @@ export default function HomePage() {
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alexandra Thompson",
|
||||
handle: "@athompson - Founder, TechVenture",
|
||||
testimonial:
|
||||
"AgentX transformed our operations with their AI implementation. We reduced costs by 40% while improving efficiency. Their team is exceptional.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-headshot-of-an-accomplished-1772478338315-b05e1910.png",
|
||||
imageAlt: "Alexandra Thompson",
|
||||
},
|
||||
id: "1", name: "Alexandra Thompson", handle: "@athompson - Founder, TechVenture", testimonial:
|
||||
"AgentX transformed our operations with their AI implementation. We reduced costs by 40% while improving efficiency. Their team is exceptional.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-headshot-of-an-accomplished-1772478338315-b05e1910.png", imageAlt: "Alexandra Thompson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Park",
|
||||
handle: "@dpark - CEO, FinanceFlow",
|
||||
testimonial:
|
||||
"Their web development expertise is unmatched. Our platform went from concept to production-ready in 6 months with zero technical debt.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-headshot-of-an-asian-busine-1772478339739-08407a37.png",
|
||||
imageAlt: "David Park",
|
||||
},
|
||||
id: "2", name: "David Park", handle: "@dpark - CEO, FinanceFlow", testimonial:
|
||||
"Their web development expertise is unmatched. Our platform went from concept to production-ready in 6 months with zero technical debt.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-headshot-of-an-asian-busine-1772478339739-08407a37.png", imageAlt: "David Park"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Morales",
|
||||
handle: "@jmorales - CTO, CloudSync",
|
||||
testimonial:
|
||||
"The team delivered a scalable architecture that handles 10x our previous load. Highly professional and innovative approach.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-headshot-of-an-accomplished-1772478339768-92200b95.png",
|
||||
imageAlt: "Jessica Morales",
|
||||
},
|
||||
id: "3", name: "Jessica Morales", handle: "@jmorales - CTO, CloudSync", testimonial:
|
||||
"The team delivered a scalable architecture that handles 10x our previous load. Highly professional and innovative approach.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-headshot-of-an-accomplished-1772478339768-92200b95.png", imageAlt: "Jessica Morales"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Zhang",
|
||||
handle: "@mzhang - VP Product, DataInsight",
|
||||
testimonial:
|
||||
"Best investment we made for our digital transformation. AgentX understood our needs and delivered beyond expectations.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-headshot-of-a-man-in-tech-c-1772478338377-6aa7b7d6.png",
|
||||
imageAlt: "Michael Zhang",
|
||||
},
|
||||
id: "4", name: "Michael Zhang", handle: "@mzhang - VP Product, DataInsight", testimonial:
|
||||
"Best investment we made for our digital transformation. AgentX understood our needs and delivered beyond expectations.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-headshot-of-a-man-in-tech-c-1772478338377-6aa7b7d6.png", imageAlt: "Michael Zhang"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rachel Cohen",
|
||||
handle: "@rcohen - Founder, GrowthLabs",
|
||||
testimonial:
|
||||
"Outstanding communication and delivery. They turned our vision into a beautiful, functional product that users love.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-headshot-of-an-accomplished-1772478338052-9ad5d14c.png",
|
||||
imageAlt: "Rachel Cohen",
|
||||
},
|
||||
id: "5", name: "Rachel Cohen", handle: "@rcohen - Founder, GrowthLabs", testimonial:
|
||||
"Outstanding communication and delivery. They turned our vision into a beautiful, functional product that users love.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-headshot-of-an-accomplished-1772478338052-9ad5d14c.png", imageAlt: "Rachel Cohen"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Christopher Lee",
|
||||
handle: "@clee - Director, Innovation Hub",
|
||||
testimonial:
|
||||
"AgentX brings both technical excellence and strategic thinking. They're true partners in our success.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-headshot-of-a-man-in-leader-1772478337762-92a9bb6f.png",
|
||||
imageAlt: "Christopher Lee",
|
||||
},
|
||||
id: "6", name: "Christopher Lee", handle: "@clee - Director, Innovation Hub", testimonial:
|
||||
"AgentX brings both technical excellence and strategic thinking. They're true partners in our success.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/professional-headshot-of-a-man-in-leader-1772478337762-92a9bb6f.png", imageAlt: "Christopher Lee"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear from industry leaders and innovators who've transformed their businesses with our solutions."
|
||||
@@ -334,41 +246,23 @@ export default function HomePage() {
|
||||
<FaqDouble
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is your typical project timeline?",
|
||||
content:
|
||||
"Project timelines vary based on scope and complexity. Most projects range from 3-6 months. We provide detailed timeline estimates during initial consultations after understanding your requirements and goals.",
|
||||
},
|
||||
id: "1", title: "What is your typical project timeline?", content:
|
||||
"Project timelines vary based on scope and complexity. Most projects range from 3-6 months. We provide detailed timeline estimates during initial consultations after understanding your requirements and goals."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do you approach AI implementation?",
|
||||
content:
|
||||
"We follow a structured approach: discovery and assessment, pilot development, integration with existing systems, and ongoing optimization. Each project is customized to your specific business challenges and opportunities.",
|
||||
},
|
||||
id: "2", title: "How do you approach AI implementation?", content:
|
||||
"We follow a structured approach: discovery and assessment, pilot development, integration with existing systems, and ongoing optimization. Each project is customized to your specific business challenges and opportunities."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What technologies do you specialize in?",
|
||||
content:
|
||||
"We work with React, Node.js, Python, TensorFlow, AWS, Kubernetes, and many other cutting-edge technologies. Our tech stack is tailored to each project's unique requirements for optimal performance and scalability.",
|
||||
},
|
||||
id: "3", title: "What technologies do you specialize in?", content:
|
||||
"We work with React, Node.js, Python, TensorFlow, AWS, Kubernetes, and many other cutting-edge technologies. Our tech stack is tailored to each project's unique requirements for optimal performance and scalability."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you provide ongoing support and maintenance?",
|
||||
content:
|
||||
"Yes, we offer comprehensive support packages including monitoring, updates, security patches, and performance optimization. We're committed to long-term success beyond project launch.",
|
||||
},
|
||||
id: "4", title: "Do you provide ongoing support and maintenance?", content:
|
||||
"Yes, we offer comprehensive support packages including monitoring, updates, security patches, and performance optimization. We're committed to long-term success beyond project launch."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How much does a typical project cost?",
|
||||
content:
|
||||
"Pricing depends on project scope, complexity, and timeline. We offer flexible engagement models including fixed-price projects, time-and-materials, and retainer arrangements. Contact us for a custom quote.",
|
||||
},
|
||||
id: "5", title: "How much does a typical project cost?", content:
|
||||
"Pricing depends on project scope, complexity, and timeline. We offer flexible engagement models including fixed-price projects, time-and-materials, and retainer arrangements. Contact us for a custom quote."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can you work with our existing team?",
|
||||
content:
|
||||
"Absolutely. We excel at collaborative engagements, augmenting existing teams or providing strategic guidance. Our approach emphasizes knowledge transfer and empowering your internal capabilities.",
|
||||
},
|
||||
id: "6", title: "Can you work with our existing team?", content:
|
||||
"Absolutely. We excel at collaborative engagements, augmenting existing teams or providing strategic guidance. Our approach emphasizes knowledge transfer and empowering your internal capabilities."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get answers to common questions about our services, processes, and how we can help your business."
|
||||
@@ -415,14 +309,10 @@ export default function HomePage() {
|
||||
items: [
|
||||
{ label: "Twitter", href: "https://twitter.com/agentxtech" },
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/agentxtech",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/agentxtech"},
|
||||
{ label: "GitHub", href: "https://github.com/agentxtech" },
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/agentxtech",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/agentxtech"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -33,9 +33,7 @@ export default function ServicesPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,45 +44,33 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "AI Solutions & Integration",
|
||||
description:
|
||||
"Leverage machine learning and artificial intelligence to automate processes, enhance decision-making, and unlock new opportunities for innovation in your organization. Our AI experts design and implement solutions that integrate seamlessly with your existing infrastructure.",
|
||||
phoneOne: {
|
||||
title: "AI Solutions & Integration", description:
|
||||
"Leverage machine learning and artificial intelligence to automate processes, enhance decision-making, and unlock new opportunities for innovation in your organization. Our AI experts design and implement solutions that integrate seamlessly with your existing infrastructure.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-displaying-an-ai-app-1772478338541-48d15515.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-displaying-an-ai-app-1772478338541-48d15515.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showcasing-ai-powere-1772478339648-52291a66.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showcasing-ai-powere-1772478339648-52291a66.png"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Full-Stack Web Development",
|
||||
description:
|
||||
"Custom web applications built with modern technologies. Scalable, secure, and optimized for performance with seamless user experiences. We handle everything from frontend design to backend infrastructure, ensuring a cohesive and robust solution.",
|
||||
phoneOne: {
|
||||
title: "Full-Stack Web Development", description:
|
||||
"Custom web applications built with modern technologies. Scalable, secure, and optimized for performance with seamless user experiences. We handle everything from frontend design to backend infrastructure, ensuring a cohesive and robust solution.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-displaying-a-responsive-web-1772478339043-daa42d4a.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-displaying-a-responsive-web-1772478339043-daa42d4a.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showing-a-fully-feat-1772478338779-24a81ad0.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showing-a-fully-feat-1772478338779-24a81ad0.png"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Mobile App Development",
|
||||
description:
|
||||
"Native and cross-platform mobile applications that engage users and drive business growth on iOS and Android platforms. Our team creates intuitive, feature-rich applications optimized for mobile performance and user engagement.",
|
||||
phoneOne: {
|
||||
title: "Mobile App Development", description:
|
||||
"Native and cross-platform mobile applications that engage users and drive business growth on iOS and Android platforms. Our team creates intuitive, feature-rich applications optimized for mobile performance and user engagement.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-displaying-a-native-mobile--1772478339700-3107f5b9.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-displaying-a-native-mobile--1772478339700-3107f5b9.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showing-an-advanced--1772478339600-ccc71957.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/a-smartphone-screen-showing-an-advanced--1772478339600-ccc71957.png"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -104,47 +90,20 @@ export default function ServicesPage() {
|
||||
<BlogCardThree
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "AI Implementation",
|
||||
title: "Reducing Operational Costs by 40% with AI",
|
||||
excerpt:
|
||||
"How we helped a Fortune 500 company leverage machine learning to streamline their operations and reduce costs significantly.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/blog-featured-image-about-ai-in-enterpri-1772478339555-d7b65ef0.png",
|
||||
imageAlt: "AI Enterprise Applications",
|
||||
authorName: "Sarah Chen",
|
||||
authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/small-professional-headshot-of-sarah-che-1772478338126-0d92f606.png",
|
||||
date: "Jan 18, 2025",
|
||||
},
|
||||
id: "1", category: "AI Implementation", title: "Reducing Operational Costs by 40% with AI", excerpt:
|
||||
"How we helped a Fortune 500 company leverage machine learning to streamline their operations and reduce costs significantly.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/blog-featured-image-about-ai-in-enterpri-1772478339555-d7b65ef0.png", imageAlt: "AI Enterprise Applications", authorName: "Sarah Chen", authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/small-professional-headshot-of-sarah-che-1772478338126-0d92f606.png", date: "Jan 18, 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Web Development",
|
||||
title: "Building a Scalable Platform for 10M+ Users",
|
||||
excerpt:
|
||||
"Technical architecture and development practices used to build a high-performance web platform serving millions of concurrent users.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/blog-featured-image-about-building-scala-1772478339224-0ad93fd2.png",
|
||||
imageAlt: "React Development",
|
||||
authorName: "Marcus Rodriguez",
|
||||
authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/small-professional-headshot-of-marcus-ro-1772478337797-18cbbda2.png",
|
||||
date: "Jan 16, 2025",
|
||||
},
|
||||
id: "2", category: "Web Development", title: "Building a Scalable Platform for 10M+ Users", excerpt:
|
||||
"Technical architecture and development practices used to build a high-performance web platform serving millions of concurrent users.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/blog-featured-image-about-building-scala-1772478339224-0ad93fd2.png", imageAlt: "React Development", authorName: "Marcus Rodriguez", authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/small-professional-headshot-of-marcus-ro-1772478337797-18cbbda2.png", date: "Jan 16, 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Mobile Development",
|
||||
title: "Cross-Platform Mobile App Reaching 500K+ Downloads",
|
||||
excerpt:
|
||||
"Our approach to building a cross-platform mobile application that provides seamless experiences across iOS and Android devices.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/blog-featured-image-about-cloud-cost-opt-1772478339264-016b38b1.png",
|
||||
imageAlt: "Cloud Cost Optimization",
|
||||
authorName: "Emily Watson",
|
||||
authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/small-professional-headshot-of-emily-wat-1772478338825-fdb051fc.png",
|
||||
date: "Jan 12, 2025",
|
||||
},
|
||||
id: "3", category: "Mobile Development", title: "Cross-Platform Mobile App Reaching 500K+ Downloads", excerpt:
|
||||
"Our approach to building a cross-platform mobile application that provides seamless experiences across iOS and Android devices.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/blog-featured-image-about-cloud-cost-opt-1772478339264-016b38b1.png", imageAlt: "Cloud Cost Optimization", authorName: "Emily Watson", authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOz8OV25QJF257mtPMCHoNa3Up/small-professional-headshot-of-emily-wat-1772478338825-fdb051fc.png", date: "Jan 12, 2025"},
|
||||
]}
|
||||
title="Our Success Stories"
|
||||
description="Explore detailed case studies of projects we've delivered and the measurable impact they've had on client businesses."
|
||||
@@ -187,14 +146,10 @@ export default function ServicesPage() {
|
||||
items: [
|
||||
{ label: "Twitter", href: "https://twitter.com/agentxtech" },
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/agentxtech",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/agentxtech"},
|
||||
{ label: "GitHub", href: "https://github.com/agentxtech" },
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/agentxtech",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/agentxtech"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user