Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-08 02:28:19 +00:00
2 changed files with 39 additions and 62 deletions

View File

@@ -1,58 +1,21 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import { GeistSans } from "geist/font/sans";
import { GeistMono } from "geist/font/mono";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
export const metadata: Metadata = {
title: "TechForge - Expert IT Software Development & Solutions", description: "Custom software development, cloud architecture, and enterprise security solutions. 250+ projects delivered for industry leaders.", keywords: "software development, IT solutions, cloud architecture, enterprise software, custom development, tech consulting", metadataBase: new URL("https://techforge.dev"),
alternates: {
canonical: "https://techforge.dev"},
openGraph: {
title: "TechForge - Expert IT Software Development", description: "Transform your business with innovative software solutions and cutting-edge technology expertise.", url: "https://techforge.dev", siteName: "TechForge", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-modern-sleek-software-dashboard-interf-1772936507142-af194830.png", alt: "TechForge Software Development Portfolio"},
],
},
twitter: {
card: "summary_large_image", title: "TechForge - Expert IT Software Development", description: "Custom software solutions and enterprise technology expertise.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-modern-sleek-software-dashboard-interf-1772936507142-af194830.png"],
},
robots: {
index: true,
follow: true,
},
};
title: "TechForge - Expert Software Development", description: "Transform your software vision into reality with cutting-edge IT solutions and custom software development for enterprises and startups."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${GeistSans.variable} ${GeistMono.variable}`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -90,13 +90,16 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Cloud Architecture & Deployment", description: "Scalable, secure cloud solutions leveraging AWS, Azure, and Google Cloud. We design and implement enterprise-grade infrastructure optimized for performance, cost-efficiency, and reliability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-vibrant-illustration-of-cloud-computin-1772936507302-460f780d.png", imageAlt: "Cloud architecture visualization"},
title: "Cloud Architecture & Deployment", description: "Reduce infrastructure costs by 40% with scalable cloud solutions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-vibrant-illustration-of-cloud-computin-1772936507302-460f780d.png", imageAlt: "Cloud architecture visualization"
},
{
id: 2,
title: "Enterprise Security Solutions", description: "Comprehensive cybersecurity frameworks including threat detection, data encryption, compliance management, and penetration testing to protect your digital assets.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/an-abstract-representation-of-cybersecur-1772936506772-851b3eed.png", imageAlt: "Security and data protection"},
title: "Enterprise Security Solutions", description: "Achieve industry-leading compliance and data protection effortlessly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/an-abstract-representation-of-cybersecur-1772936506772-851b3eed.png", imageAlt: "Security and data protection"
},
{
id: 3,
title: "Custom Software Development", description: "Bespoke applications built with cutting-edge technologies. From concept to deployment, we deliver robust, scalable solutions tailored to your unique business requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-modern-representation-of-software-deve-1772936507655-370566fa.png", imageAlt: "Software development process"},
title: "Custom Software Development", description: "Deliver robust, scalable applications tailored to your unique business requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-modern-representation-of-software-deve-1772936507655-370566fa.png", imageAlt: "Software development process"
},
]}
ariaLabel="Services features section"
/>
@@ -160,17 +163,23 @@ export default function LandingPage() {
topMarqueeDirection="left"
testimonials={[
{
id: "1", name: "David Chen", handle: "CTO, TechCorp Inc", testimonial: "TechForge transformed our infrastructure completely. Their expertise in cloud architecture reduced our operational costs by 40% while improving performance significantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-professional-headshot-portrait-of-a-ma-1772936506065-94e11981.png", imageAlt: "David Chen"},
id: "1", name: "David Chen", handle: "CTO, TechCorp Inc", testimonial: "TechForge transformed our infrastructure completely. Their expertise in cloud architecture reduced our operational costs by 40% while improving performance significantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-professional-headshot-portrait-of-a-ma-1772936506065-94e11981.png", imageAlt: "David Chen"
},
{
id: "2", name: "Sarah Mitchell", handle: "VP Product, FinanceHub", testimonial: "The custom software solution they delivered exceeded all our expectations. The team's technical excellence and commitment to quality is unmatched in the industry.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-professional-headshot-portrait-of-a-fe-1772936507033-6e620ecf.png", imageAlt: "Sarah Mitchell"},
id: "2", name: "Sarah Mitchell", handle: "VP Product, FinanceHub", testimonial: "The custom software solution they delivered exceeded all our expectations. The team's technical excellence and commitment to quality is unmatched in the industry.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-professional-headshot-portrait-of-a-fe-1772936507033-6e620ecf.png", imageAlt: "Sarah Mitchell"
},
{
id: "3", name: "Michael Rodriguez", handle: "Founder, StartupXYZ", testimonial: "From MVP to scaling to 100K users, TechForge was instrumental in our success. Their agile approach and problem-solving skills are exceptional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-professional-headshot-portrait-of-a-ma-1772936506661-c05a162d.png", imageAlt: "Michael Rodriguez"},
id: "3", name: "Michael Rodriguez", handle: "Founder, StartupXYZ", testimonial: "From MVP to scaling to 100K users, TechForge was instrumental in our success. Their agile approach and problem-solving skills are exceptional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-professional-headshot-portrait-of-a-ma-1772936506661-c05a162d.png", imageAlt: "Michael Rodriguez"
},
{
id: "4", name: "Emily Watson", handle: "Director of Operations, HealthTech", testimonial: "Implementing their enterprise security solutions gave us peace of mind. Compliance became effortless, and our data protection is now industry-leading.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-professional-headshot-portrait-of-a-fe-1772936506759-4c6d6485.png", imageAlt: "Emily Watson"},
id: "4", name: "Emily Watson", handle: "Director of Operations, HealthTech", testimonial: "Implementing their enterprise security solutions gave us peace of mind. Compliance became effortless, and our data protection is now industry-leading.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-professional-headshot-portrait-of-a-fe-1772936506759-4c6d6485.png", imageAlt: "Emily Watson"
},
{
id: "5", name: "James Patterson", handle: "Product Director, RetailCo", testimonial: "The AI-powered analytics platform transformed how we understand customer behavior. Our conversion rate improved by 65% within six months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-professional-headshot-portrait-of-a-ma-1772936516222-43dd8fe2.png", imageAlt: "James Patterson"},
id: "5", name: "James Patterson", handle: "Product Director, RetailCo", testimonial: "The AI-powered analytics platform transformed how we understand customer behavior. Our conversion rate improved by 65% within six months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-professional-headshot-portrait-of-a-ma-1772936516222-43dd8fe2.png", imageAlt: "James Patterson"
},
{
id: "6", name: "Lisa Anderson", handle: "VP Engineering, EnterpriseApp", testimonial: "Outstanding technical team with deep expertise. They not only delivered the project on time but also improved our development processes significantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-professional-headshot-portrait-of-a-fe-1772936506819-d1579527.png", imageAlt: "Lisa Anderson"},
id: "6", name: "Lisa Anderson", handle: "VP Engineering, EnterpriseApp", testimonial: "Outstanding technical team with deep expertise. They not only delivered the project on time but also improved our development processes significantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdxW04ITRV3Kp3hL3FqrduEiMU/a-professional-headshot-portrait-of-a-fe-1772936506819-d1579527.png", imageAlt: "Lisa Anderson"
},
]}
ariaLabel="Client testimonials section"
/>
@@ -188,17 +197,23 @@ export default function LandingPage() {
animationType="smooth"
faqs={[
{
id: "1", title: "What technologies do you specialize in?", content: "We specialize in modern tech stacks including React, Node.js, Python, Java, AWS, Azure, Kubernetes, and various databases. Our team stays updated with industry trends to deliver cutting-edge solutions."},
id: "1", title: "What technologies do you specialize in?", content: "We specialize in modern tech stacks including React, Node.js, Python, Java, AWS, Azure, Kubernetes, and various databases. Our team stays updated with industry trends to deliver cutting-edge solutions."
},
{
id: "2", title: "How do you ensure project quality?", content: "Quality assurance is integral to our process. We implement rigorous testing protocols, code reviews, continuous integration/continuous deployment (CI/CD), and performance monitoring to guarantee excellence."},
id: "2", title: "How do you ensure project quality?", content: "Quality assurance is integral to our process. We implement rigorous testing protocols, code reviews, continuous integration/continuous deployment (CI/CD), and performance monitoring to guarantee excellence."
},
{
id: "3", title: "What is your development methodology?", content: "We follow Agile/Scrum methodologies with sprint cycles, regular client feedback, and iterative development. This ensures flexibility, transparency, and quick adaptation to changing requirements."},
id: "3", title: "What is your development methodology?", content: "We follow Agile/Scrum methodologies with sprint cycles, regular client feedback, and iterative development. This ensures flexibility, transparency, and quick adaptation to changing requirements."
},
{
id: "4", title: "Do you provide post-launch support?", content: "Yes, we offer comprehensive post-launch support including maintenance, bug fixes, performance optimization, and feature enhancements. Support packages are customizable based on your needs."},
id: "4", title: "Do you provide post-launch support?", content: "Yes, we offer comprehensive post-launch support including maintenance, bug fixes, performance optimization, and feature enhancements. Support packages are customizable based on your needs."
},
{
id: "5", title: "How long does a typical project take?", content: "Project timelines vary based on complexity and scope. A simple web application typically takes 3-6 months, while enterprise solutions may take 6-18 months. We provide detailed timelines after requirements analysis."},
id: "5", title: "How long does a typical project take?", content: "Project timelines vary based on complexity and scope. A simple web application typically takes 3-6 months, while enterprise solutions may take 6-18 months. We provide detailed timelines after requirements analysis."
},
{
id: "6", title: "What is your security approach?", content: "Security is paramount. We implement encryption, secure authentication, compliance with GDPR/HIPAA standards, regular security audits, and penetration testing to protect your data and systems."},
id: "6", title: "What is your security approach?", content: "Security is paramount. We implement encryption, secure authentication, compliance with GDPR/HIPAA standards, regular security audits, and penetration testing to protect your data and systems."
},
]}
ariaLabel="FAQ section"
/>