diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 869d5da..288c264 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import { Facebook, Instagram, Twitter } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -60,19 +45,10 @@ export default function LandingPage() { description="Dedicated individuals building excellence." groups={[ { - id: "t1", - groupTitle: "Leadership", - members: [ + id: "t1", groupTitle: "Leadership", members: [ { - id: "m2", - title: "Jane Smith", - subtitle: "Director", - detail: "Founder and lead engineer", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-architect-looking-camera_23-2148242889.jpg?_wi=2", - }, + id: "m2", title: "Jane Smith", subtitle: "Director", detail: "Founder and lead engineer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-architect-looking-camera_23-2148242889.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317233.jpg?_wi=2", - imageAlt: "Front view smiley architect looking at the camera ", }, ]} /> @@ -81,9 +57,7 @@ export default function LandingPage() {
diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 364f6be..b79cf5b 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -8,7 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import { Facebook, Instagram, Twitter } from "lucide-react"; -export default function LandingPage() { +export default function ProjectsPage() { return ( @@ -60,19 +45,10 @@ export default function LandingPage() { description="The professionals behind every success story." groups={[ { - id: "g1", - groupTitle: "Project Managers", - members: [ + id: "g1", groupTitle: "Project Managers", members: [ { - id: "m1", - title: "John Doe", - subtitle: "Lead Supervisor", - detail: "10 years of experience", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589584.jpg", - }, + id: "m1", title: "John Doe", subtitle: "Lead Supervisor", detail: "10 years of experience", imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589584.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-architect-looking-camera_23-2148242889.jpg?_wi=1", - imageAlt: "Front view smiley architect looking at the camera ", }, ]} /> @@ -88,14 +64,8 @@ export default function LandingPage() { description="A glimpse of our recent completed works." products={[ { - id: "pj1", - brand: "Sbo", - name: "Nsawo Residential", - price: "Completed", - rating: 5, - reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg", - }, + id: "pj1", brand: "Sbo", name: "Nsawo Residential", price: "Completed", rating: 5, + reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg"}, ]} /> @@ -105,21 +75,9 @@ export default function LandingPage() { logoText="Sbo Roofing Contractors Ltd" copyrightText="© 2025 Sbo Roofing Contractors. All rights reserved." socialLinks={[ - { - icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + { icon: Facebook, href: "#", ariaLabel: "Facebook" }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, ]} />