Update src/app/services/page.tsx
This commit is contained in:
@@ -26,32 +26,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Pedro’s Handyman"
|
||||
button={{
|
||||
text: "Call Pedro Now",
|
||||
href: "tel:+14086610110",
|
||||
}}
|
||||
button={{ text: "Call Pedro Now", href: "tel:+14086610110" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,34 +43,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Remodeling",
|
||||
title: "Bathroom & Bathtubs",
|
||||
items: [
|
||||
"Bathroom Remodeling",
|
||||
"Bathtub Installation",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Repair",
|
||||
title: "Plumbing & Walls",
|
||||
items: [
|
||||
"Plumbing",
|
||||
"Drywall Repair",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "General",
|
||||
title: "Home Upgrades",
|
||||
items: [
|
||||
"Wood Repair",
|
||||
"General Home Repairs",
|
||||
"Cabinet Mounting",
|
||||
],
|
||||
},
|
||||
{ id: "f1", label: "Remodeling", title: "Bathroom & Bathtubs", items: ["Bathroom Remodeling", "Bathtub Installation"] },
|
||||
{ id: "f2", label: "Repair", title: "Plumbing & Walls", items: ["Plumbing", "Drywall Repair"] },
|
||||
{ id: "f3", label: "General", title: "Home Upgrades", items: ["Wood Repair", "General Home Repairs", "Cabinet Mounting"] },
|
||||
]}
|
||||
title="Professional Handyman Services"
|
||||
description="Comprehensive home care solutions for property managers and homeowners in San Jose."
|
||||
@@ -103,14 +60,7 @@ export default function LandingPage() {
|
||||
title="Service Highlights"
|
||||
description="Top-tier maintenance for your property."
|
||||
features={[
|
||||
{
|
||||
title: "Quick Fixes",
|
||||
description: "Fast turnarounds.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ak799r&_wi=3",
|
||||
imageAlt: "handyman construction professional site",
|
||||
},
|
||||
{ title: "Quick Fixes", description: "Fast turnarounds.", bentoComponent: "reveal-icon", icon: Zap },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,36 +69,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Pedro’s Handyman"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Bathroom Remodeling",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Plumbing",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "General Repairs",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "408-661-0110",
|
||||
href: "tel:+14086610110",
|
||||
},
|
||||
{
|
||||
label: "163 N 5th St, San Jose, CA",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Bathroom Remodeling", href: "/services" }, { label: "Plumbing", href: "/services" }, { label: "General Repairs", href: "/services" }] },
|
||||
{ title: "Contact", items: [{ label: "408-661-0110", href: "tel:+14086610110" }, { label: "163 N 5th St, San Jose, CA", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Pedro’s Handyman Services"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user