Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Star, Leaf, ImageCompare, MessageSquare, Phone, HelpCircle, Facebook, Instagram } from 'lucide-react';
|
||||
import { Star, Leaf, MessageSquare, Phone, HelpCircle, Facebook, Instagram } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golf-course-otocec-slovenia-sunny-summer-day_181624-14320.jpg", imageAlt: "Beautiful manicured Miami lawn"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg?_wi=1", imageAlt: "Professional landscaping project"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg", imageAlt: "Professional landscaping project"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
@@ -81,15 +81,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Lawn Maintenance", description: "Regular mowing, edging, weed control, and seasonal maintenance plans tailored to your yard.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261144.jpg?_wi=1", imageAlt: "Professional lawn mowing service"
|
||||
title: "Lawn Maintenance", description: "Regular mowing, edging, weed control, and seasonal maintenance plans tailored to your yard.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261144.jpg", imageAlt: "Professional lawn mowing service"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Landscaping Design", description: "Custom yard design, mulch installation, plant selection, and complete landscape installation.", imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg?_wi=2", imageAlt: "Professional landscaping design"
|
||||
title: "Landscaping Design", description: "Custom yard design, mulch installation, plant selection, and complete landscape installation.", imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg", imageAlt: "Professional landscaping design"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Tree Services", description: "Expert tree trimming, removal, pruning, and palm maintenance by certified arborists.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg?_wi=1", imageAlt: "Professional tree trimming service"
|
||||
title: "Tree Services", description: "Expert tree trimming, removal, pruning, and palm maintenance by certified arborists.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg", imageAlt: "Professional tree trimming service"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
title="Before & After Portfolio"
|
||||
description="See the transformation we bring to Miami properties. Quality work speaks for itself."
|
||||
tag="Our Work"
|
||||
tagIcon={ImageCompare}
|
||||
tagIcon={MessageSquare}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -122,10 +122,10 @@ export default function LandingPage() {
|
||||
id: "project-2", name: "Complete Landscape Design", price: "Completed", variant: "Full Landscaping", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30867.jpg", imageAlt: "Landscape design before and after"
|
||||
},
|
||||
{
|
||||
id: "project-3", name: "Tree Trimming & Yard Cleanup", price: "Completed", variant: "Tree Services", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg?_wi=2", imageAlt: "Professional tree trimming project"
|
||||
id: "project-3", name: "Tree Trimming & Yard Cleanup", price: "Completed", variant: "Tree Services", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg", imageAlt: "Professional tree trimming project"
|
||||
},
|
||||
{
|
||||
id: "project-4", name: "Spring Property Maintenance", price: "Completed", variant: "Seasonal Care", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261144.jpg?_wi=2", imageAlt: "Seasonal lawn maintenance"
|
||||
id: "project-4", name: "Spring Property Maintenance", price: "Completed", variant: "Seasonal Care", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261144.jpg", imageAlt: "Seasonal lawn maintenance"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user