Compare commits

...

8 Commits

Author SHA1 Message Date
c4212886d0 Update src/pages/HomePage.tsx 2026-06-24 20:51:56 +00:00
f03396d4f1 Update src/pages/HomePage.tsx 2026-06-24 20:51:17 +00:00
8fb6da78b6 Update src/pages/HomePage.tsx 2026-06-23 23:59:19 +00:00
9ed3013f6a Update src/pages/HomePage.tsx 2026-06-23 23:53:08 +00:00
46333870e0 Update src/pages/HomePage.tsx 2026-06-23 23:52:30 +00:00
c127fa63ae Update theme colors 2026-06-23 17:27:32 +00:00
efab751953 Update theme colors 2026-06-23 17:27:29 +00:00
4b5f811c49 Update theme colors 2026-06-23 17:27:26 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5faff;
--background: #fafffb;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
/* @layout/border-radius/rounded */
--radius: 1.5rem;

View File

@@ -39,10 +39,10 @@ export default function HomePage() {
imageSrc: "http://img.b2bpic.net/free-photo/smiling-gardener-shirt-mowing-lawn-with-modern-lawn-mower-summer-season-side-view-brunet_7502-10485.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-zombie-gardening_23-2150838676.jpg",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FXy6XqtM1cttNQpbwC9FlWFm0b/uploaded-1782334256186-45eas6sq.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/gardening-nature-plant-agriculture-growth_53876-167078.jpg",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FXy6XqtM1cttNQpbwC9FlWFm0b/uploaded-1782334301348-dc32kgkz.jpg",
},
]}
/>
@@ -96,14 +96,14 @@ export default function HomePage() {
title: "Service Day",
subtitle: "We arrive on time",
description: "Our team executes the work with precision and care.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552310.jpg",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FXy6XqtM1cttNQpbwC9FlWFm0b/uploaded-1782258774296-wzqa3bbp.jpg",
},
{
tag: "Step 3",
title: "Enjoy Results",
subtitle: "Your dream lawn",
description: "Sit back and enjoy your professionally maintained space.",
imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131220.jpg",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FXy6XqtM1cttNQpbwC9FlWFm0b/uploaded-1782258706872-ghn54axp.jpg",
},
]}
/>