From 27a1bc06c1f84ff58ce1918233228ee51cb28c4e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:23:59 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 88 ++++++++++-------------------------------- 1 file changed, 20 insertions(+), 68 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bc24f44..0e6e1b5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -24,7 +24,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -43,7 +43,7 @@ export default function AboutPage() { { text: "Call Brent Now", href: "tel:2069305697" }, { text: "Get Free Estimate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/analyzing-results-expert-study_1098-14778.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/analyzing-results-expert-study_1098-14778.jpg" imageAlt="precision work careful planning professional accuracy" useInvertedBackground={false} /> @@ -53,34 +53,16 @@ export default function AboutPage() { Date: Mon, 2 Mar 2026 19:23:59 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 36 +++++++++--------------------------- 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 593f0ef..0a325fd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,7 +24,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -41,7 +41,7 @@ export default function ContactPage() { description="Quick consultation for your tree removal or service needs. Fast response guaranteed. Open daily until 7 PM. Call Brent directly or submit your information below." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=8" + imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg" imageAlt="tree service professional arborist outdoor expert consultation" mediaPosition="right" mediaAnimation="slide-up" @@ -60,7 +60,7 @@ export default function ContactPage() { { text: "Call (206) 930-5697", href: "tel:2069305697" }, { text: "Email Us" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57324.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57324.jpg" imageAlt="cleanup organized professional thorough" useInvertedBackground={false} /> @@ -70,34 +70,16 @@ export default function ContactPage() { Date: Mon, 2 Mar 2026 19:24:00 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 399b0fc..951507e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,42 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], + variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "A Cut Above Tree Service | Professional Tree Removal Lake Stevens WA", - description: "Expert tree removal and care in Lake Stevens, WA. Licensed, insured, owner-operated. Fast response, precision work, meticulous cleanup. Call (206) 930-5697 for free estimate.", - keywords: "tree removal Lake Stevens, tree service, tree trimming, stump grinding, arborist, professional tree care, emergency tree removal, Snohomish County", - metadataBase: new URL("https://acutabovetreeservice.com"), + title: "A Cut Above Tree Service | Professional Tree Removal Lake Stevens WA", description: "Expert tree removal and care in Lake Stevens, WA. Licensed, insured, owner-operated. Fast response, precision work, meticulous cleanup. Call (206) 930-5697 for free estimate.", keywords: "tree removal Lake Stevens, tree service, tree trimming, stump grinding, arborist, professional tree care, emergency tree removal, Snohomish County", metadataBase: new URL("https://acutabovetreeservice.com"), alternates: { - canonical: "https://acutabovetreeservice.com", - }, + canonical: "https://acutabovetreeservice.com"}, openGraph: { - title: "A Cut Above Tree Service - Professional Tree Removal", - description: "Safe, expert tree removal and care from a trusted local professional in Lake Stevens, WA. 5-star rated. Free estimates.", - url: "https://acutabovetreeservice.com", - siteName: "A Cut Above Tree Service", - type: "website", - images: [ + title: "A Cut Above Tree Service - Professional Tree Removal", description: "Safe, expert tree removal and care from a trusted local professional in Lake Stevens, WA. 5-star rated. Free estimates.", url: "https://acutabovetreeservice.com", siteName: "A Cut Above Tree Service", type: "website", images: [ { - url: "https://acutabovetreeservice.com/og-image.jpg", - alt: "Professional tree removal service", - }, + url: "https://acutabovetreeservice.com/og-image.jpg", alt: "Professional tree removal service"}, ], }, twitter: { - card: "summary_large_image", - title: "A Cut Above Tree Service - Lake Stevens", - description: "Expert tree removal, trimming, and stump grinding. Licensed, insured, owner-operated.", - images: ["https://acutabovetreeservice.com/twitter-image.jpg"], + card: "summary_large_image", title: "A Cut Above Tree Service - Lake Stevens", description: "Expert tree removal, trimming, and stump grinding. Licensed, insured, owner-operated.", images: ["https://acutabovetreeservice.com/twitter-image.jpg"], }, robots: { index: true, -- 2.49.1 From 17758c696ebe7fb1e79eb2a0d8d0dba39a16ea9a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:24:00 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 275 +++++++++++------------------------------------ 1 file changed, 65 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81cc418..64ceafe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -47,44 +47,26 @@ export default function HomePage() { { text: "Call Now (206) 930-5697", href: "tel:2069305697" }, { text: "Get Free Estimate" }, ]} - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} carouselItems={[ { - id: "carousel-1", - imageSrc: - "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg", - imageAlt: "tree removal professional arborist precision cutting safe removal", - }, + id: "carousel-1", imageSrc: + "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg", imageAlt: "tree removal professional arborist precision cutting safe removal"}, { - id: "carousel-2", - imageSrc: - "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=1", - imageAlt: "tree removal service chainsaw work arborist professional", - }, + id: "carousel-2", imageSrc: + "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg", imageAlt: "tree removal service chainsaw work arborist professional"}, { - id: "carousel-3", - imageSrc: - "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=1", - imageAlt: "hazardous tree removal dangerous tree storm damage tree risk", - }, + id: "carousel-3", imageSrc: + "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg", imageAlt: "hazardous tree removal dangerous tree storm damage tree risk"}, { - id: "carousel-4", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-man-cutting-dried-branches_23-2148396749.jpg?_wi=1", - imageAlt: "tree trimming tree pruning branch cutting maintenance", - }, + id: "carousel-4", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-man-cutting-dried-branches_23-2148396749.jpg", imageAlt: "tree trimming tree pruning branch cutting maintenance"}, { - id: "carousel-5", - imageSrc: - "http://img.b2bpic.net/free-photo/ax-tree-trunk-background-roadway_181624-47172.jpg?_wi=1", - imageAlt: "stump grinding stump removal ground cleanup landscaping", - }, + id: "carousel-5", imageSrc: + "http://img.b2bpic.net/free-photo/ax-tree-trunk-background-roadway_181624-47172.jpg", imageAlt: "stump grinding stump removal ground cleanup landscaping"}, { - id: "carousel-6", - imageSrc: - "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg?_wi=1", - imageAlt: "emergency tree removal storm damaged tree fallen tree urgent", - }, + id: "carousel-6", imageSrc: + "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", imageAlt: "emergency tree removal storm damaged tree fallen tree urgent"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -95,44 +77,20 @@ export default function HomePage() { @@ -253,95 +168,35 @@ export default function HomePage() { Date: Mon, 2 Mar 2026 19:24:01 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 81 +++++++++------------------------------ 1 file changed, 19 insertions(+), 62 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b35abd8..aad77cb 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -24,7 +24,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -40,60 +40,25 @@ export default function ServicesPage() { description="Expert solutions for all your tree care needs in Lake Stevens and surrounding areas. Each service is performed with precision, safety, and meticulous attention to detail." products={[ { - id: "service-1", - brand: "A Cut Above", - name: "Tree Removal", - price: "Professional Grade", - rating: 5, - reviewCount: "Expert", - imageSrc: - "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=6", - imageAlt: "Professional tree removal service", - }, + id: "service-1", brand: "A Cut Above", name: "Tree Removal", price: "Professional Grade", rating: 5, + reviewCount: "Expert", imageSrc: + "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg", imageAlt: "Professional tree removal service"}, { - id: "service-2", - brand: "A Cut Above", - name: "Hazardous Tree Removal", - price: "Precision Work", - rating: 5, - reviewCount: "Specialist", - imageSrc: - "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=3", - imageAlt: "Hazardous tree removal near homes", - }, + id: "service-2", brand: "A Cut Above", name: "Hazardous Tree Removal", price: "Precision Work", rating: 5, + reviewCount: "Specialist", imageSrc: + "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg", imageAlt: "Hazardous tree removal near homes"}, { - id: "service-3", - brand: "A Cut Above", - name: "Tree Trimming & Pruning", - price: "Maintenance", - rating: 5, - reviewCount: "Care", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-man-cutting-dried-branches_23-2148396749.jpg?_wi=3", - imageAlt: "Professional tree trimming service", - }, + id: "service-3", brand: "A Cut Above", name: "Tree Trimming & Pruning", price: "Maintenance", rating: 5, + reviewCount: "Care", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-man-cutting-dried-branches_23-2148396749.jpg", imageAlt: "Professional tree trimming service"}, { - id: "service-4", - brand: "A Cut Above", - name: "Stump Grinding", - price: "Complete Removal", - rating: 5, - reviewCount: "Thorough", - imageSrc: - "http://img.b2bpic.net/free-photo/ax-tree-trunk-background-roadway_181624-47172.jpg?_wi=3", - imageAlt: "Stump grinding and removal", - }, + id: "service-4", brand: "A Cut Above", name: "Stump Grinding", price: "Complete Removal", rating: 5, + reviewCount: "Thorough", imageSrc: + "http://img.b2bpic.net/free-photo/ax-tree-trunk-background-roadway_181624-47172.jpg", imageAlt: "Stump grinding and removal"}, { - id: "service-5", - brand: "A Cut Above", - name: "Emergency Tree Service", - price: "24/7 Available", - rating: 5, - reviewCount: "Urgent", - imageSrc: - "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg?_wi=3", - imageAlt: "Emergency tree removal service", - }, + id: "service-5", brand: "A Cut Above", name: "Emergency Tree Service", price: "24/7 Available", rating: 5, + reviewCount: "Urgent", imageSrc: + "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", imageAlt: "Emergency tree removal service"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -108,19 +73,11 @@ export default function ServicesPage() { description="Professional tree care that prioritizes your safety, property, and satisfaction. Every service is completed with expert precision and comprehensive cleanup." negativeCard={{ items: [ - "Unprofessional equipment and techniques", - "Property damage and hidden costs", - "Incomplete or rushed work", - "Lack of safety precautions", - ], + "Unprofessional equipment and techniques", "Property damage and hidden costs", "Incomplete or rushed work", "Lack of safety precautions"], }} positiveCard={{ items: [ - "State-of-the-art professional equipment", - "Meticulous property protection", - "Complete thorough cleanup", - "Full safety compliance and insurance", - ], + "State-of-the-art professional equipment", "Meticulous property protection", "Complete thorough cleanup", "Full safety compliance and insurance"], }} textboxLayout="default" useInvertedBackground={false} @@ -134,7 +91,7 @@ export default function ServicesPage() { description="We stand behind every project with a promise of excellence. From initial consultation to final cleanup, you'll experience professionalism, expertise, and genuine care for your property. Your satisfaction is our priority." tag="Quality Guaranteed" buttons={[{ text: "Schedule Consultation", href: "tel:2069305697" }]} - imageSrc="http://img.b2bpic.net/free-photo/analyzing-results-expert-study_1098-14778.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/analyzing-results-expert-study_1098-14778.jpg" imageAlt="precision work careful planning professional accuracy" useInvertedBackground={false} /> -- 2.49.1