Update src/app/about/page.tsx

This commit is contained in:
2026-02-25 02:36:42 +00:00
parent f0ce8d73f6
commit 2a9c198c57

View File

@@ -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() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Metal Roofing", href: "/metal-roofing" },
{ label: "Construction", href: "/construction" },
@@ -125,23 +105,20 @@ export default function AboutPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Standing Seam Install", href: "/metal-roofing" },
{ label: "Repairs & Replacement", href: "/metal-roofing" },
{ label: "Custom Projects", href: "/construction" }
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]