46 Commits

Author SHA1 Message Date
43d83f745c Update src/app/services/page.tsx 2026-03-03 10:11:36 +00:00
378b9688bb Update src/app/page.tsx 2026-03-03 10:11:36 +00:00
52c91d2242 Update src/app/services/page.tsx 2026-03-03 10:09:38 +00:00
d9658e8be0 Update src/app/page.tsx 2026-03-03 10:09:38 +00:00
694c053ebc Update src/app/services/page.tsx 2026-03-03 10:07:15 +00:00
f98fa31143 Update src/app/page.tsx 2026-03-03 10:07:15 +00:00
653c6640d8 Update src/app/services/page.tsx 2026-03-03 10:04:57 +00:00
c6ae3be8c8 Update src/app/page.tsx 2026-03-03 10:04:56 +00:00
c971981bd0 Update src/app/page.tsx 2026-03-03 10:03:05 +00:00
8d645ffb41 Update src/app/page.tsx 2026-03-03 10:01:30 +00:00
1f24cf00ad Update src/app/layout.tsx 2026-03-03 10:01:30 +00:00
2f5071a032 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:50:02 +00:00
18c86e1c54 Update src/app/services/page.tsx 2026-03-03 09:49:56 +00:00
23630c3271 Update src/app/page.tsx 2026-03-03 09:49:54 +00:00
d3a9bd0ab4 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:47:50 +00:00
6f7a71a581 Update src/app/services/page.tsx 2026-03-03 09:47:41 +00:00
73da4c0529 Update src/app/page.tsx 2026-03-03 09:47:41 +00:00
7de0c79d6f Update src/app/layout.tsx 2026-03-03 09:47:40 +00:00
8ba34aed4c Update src/app/services/page.tsx 2026-03-03 09:47:39 +00:00
ab7a7fe3e9 Update src/app/page.tsx 2026-03-03 09:47:38 +00:00
2005284dd6 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:45:44 +00:00
42f6257975 Update src/app/services/page.tsx 2026-03-03 09:45:39 +00:00
e8f6a99c0d Update src/app/page.tsx 2026-03-03 09:45:39 +00:00
016c01d4b8 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:43:52 +00:00
dacbd69429 Update src/app/services/page.tsx 2026-03-03 09:43:47 +00:00
eb72ca9197 Merge version_3 into main
Merge version_3 into main
2026-03-03 09:41:54 +00:00
40e2fb56bf Merge version_2 into main
Merge version_2 into main
2026-03-03 09:41:51 +00:00
321d83df4d Update src/app/layout.tsx 2026-03-03 09:41:50 +00:00
51ea748ccd Update src/app/services/page.tsx 2026-03-03 09:41:47 +00:00
ba7aa7e85c Update src/app/page.tsx 2026-03-03 09:41:46 +00:00
7203ec0ba0 Switch to version 1: modified src/app/page.tsx 2026-03-03 09:41:04 +00:00
3461844389 Switch to version 1: modified src/app/layout.tsx 2026-03-03 09:41:04 +00:00
1f344c82de Merge version_2 into main
Merge version_2 into main
2026-03-03 09:39:31 +00:00
44e8fe22f3 Update src/app/page.tsx 2026-03-03 09:39:29 +00:00
e1bfc34f59 Update src/app/layout.tsx 2026-03-03 09:39:28 +00:00
4faa90db8f Update src/app/page.tsx 2026-03-03 09:39:27 +00:00
d61df7bfa3 Update src/app/layout.tsx 2026-03-03 09:39:26 +00:00
17d186aa49 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:29:11 +00:00
2467f8545b Merge version_1 into main
Merge version_1 into main
2026-03-03 09:26:13 +00:00
9a17417b37 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:22:44 +00:00
4229d80609 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:14:48 +00:00
9c14f7412e Merge version_1 into main
Merge version_1 into main
2026-03-03 09:03:25 +00:00
c0b65ad6a2 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:59:49 +00:00
afa8e3ed29 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:54:11 +00:00
360535126e Merge version_1 into main
Merge version_1 into main
2026-03-03 08:52:07 +00:00
de5c5265b4 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:49:43 +00:00
3 changed files with 32 additions and 81 deletions

View File

@@ -1,42 +1,28 @@
import type { Metadata } from "next";
import { Raleway } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const raleway = Raleway({
variable: "--font-raleway", subsets: ["latin"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "DevForge - Premium Software Development & AI Automation", description: "Custom software development agency specializing in AI automation, SaaS MVPs, and enterprise solutions. Trusted by startups and enterprises globally.", keywords: "software development, AI automation, SaaS, custom software, enterprise solutions, technology agency", robots: {
index: true,
follow: true,
},
openGraph: {
title: "DevForge - Transform Your Business with Software", description: "Premium custom software development and AI automation solutions for ambitious organizations.", type: "website", siteName: "DevForge", url: "https://devforge.io", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/a-sleek-modern-software-development-dash-1772527671063-bebe365c.png", alt: "DevForge - Software Development Platform"},
],
},
twitter: {
card: "summary_large_image", title: "DevForge - Software Development & AI Automation", description: "Custom software solutions powering innovation globally.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/a-sleek-modern-software-development-dash-1772527671063-bebe365c.png"],
},
};
title: "DevForge - Next-Generation Software Development", description: "Premium software development solutions powered by AI automation and cutting-edge technology."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${raleway.variable} antialiased`}>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1404,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -167,16 +167,16 @@ export default function HomePage() {
tagIcon={Star}
tagAnimation="blur-reveal"
testimonials={[
{
id: "4", title: "Scaled from MVP to 10M+ Users", quote: "From MVP to enterprise platform serving millions. DevForge's scalable architecture and technical foresight enabled our meteoric growth. Invaluable partnership.", name: "Alex Kumar", role: "Co-Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/professional-headshot-of-a-startup-found-1772527670406-31301aff.png", imageAlt: "Alex Kumar Co-Founder"},
{
id: "1", title: "Accelerated Our Time-to-Market by 60%", quote: "DevForge understood our vision and delivered a SaaS platform that exceeded expectations. Their AI automation features have become core to our competitive advantage. Exceptional team and outstanding results.", name: "Sarah Chen", role: "CEO & Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/professional-headshot-of-a-confident-ceo-1772527671628-9d9ecbfb.png", imageAlt: "Sarah Chen CEO"},
{
id: "5", title: "Transformed Our Operations Completely", quote: "The custom automation solution DevForge built reduced our operational costs by 40% while improving efficiency across all departments. Strategic partner indeed.", name: "Jennifer Martinez", role: "VP Operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/professional-headshot-of-a-business-deve-1772527669290-171f3714.png", imageAlt: "Jennifer Martinez VP Operations"},
{
id: "2", title: "Enterprise-Grade Quality at Scale", quote: "Working with DevForge on our enterprise data platform was transformative. Their architects designed a system that handles millions of transactions daily with zero downtime. True technical excellence.", name: "Michael Rodriguez", role: "CTO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/professional-headshot-of-a-cto-technical-1772527671869-aa853219.png", imageAlt: "Michael Rodriguez CTO"},
{
id: "3", title: "Innovation Partner, Not Just Vendor", quote: "DevForge became an extension of our team. They didn't just build software—they helped us reimagine our product strategy with AI-powered features that delighted our users.", name: "Emma Thompson", role: "Product Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/professional-headshot-of-a-product-manag-1772527669470-32fcb49a.png", imageAlt: "Emma Thompson Product Director"},
{
id: "4", title: "Scaled from MVP to 10M+ Users", quote: "From MVP to enterprise platform serving millions. DevForge's scalable architecture and technical foresight enabled our meteoric growth. Invaluable partnership.", name: "Alex Kumar", role: "Co-Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/professional-headshot-of-a-startup-found-1772527670406-31301aff.png", imageAlt: "Alex Kumar Co-Founder"},
{
id: "5", title: "Transformed Our Operations Completely", quote: "The custom automation solution DevForge built reduced our operational costs by 40% while improving efficiency across all departments. Strategic partner indeed.", name: "Jennifer Martinez", role: "VP Operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/professional-headshot-of-a-business-deve-1772527669290-171f3714.png", imageAlt: "Jennifer Martinez VP Operations"},
{
id: "6", title: "Technical Excellence Across the Board", quote: "DevForge demonstrated outstanding technical prowess in every aspect of our project. Clean code, solid architecture, and proactive problem-solving. Highly recommended.", name: "David Park", role: "Director of Engineering", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/professional-headshot-of-an-operations-m-1772527671951-50744e58.png", imageAlt: "David Park Director of Engineering"},
]}
@@ -278,4 +278,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -4,10 +4,9 @@ import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import SplitAbout from "@/components/sections/about/SplitAbout";
import ContactText from "@/components/sections/contact/ContactText";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Sparkles, Code, Cpu, TrendingUp, Globe } from "lucide-react";
import { Sparkles } from "lucide-react";
const footerColumns = [
{
@@ -76,71 +75,38 @@ export default function ServicesPage() {
{/* Services Section */}
<div id="services" data-section="services">
<FeatureCardTwentySeven
title="Our Comprehensive Services"
description="End-to-end software development solutions tailored to solve your unique business challenges and drive measurable results. From concept to deployment, we handle every aspect with technical excellence and strategic thinking."
title="Our Core Services"
description="Comprehensive software development services tailored to drive innovation, efficiency, and competitive advantage for your organization."
tag="Services"
tagIcon={Sparkles}
tagAnimation="blur-reveal"
features={[
{
id: "custom-development", title: "Custom Software Development", description: "Bespoke software solutions built with modern technologies and architectural best practices. We combine clean code principles, scalable architecture, and cutting-edge frameworks to create applications that stand the test of time and scale effortlessly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/custom-software-development-workflow-vis-1772527670830-12700389.png", imageAlt: "Custom software development workflow"},
id: "custom-development", title: "Custom Software Development", description: "Bespoke software solutions built with modern technologies and architectural best practices to solve complex business challenges and deliver measurable ROI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/custom-software-development-workflow-vis-1772527670830-12700389.png", imageAlt: "Custom software development workflow"},
{
id: "ai-automation", title: "AI Automation Solutions", description: "Leverage artificial intelligence and machine learning to automate processes, enhance decision-making, and unlock new capabilities in your operations. Our AI specialists design intelligent systems that learn and adapt to optimize your business outcomes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/artificial-intelligence-and-machine-lear-1772527671596-b816dded.png", imageAlt: "AI automation system visualization"},
id: "ai-automation", title: "AI Automation Solutions", description: "Leverage artificial intelligence and machine learning to automate processes, enhance decision-making, and unlock new capabilities in your operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/artificial-intelligence-and-machine-lear-1772527671596-b816dded.png", imageAlt: "AI automation system visualization"},
{
id: "saas-mvp", title: "SaaS MVP Development", description: "Rapid development of minimum viable products for software-as-a-service platforms. We combine speed-to-market with scalable cloud-native architecture, ensuring your product can grow from launch to millions of users.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/saas-mvp-development-process-visualizati-1772527671532-6d1e632c.png", imageAlt: "SaaS MVP development process"},
id: "saas-mvp", title: "SaaS MVP Development", description: "Rapid development of minimum viable products for software-as-a-service platforms, combining speed-to-market with scalable cloud-native architecture.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/saas-mvp-development-process-visualizati-1772527671532-6d1e632c.png", imageAlt: "SaaS MVP development process"},
{
id: "enterprise-solutions", title: "Enterprise Solutions", description: "Large-scale system integration, data management, and infrastructure solutions designed for mission-critical applications. We build enterprise-grade systems with 99.99% uptime requirements, handling millions of transactions securely and reliably.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/enterprise-software-solutions-architectu-1772527673363-117f00ea.png", imageAlt: "Enterprise solutions architecture"},
id: "enterprise-solutions", title: "Enterprise Solutions", description: "Large-scale system integration, data management, and infrastructure solutions designed for mission-critical applications and enterprise reliability requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/enterprise-software-solutions-architectu-1772527673363-117f00ea.png", imageAlt: "Enterprise solutions architecture"},
]}
gridVariant="uniform-4"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Let's Discuss Your Project", href: "contact" }]}
buttons={[{ text: "Explore Services", href: "services" }]}
buttonAnimation="blur-reveal"
/>
</div>
{/* Service Details Section */}
<div id="service-details" data-section="service-details">
<SplitAbout
title="Our Development Approach"
description="We follow proven methodologies and best practices that combine technical excellence with strategic business thinking. Every project benefits from our accumulated experience and commitment to delivering transformative results."
tag="Methodology"
tagIcon={Code}
tagAnimation="blur-reveal"
bulletPoints={[
{
title: "Discovery & Strategy", description: "We begin with comprehensive discovery, understanding your business goals, technical requirements, and market context to inform our architecture and technology decisions.", icon: Sparkles,
},
{
title: "Agile Development", description: "Using agile sprint-based methodologies, we deliver working software regularly, maintain transparent communication, and adapt to changing requirements with ease.", icon: TrendingUp,
},
{
title: "Quality Assurance", description: "Rigorous testing including unit tests, integration tests, E2E tests, security audits, and performance optimization ensure production-ready code every time.", icon: Code,
},
{
title: "Post-Launch Support", description: "Ongoing monitoring, maintenance, performance optimization, and feature enhancements keep your system running at peak efficiency while you focus on growing your business.", icon: Globe,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/a-dynamic-team-of-diverse-software-devel-1772527670697-2850cbf9.png"
imageAlt="DevForge development approach and methodology"
mediaAnimation="slide-up"
imagePosition="left"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Learn About Our Process", href: "#" }]}
buttonAnimation="blur-reveal"
/>
</div>
{/* Contact CTA Section */}
{/* Contact Section */}
<div id="contact" data-section="contact">
<ContactText
text="Ready to start your next project? Let's discuss how we can help you achieve your business goals with cutting-edge software solutions."
text="Ready to transform your business with next-generation software? Let's collaborate and build something extraordinary together."
animationType="entrance-slide"
buttons={[
{ text: "Get in Touch", href: "contact" },
{ text: "Schedule Consultation", href: "contact" },
{ text: "Get a Proposal", href: "contact" },
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
@@ -157,4 +123,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}