diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 038b006..7857b5a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { CalendarDays, Star, Tool } from "lucide-react"; +import { CalendarDays, Star, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -28,31 +28,19 @@ export default function LandingPage() { @@ -64,26 +52,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "1", - name: "John Doe", - role: "Founder & Lead Roofer", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-wearing-red-helmet_1298-237.jpg", - imageAlt: "Portrait of John Doe, founder", - }, + id: "1", name: "John Doe", role: "Founder & Lead Roofer", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-wearing-red-helmet_1298-237.jpg", imageAlt: "Portrait of John Doe, founder"}, { - id: "2", - name: "Jane Smith", - role: "Project Manager", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agent-advising-clients-office-relocation-leasing_482257-91134.jpg", - imageAlt: "Portrait of Jane Smith, project manager", - }, + id: "2", name: "Jane Smith", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agent-advising-clients-office-relocation-leasing_482257-91134.jpg", imageAlt: "Portrait of Jane Smith, project manager"}, { - id: "3", - name: "Robert Johnson", - role: "Customer Relations", - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2845.jpg", - imageAlt: "Portrait of Robert Johnson, customer relations", - }, + id: "3", name: "Robert Johnson", role: "Customer Relations", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2845.jpg", imageAlt: "Portrait of Robert Johnson, customer relations"}, ]} title="Meet the Legacy Team" description="Our skilled professionals are the heart of Legacy Roofing & Exteriors, committed to excellence and your satisfaction." @@ -97,23 +70,14 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", - icon: CalendarDays, - title: "Years in Business", - value: "20+", - }, + id: "1", icon: CalendarDays, + title: "Years in Business", value: "20+"}, { - id: "2", - icon: Tool, - title: "Projects Completed", - value: "1500+", - }, + id: "2", icon: Wrench, + title: "Projects Completed", value: "1500+"}, { - id: "3", - icon: Star, - title: "Customer Satisfaction", - value: "98%", - }, + id: "3", icon: Star, + title: "Customer Satisfaction", value: "98%"}, ]} title="Our Track Record of Excellence" description="Years of experience and countless successful projects stand as a testament to our dedication." @@ -125,9 +89,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Values Drive Our Work" description={[ - "At Legacy, we believe in integrity, quality, and community. Every project is approached with a commitment to these core principles, ensuring not just a beautiful outcome but a trustworthy partnership. We're building a legacy, one home at a time.", - "Our foundation is built on delivering superior craftsmanship and fostering lasting relationships with our clients. We stand behind our work with robust warranties and a promise of exceptional service from start to finish.", - ]} + "At Legacy, we believe in integrity, quality, and community. Every project is approached with a commitment to these core principles, ensuring not just a beautiful outcome but a trustworthy partnership. We're building a legacy, one home at a time.", "Our foundation is built on delivering superior craftsmanship and fostering lasting relationships with our clients. We stand behind our work with robust warranties and a promise of exceptional service from start to finish."]} showBorder={false} /> @@ -138,65 +100,39 @@ export default function LandingPage() { { items: [ { - label: "Residential Roofing", - href: "/services#residential-roofing", - }, + label: "Residential Roofing", href: "/services#residential-roofing"}, { - label: "Commercial Roofing", - href: "/services#commercial-roofing", - }, + label: "Commercial Roofing", href: "/services#commercial-roofing"}, { - label: "Siding", - href: "/services#siding", - }, + label: "Siding", href: "/services#siding"}, { - label: "Gutters", - href: "/services#gutters", - }, + label: "Gutters", href: "/services#gutters"}, { - label: "Windows", - href: "/services#windows", - }, + label: "Windows", href: "/services#windows"}, ], }, { items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Our Team", - href: "/about#team", - }, + label: "Our Team", href: "/about#team"}, { - label: "Testimonials", - href: "/testimonials", - }, + label: "Testimonials", href: "/testimonials"}, { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, ], }, { items: [ { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "FAQ", - href: "/contact#faq", - }, + label: "FAQ", href: "/contact#faq"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}