From 89456bcc5ff41cef04a65c41a4862c7e3b8db35b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 18:51:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 211 +++++++++-------------------------------------- 1 file changed, 40 insertions(+), 171 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c255447..5041810 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,89 +30,37 @@ export default function LandingPage() {
@@ -122,9 +70,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Decades of Professional Service" description={[ - "Since 1986, we have provided premium curb address painting services. We specialize in working with Homeowner Associations (HOAs), Property Owner Associations (POAs), and Neighborhood Associations (NAs).", - "Our services are highly discounted for large associations while ensuring uniform, professional, and high-visibility markings for every residence.", - ]} + "Since 1986, we have provided premium curb address painting services. We specialize in working with Homeowner Associations (HOAs), Property Owner Associations (POAs), and Neighborhood Associations (NAs).", "Our services are highly discounted for large associations while ensuring uniform, professional, and high-visibility markings for every residence."]} /> @@ -135,21 +81,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { - title: "Precision Work", - description: "High-quality, long-lasting paint applications for all curb surfaces.", - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-protective-equipment-side-view_23-2149714271.jpg", - }, - { - title: "HOA Specialists", - description: "Tailored solutions for associations seeking uniform community aesthetics.", - imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500826.jpg", - }, - { - title: "High Visibility", - description: "Ensuring your house number is clear for emergency services and delivery.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlside", - }, + { title: "Precision Work", description: "High-quality, long-lasting paint applications for all curb surfaces.", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-protective-equipment-side-view_23-2149714271.jpg" }, + { title: "HOA Specialists", description: "Tailored solutions for associations seeking uniform community aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500826.jpg" }, + { title: "High Visibility", description: "Ensuring your house number is clear for emergency services and delivery.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlside" }, ]} title="Why Choose Our Service" description="We deliver consistent, professional results with every job." @@ -160,31 +94,11 @@ export default function LandingPage() { @@ -261,29 +144,15 @@ export default function LandingPage() { logoText="Curb Painting 1986" columns={[ { - title: "Services", - items: [ - { - label: "HOA Services", - href: "#", - }, - { - label: "Residential", - href: "#", - }, + title: "Services", items: [ + { label: "HOA Services", href: "#" }, + { label: "Residential", href: "#" }, ], }, { - title: "Company", - items: [ - { - label: "About Us", - href: "#", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Company", items: [ + { label: "About Us", href: "#" }, + { label: "Contact", href: "#contact" }, ], }, ]} @@ -292,4 +161,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1