2 Commits

Author SHA1 Message Date
753c984f86 Update src/app/page.tsx 2026-05-11 16:25:07 +00:00
909fb6df61 Update theme colors 2026-05-11 16:23:15 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -149,19 +149,19 @@ export default function LandingPage() {
{ {
title: "Spring & Fall Yard Cleanup", title: "Spring & Fall Yard Cleanup",
description: "Leaf removal, mulching, pruning, and seasonal debris clearing.", description: "Leaf removal, mulching, pruning, and seasonal debris clearing.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-covering-base-hole-after-planting-small-tree-woods_482257-84589.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIXHmTGT1RD6BIu8pJQeplufOA/uploaded-1778516670956-rv3b4i3h.png",
imageAlt: "Yard Cleanup", imageAlt: "Yard Cleanup",
}, },
{ {
title: "Emergency Snow Removal", title: "Emergency Snow Removal",
description: "Fast-response plowing and salting for driveways and sidewalks.", description: "Fast-response plowing and salting for driveways and sidewalks.",
imageSrc: "http://img.b2bpic.net/free-photo/stunning-view-footprints-snowy-street-heading-big-house-with-big-windows-trees_181624-11801.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIXHmTGT1RD6BIu8pJQeplufOA/uploaded-1778516679514-6d058bc9.png",
imageAlt: "Snow Removal", imageAlt: "Snow Removal",
}, },
{ {
title: "Lawn Maintenance", title: "Lawn Maintenance",
description: "Regular mowing, edging, and nutrient treatment for a vibrant lawn.", description: "Regular mowing, edging, and nutrient treatment for a vibrant lawn.",
imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-working-eco-friendly-wind-power-project-with-wind-turbines_23-2148847776.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIXHmTGT1RD6BIu8pJQeplufOA/uploaded-1778516696700-4e0klpju.png",
imageAlt: "Lawn Maintenance", imageAlt: "Lawn Maintenance",
}, },
]} ]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fafffb; --background: #0a0a0a;
--card: #f7fffa; --card: #1a1a1a;
--foreground: #001a0a; --foreground: #fff5f5e6;
--primary-cta: #0a7039; --primary-cta: #ff7a7a;
--primary-cta-text: #fafffb; --primary-cta-text: #0a0a0a;
--secondary-cta: #ffffff; --secondary-cta: #1a1a1a;
--secondary-cta-text: #001a0a; --secondary-cta-text: #fff5f5e6;
--accent: #a8d9be; --accent: #737373;
--background-accent: #6bbf8e; --background-accent: #737373;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);