From b72fb91cbd525c1da113cdf94320fd20920f0af4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:43:48 +0000 Subject: [PATCH 1/6] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18eb001..7cbb8e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,10 +149,10 @@ export default function HomePage() { { 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" + gridVariant="uniform-3-items" animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground="noInvert" buttons={[{ text: "Explore Services", href: "services" }]} buttonAnimation="blur-reveal" /> -- 2.49.1 From 3b5d9b026b00b62c4757c4f12b07bb42664536ca Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:43:48 +0000 Subject: [PATCH 2/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 66 +++++++++++---------------------------- 1 file changed, 18 insertions(+), 48 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 290197e..f22b1fa 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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,42 @@ export default function ServicesPage() { {/* Services Section */}
- {/* Service Details Section */} -
- -
- - {/* Contact CTA Section */} + {/* Contact Section */}
); -} \ No newline at end of file +} -- 2.49.1 From 112dd17e3ab1f840c253deceff3379b66e30a9a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:46:05 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7998ab4..fa178b6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "DevForge - Custom Software Development & AI Solutions", description: "Premium software development agency specializing in custom solutions, AI automation, and scalable enterprise platforms."}; + title: "DevForge - Premium Software Development", description: "Next-generation software development agency specializing in custom solutions, AI automation, and scalable enterprise platforms."}; export default function RootLayout({ children, @@ -13,7 +13,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}