diff --git a/src/app/page.tsx b/src/app/page.tsx
index 21a9bee..dab1556 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Zap, Scissors, Leaf } from 'lucide-react';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
@@ -29,25 +30,15 @@ export default function LandingPage() {
@@ -56,51 +47,28 @@ export default function LandingPage() {
@@ -111,22 +79,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Tree Surgery & Felling",
- description: "Safe, expert tree removal, felling, and precision pruning to protect your property.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg",
- buttonIcon: "Zap",
+ title: "Tree Surgery & Felling", description: "Safe, expert tree removal, felling, and precision pruning to protect your property.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg", buttonIcon: Zap,
},
{
- title: "Hedge & Shrub Care",
- description: "Professional hedge trimming and pollarding to shape your space and promote growth.",
- imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg",
- buttonIcon: "Scissors",
+ title: "Hedge & Shrub Care", description: "Professional hedge trimming and pollarding to shape your space and promote growth.", imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg", buttonIcon: Scissors,
},
{
- title: "Garden Maintenance",
- description: "Reliable lawn mowing, grass cutting, and seasonal maintenance for a tidy finish.",
- imageSrc: "http://img.b2bpic.net/free-photo/leaves-basket-smiling-young-adult-man-standing-sideways-camera-sprinkling-leaves-wicker-basket-green-lawn-garden-autumn-day_259150-59037.jpg",
- buttonIcon: "Leaf",
+ title: "Garden Maintenance", description: "Reliable lawn mowing, grass cutting, and seasonal maintenance for a tidy finish.", imageSrc: "http://img.b2bpic.net/free-photo/leaves-basket-smiling-young-adult-man-standing-sideways-camera-sprinkling-leaves-wicker-basket-green-lawn-garden-autumn-day_259150-59037.jpg", buttonIcon: Leaf,
},
]}
title="Expert Care For Your Garden & Property"
@@ -139,14 +98,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Reliable, Professional, Local Contractors",
- },
+ type: "text", content: "Reliable, Professional, Local Contractors"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/happy-waiter-wearing-visor-while-working-touchpad-outdoor-cafe-looking-camera_637285-6570.jpg",
- alt: "Braydon and his team",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/happy-waiter-wearing-visor-while-working-touchpad-outdoor-cafe-looking-camera_637285-6570.jpg", alt: "Braydon and his team"},
]}
/>
@@ -159,25 +113,15 @@ export default function LandingPage() {
author="Jessica Oag-Cooper"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/smiley-woman-holding-beautiful-plant-pot_23-2148509874.jpg",
- alt: "Jessica",
- },
+ src: "http://img.b2bpic.net/free-photo/smiley-woman-holding-beautiful-plant-pot_23-2148509874.jpg", alt: "Jessica"},
{
- src: "http://img.b2bpic.net/free-photo/outdoor-image-charming-young-european-female-wearing-trendy-red-polka-dress-sitting-bench_343059-2906.jpg",
- alt: "Ali",
- },
+ src: "http://img.b2bpic.net/free-photo/outdoor-image-charming-young-european-female-wearing-trendy-red-polka-dress-sitting-bench_343059-2906.jpg", alt: "Ali"},
{
- src: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12297.jpg",
- alt: "Carla",
- },
+ src: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12297.jpg", alt: "Carla"},
{
- src: "http://img.b2bpic.net/free-photo/happy-inspired-female-florist-standing-greenhouse-holding-potted-plant-looking-purple-flowers-smiling-professional-portrait-copy-space-gardening-job-botany-concept_74855-12858.jpg",
- alt: "Mike",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-inspired-female-florist-standing-greenhouse-holding-potted-plant-looking-purple-flowers-smiling-professional-portrait-copy-space-gardening-job-botany-concept_74855-12858.jpg", alt: "Mike"},
{
- src: "http://img.b2bpic.net/free-photo/young-woman-holding-potted-plant_23-2147882154.jpg",
- alt: "Maddie",
- },
+ src: "http://img.b2bpic.net/free-photo/young-woman-holding-potted-plant_23-2147882154.jpg", alt: "Maddie"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -191,22 +135,14 @@ export default function LandingPage() {
description="Tell us about your project. We’ll get back to you promptly and ensure your garden gets the professional care it deserves."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "What work do you need help with?",
- required: true,
+ name: "message", placeholder: "What work do you need help with?", required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-gardener-man-wearing-jumpsuit-hat-holding-hedge-clippers-looking-front-smiling-standing-orange-wall_141793-96591.jpg"
mediaAnimation="slide-up"
@@ -218,33 +154,21 @@ export default function LandingPage() {
logoText="BWD Contractors"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Tree Surgery",
- href: "#services",
- },
+ label: "Tree Surgery", href: "#services"},
{
- label: "Hedge Trimming",
- href: "#services",
- },
+ label: "Hedge Trimming", href: "#services"},
{
- label: "Garden Maintenance",
- href: "#services",
- },
+ label: "Garden Maintenance", href: "#services"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}