diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0006d10..7b7ad38 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,42 +43,17 @@ export default function LandingPage() {
@@ -100,21 +63,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Commitment"
metrics={[
- {
- icon: Award,
- label: "Years Experience",
- value: "25+",
- },
- {
- icon: CheckCircle,
- label: "Projects Completed",
- value: "500+",
- },
- {
- icon: Shield,
- label: "Licensed & Insured",
- value: "Full",
- },
+ { icon: Award, label: "Years Experience", value: "25+" },
+ { icon: CheckCircle, label: "Projects Completed", value: "500+" },
+ { icon: Shield, label: "Licensed & Insured", value: "Full" },
]}
metricsAnimation="slide-up"
/>
@@ -122,28 +73,14 @@ export default function LandingPage() {
@@ -330,37 +168,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/white-red-metal-frame-day_250224-178.jpg"
logoText="O'Sullivan"
columns={[
- {
- title: "Company",
- items: [
- {
- label: "About",
- href: "#",
- },
- {
- label: "Services",
- href: "#features",
- },
- ],
- },
- {
- title: "Projects",
- items: [
- {
- label: "View Portfolio",
- href: "#projects",
- },
- ],
- },
- {
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- ],
- },
+ { title: "Company", items: [{ label: "About", href: "#" }, { label: "Services", href: "#features" }] },
+ { title: "Projects", items: [{ label: "View Portfolio", href: "#projects" }] },
+ { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
]}
/>