Update src/app/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ArrowRight, Leaf, Snowflake, Flower2, Trash2 } from 'lucide-react';
|
||||
import { ArrowRight, Leaf, Snowflake, Flower2, Trash2, Info } from 'lucide-react';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -78,10 +78,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Summer Mowing", description: "Professional lawn mowing and grass maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-pruning-flowers_23-2148165237.jpg", buttonIcon: Leaf },
|
||||
{ title: "Winter Shoveling", description: "Clear sidewalks and driveways after snowfall.", imageSrc: "http://img.b2bpic.net/free-photo/man-worker-uniform-shoveling-snow-close-up-image_613910-7524.jpg", buttonIcon: Snowflake },
|
||||
{ title: "Spring Planting", description: "Brighten up your beds with seasonal flowers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-planting-flowers-pot_23-2148905272.jpg", buttonIcon: Flower2 },
|
||||
{ title: "Fall Cleanup", description: "Complete yard cleanup including leaf raking.", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176602.jpg", buttonIcon: Trash2 },
|
||||
{ title: "Summer Mowing", description: "Professional lawn mowing and grass maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-pruning-flowers_23-2148165237.jpg", buttonIcon: Info, buttonOnClick: () => alert('Summer Services include lawn mowing, edging, and garden bed maintenance.') },
|
||||
{ title: "Winter Shoveling", description: "Clear sidewalks and driveways after snowfall.", imageSrc: "http://img.b2bpic.net/free-photo/man-worker-uniform-shoveling-snow-close-up-image_613910-7524.jpg", buttonIcon: Info, buttonOnClick: () => alert('Winter Services include snow shoveling for sidewalks, walkways, and driveways.') },
|
||||
{ title: "Spring Planting", description: "Brighten up your beds with seasonal flowers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-planting-flowers-pot_23-2148905272.jpg", buttonIcon: Info, buttonOnClick: () => alert('Spring Services include garden bed preparation, planting new flowers, and mulch spreading.') },
|
||||
{ title: "Fall Cleanup", description: "Complete yard cleanup including leaf raking.", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176602.jpg", buttonIcon: Info, buttonOnClick: () => alert('Fall Services include raking leaves, clearing garden debris, and lawn aeration.') },
|
||||
]}
|
||||
title="Seasonal Services for Every Need"
|
||||
description="We offer comprehensive landscape maintenance throughout the year to keep your home looking its best."
|
||||
|
||||
Reference in New Issue
Block a user