Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Trees, Palette, LayoutGrid, Seedling, Leaf, Hammer, Droplets, Scissors, Fertilize, Sun } from "lucide-react";
|
import { Trees, Palette, LayoutGrid, Leaf, Hammer, Droplets, Scissors, Sun } from "lucide-react";
|
||||||
|
|
||||||
const assetMap = {
|
const assetMap = {
|
||||||
"hero-image": { "url": "http://img.b2bpic.net/free-photo/outdoor-massage-bed_1339-4790.jpg", "alt": "beautiful lush garden landscaping design" },
|
"hero-image": { "url": "http://img.b2bpic.net/free-photo/outdoor-massage-bed_1339-4790.jpg", "alt": "beautiful lush garden landscaping design" },
|
||||||
@@ -130,7 +130,7 @@ export default function Page() {
|
|||||||
items: [
|
items: [
|
||||||
{ icon: Palette, text: "Personalized Concepts" },
|
{ icon: Palette, text: "Personalized Concepts" },
|
||||||
{ icon: LayoutGrid, text: "Detailed Layouts" },
|
{ icon: LayoutGrid, text: "Detailed Layouts" },
|
||||||
{ icon: Seedling, text: "Plant Selection" }
|
{ icon: Leaf, text: "Plant Selection" }
|
||||||
],
|
],
|
||||||
reverse: false
|
reverse: false
|
||||||
},
|
},
|
||||||
@@ -147,7 +147,7 @@ export default function Page() {
|
|||||||
title: "Ongoing Maintenance", description: "Keep your landscape pristine year-round with our comprehensive maintenance services, including seasonal clean-ups, pruning, fertilization, and pest management for sustained beauty.", media: { imageSrc: getAssetUrl("feature-3-image", "gen-stock-rsv-43"), imageAlt: "Gardener pruning bushes in a well-maintained garden" },
|
title: "Ongoing Maintenance", description: "Keep your landscape pristine year-round with our comprehensive maintenance services, including seasonal clean-ups, pruning, fertilization, and pest management for sustained beauty.", media: { imageSrc: getAssetUrl("feature-3-image", "gen-stock-rsv-43"), imageAlt: "Gardener pruning bushes in a well-maintained garden" },
|
||||||
items: [
|
items: [
|
||||||
{ icon: Scissors, text: "Pruning & Trimming" },
|
{ icon: Scissors, text: "Pruning & Trimming" },
|
||||||
{ icon: Fertilize, text: "Fertilization" },
|
{ icon: Sun, text: "Fertilization" },
|
||||||
{ icon: Sun, text: "Seasonal Care" }
|
{ icon: Sun, text: "Seasonal Care" }
|
||||||
],
|
],
|
||||||
reverse: false
|
reverse: false
|
||||||
|
|||||||
Reference in New Issue
Block a user