Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10dbc8a4cf | |||
| 52b94c76a4 | |||
| a3d739c139 | |||
| a750236997 | |||
| 8ec58cd6be | |||
| 49cab56505 |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
|
||||
@@ -35,7 +34,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${sourceSans3.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -118,6 +118,7 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "q1", title: "What kind of IT staffing do you support?", content: "We support contract, project-based, and long-term staffing." },
|
||||
{ id: "q2", title: "Do you provide consulting services?", content: "Yes, our consulting services help organizations plan, manage, and execute technology initiatives." },
|
||||
{ id: "q3", title: "What is your process for candidate vetting?", content: "We conduct rigorous technical assessments, background checks, and cultural fit interviews to ensure only the most qualified professionals join your team." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common inquiries."
|
||||
|
||||
Reference in New Issue
Block a user