diff --git a/src/app/page.tsx b/src/app/page.tsx
index 216b7c3..6c18f07 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -55,43 +40,17 @@ export default function LandingPage() {
@@ -225,21 +120,9 @@ export default function LandingPage() {
mediaAnimation="slide-up"
faqsAnimation="slide-up"
faqs={[
- {
- id: "q1",
- title: "How fast can you deploy?",
- content: "Our recruitment network allows for rapid mobilization, often within 48-72 hours for critical roles.",
- },
- {
- id: "q2",
- title: "Are your staff certified?",
- content: "All personnel are fully vetted, hold current trade certifications, and meet all site-specific safety compliance requirements.",
- },
- {
- id: "q3",
- title: "Do you handle FIFO logistics?",
- content: "Yes, ESG manages all travel, accommodation, and site logistics for our workforce.",
- },
+ { id: "q1", title: "How fast can you deploy?", content: "Our recruitment network allows for rapid mobilization, often within 48-72 hours for critical roles." },
+ { id: "q2", title: "Are your staff certified?", content: "All personnel are fully vetted, hold current trade certifications, and meet all site-specific safety compliance requirements." },
+ { id: "q3", title: "Do you handle FIFO logistics?", content: "Yes, ESG manages all travel, accommodation, and site logistics for our workforce." },
]}
/>
@@ -249,30 +132,15 @@ export default function LandingPage() {
columns={[
{
items: [
- {
- label: "FIFO Solutions",
- href: "/workforce-support",
- },
- {
- label: "Join ESG",
- href: "/join-esg",
- },
- {
- label: "About Us",
- href: "/about",
- },
+ { label: "FIFO Solutions", href: "/workforce-support" },
+ { label: "Join ESG", href: "/join-esg" },
+ { label: "About Us", href: "/about" },
],
},
{
items: [
- {
- label: "Contact",
- href: "/contact",
- },
- {
- label: "Privacy",
- href: "#",
- },
+ { label: "Contact", href: "/contact" },
+ { label: "Privacy", href: "#" },
],
},
]}