diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 6b50a6e..bc5185a 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -1,7 +1,6 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import Link from "next/link";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
@@ -43,25 +42,13 @@ export default function AboutPage() {
tag="Our Story"
features={[
{
- id: "experience",
- title: "Years of Experience",
- description: "Decades of combined experience in metal roofing and construction, specializing in standing seam installations.",
- tag: "Experience",
- imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=3"
+ id: "experience", title: "Years of Experience", description: "Decades of combined experience in metal roofing and construction, specializing in standing seam installations.", tag: "Experience", imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=3"
},
{
- id: "values",
- title: "Our Core Values",
- description: "Responsive communication, clean job sites, and premium workmanship on every project, regardless of size.",
- tag: "Values",
- imageSrc: "https://img.b2bpic.net/free-photo/smiling-business-man-talking-phone-lounge_1262-3626.jpg?_wi=2"
+ id: "values", title: "Our Core Values", description: "Responsive communication, clean job sites, and premium workmanship on every project, regardless of size.", tag: "Values", imageSrc: "https://img.b2bpic.net/free-photo/smiling-business-man-talking-phone-lounge_1262-3626.jpg?_wi=2"
},
{
- id: "community",
- title: "Community Focused",
- description: "Proudly serving homeowners and businesses in our local community with integrity and professionalism.",
- tag: "Community",
- imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg?_wi=4"
+ id: "community", title: "Community Focused", description: "Proudly serving homeowners and businesses in our local community with integrity and professionalism.", tag: "Community", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg?_wi=4"
}
]}
animationType="slide-up"
@@ -76,22 +63,16 @@ export default function AboutPage() {
description="Numbers that reflect our commitment to quality, communication, and customer satisfaction."
metrics={[
{
- id: "1",
- icon: Users,
- title: "Happy Customers",
- value: "200+"
+ id: "1", icon: Users,
+ title: "Happy Customers", value: "200+"
},
{
- id: "2",
- icon: Award,
- title: "Years Experience",
- value: "15+"
+ id: "2", icon: Award,
+ title: "Years Experience", value: "15+"
},
{
- id: "3",
- icon: Clock,
- title: "Projects Completed",
- value: "500+"
+ id: "3", icon: Clock,
+ title: "Projects Completed", value: "500+"
}
]}
animationType="slide-up"
@@ -116,8 +97,7 @@ export default function AboutPage() {