Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f80e4cf8a | |||
| 05a252e408 | |||
| 0804dbea47 | |||
| bf8b418441 |
@@ -8,7 +8,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
|
|||||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
import { Leaf, Sprout, Facebook, Instagram, Linkedin } from "lucide-react";
|
import { Leaf, Sprout, Facebook, Instagram, Linkedin, Droplets, Wrench } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
tag="First Aid Landscaping"
|
tag="First Aid Landscaping"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Consultation", href: "contact" },
|
{ text: "Get Free Consultation", href: "contact" },
|
||||||
{ text: "View Portfolio", href: "portfolio" }
|
{ text: "View Portfolio", href: "portfolio" }
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
|
|||||||
Reference in New Issue
Block a user