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} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 290197e..26ec5f7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -3,11 +3,11 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; 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 { ArrowRight, Sparkles } from "lucide-react"; const footerColumns = [ { @@ -73,74 +73,60 @@ export default function ServicesPage() { /> - {/* Services Section */} -