diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 9372388..4513730 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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}
/>
@@ -45,59 +43,35 @@ export default function AboutPage() {
@@ -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"},
],
},
]}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 1879d65..b184cfb 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -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"],
},
};
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7382dcb..cab29f6 100644
--- a/src/app/page.tsx
+++ b/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}
/>
@@ -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() {
@@ -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() {