Update src/app/about/page.tsx

This commit is contained in:
2026-04-08 21:59:10 +00:00
parent 3f46adc90b
commit 6f99160efb

View File

@@ -25,30 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Blog",
id: "/blog",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "/contact" },
]}
brandName="Plomero AI"
/>
@@ -59,9 +41,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Mission & History"
description={[
"Founded with a passion for quality home repair, our team is committed to reliability, safety, and customer excellence.",
"We ensure every job, from small repairs to large upgrades, meets the highest industry standards.",
]}
"Founded with a passion for quality home repair, our team is committed to reliability, safety, and customer excellence.", "We ensure every job, from small repairs to large upgrades, meets the highest industry standards."]}
/>
</div>
@@ -74,20 +54,11 @@ export default function LandingPage() {
description="Experienced technicians ready to help."
groups={[
{
id: "g1",
groupTitle: "Management",
members: [
id: "g1", groupTitle: "Management", members: [
{
id: "p1",
title: "Carlos D.",
subtitle: "CEO",
detail: "15+ years experience",
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-checked-shirt-hat-looking-confident_176474-47786.jpg?_wi=3",
},
id: "p1", title: "Carlos D.", subtitle: "CEO", detail: "15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-checked-shirt-hat-looking-confident_176474-47786.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-laying-sofa-living-room-reading-magazine_176420-42537.jpg",
imageAlt: "happy customer living room portrait",
},
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-laying-sofa-living-room-reading-magazine_176420-42537.jpg", imageAlt: "happy customer living room portrait"},
]}
/>
</div>
@@ -95,57 +66,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Services",
items: [
{
label: "Plumbing",
href: "/services",
},
{
label: "Electrical",
href: "/services",
},
{
label: "Handyman",
href: "/services",
},
],
},
{
title: "About",
items: [
{
label: "Our History",
href: "/about",
},
{
label: "Team",
href: "/about",
},
{
label: "Mission",
href: "/about",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "Blog",
href: "/blog",
},
{
label: "FAQ",
href: "#",
},
],
},
{ title: "Services", items: [{ label: "Plumbing", href: "/services" }, { label: "Electrical", href: "/services" }, { label: "Handyman", href: "/services" }] },
{ title: "About", items: [{ label: "Our History", href: "/about" }, { label: "Team", href: "/about" }, { label: "Mission", href: "/about" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, { label: "FAQ", href: "#" }] },
]}
bottomLeftText="© 2024 Plomero AI. All Rights Reserved."
bottomRightText="Licensed & Insured"