From 3f0d1178f05efb90dee0122baadffcc1508097b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:25:39 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7c3c6a2..ec7767a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,7 +21,8 @@ export const metadata: Metadata = { openGraph: { title: "Professional Landscaping Services | GreenScape Pro", description: "Expert landscape design and maintenance that transforms outdoor spaces.", type: "website", siteName: "GreenScape Pro", images: [ { - url: "http://img.b2bpic.net/free-photo/man-uniform-glasses-gloves-pruning-bushes-garden_7502-9841.jpg", alt: "Professional landscaping services"}, + url: "http://img.b2bpic.net/free-photo/man-uniform-glasses-gloves-pruning-bushes-garden_7502-9841.jpg", alt: "Professional landscaping services" + }, ], }, twitter: { -- 2.49.1 From 480a983714da4868052aee9c735d4c366dea034b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:25:40 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da71178..750827b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,25 +47,25 @@ export default function LandingPage() { tag="Quality Guaranteed" tagIcon={Leaf} background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/man-uniform-glasses-gloves-pruning-bushes-garden_7502-9841.jpg" - imageAlt="Beautiful manicured garden with lush green lawn and decorative plants" + imageSrc="https://images.unsplash.com/photo-1585421514675-dfe63b5d2dfe?w=1200&h=800&fit=crop" + imageAlt="Beautifully manicured lawn with professional landscaping" mediaAnimation="slide-up" testimonials={[ { name: "Michael Rodriguez", handle: "Homeowner", testimonial: "The team transformed our backyard completely. Professional, reliable, and attention to detail is remarkable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-architect-holding-blue-prints-his-hand_23-2147842955.jpg" + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop" }, { name: "Sarah Chen", handle: "Business Owner", testimonial: "Outstanding landscape maintenance. Our property looks pristine year-round. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg" + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop" }, { name: "David Thompson", handle: "Property Manager", testimonial: "Consistent, punctual, and professional. They handle multiple properties flawlessly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg" + imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop" }, { name: "Emily Watson", handle: "HOA Director", testimonial: "Best landscaping company we've worked with. Quality work at fair prices.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-phone_23-2148230239.jpg" + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop" } ]} buttons={[ @@ -81,7 +81,7 @@ export default function LandingPage() { Date: Sat, 7 Mar 2026 08:25:40 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd718b9..7b1db50 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #106EFB; + --background: #fafffb; + --card: #f7fffa; + --foreground: #001a0a; + --primary-cta: #0a7039; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #ffffff; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #106EFB; + --accent: #a8d9be; + --background-accent: #6bbf8e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1