Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5efd1e9a7e | |||
| a4b20728d7 | |||
| 68e895b7e1 | |||
| 8317b3734a | |||
| a3b7776e3a | |||
| e57335cc39 | |||
| 314f0fbd3e | |||
| ba368de97a | |||
| 783fe7cd5a | |||
| 8ab1620940 | |||
| 8af863222c |
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
|||||||
reverse: false,
|
reverse: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Custom Garden Design", description: "Bring your vision to life with our expert garden design services, creating beautiful and functional outdoor spaces.", media: {
|
title: "Custom Garden Design", description: "From initial conceptualization and plant selection to meticulous layout and installation, we create beautiful and functional outdoor spaces that bring your vision to life.", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5462.jpg", imageAlt: "Blueprint for a garden design"},
|
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5462.jpg", imageAlt: "Blueprint for a garden design"},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
|||||||
reverse: true,
|
reverse: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Efficient Irrigation Systems", description: "Ensure your landscape receives optimal watering with our custom-designed and installed irrigation solutions.", media: {
|
title: "Efficient Irrigation Systems", description: "We provide complete irrigation solutions, from custom system design and professional installation to timely repairs and seasonal adjustments, ensuring optimal watering for your landscape.", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-watering-can-near-plants-growing-greenhouse_23-2147948319.jpg", imageAlt: "Automated irrigation system watering a garden"},
|
imageSrc: "http://img.b2bpic.net/free-photo/blue-watering-can-near-plants-growing-greenhouse_23-2147948319.jpg", imageAlt: "Automated irrigation system watering a garden"},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
|||||||
reverse: false,
|
reverse: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Tree & Shrub Maintenance", description: "Keep your trees and shrubs healthy and beautiful with our professional pruning, trimming, and disease management services.", media: {
|
title: "Tree & Shrub Maintenance", description: "Our comprehensive tree and shrub maintenance includes expert pruning, precise trimming, thorough health assessments, and effective pest & disease control to keep them vibrant.", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg", imageAlt: "Gardener pruning a bush"},
|
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg", imageAlt: "Gardener pruning a bush"},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@@ -332,4 +332,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #efebe5;
|
||||||
--card: #f9f9f9;
|
--card: #f7f2ea;
|
||||||
--foreground: #000f06e6;
|
--foreground: #000000;
|
||||||
--primary-cta: #0a7039;
|
--primary-cta: #000000;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #000f06e6;
|
--secondary-cta-text: #000f06e6;
|
||||||
--accent: #e2e2e2;
|
--accent: #ffffff;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #e1b875;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user