diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 99f1d30..0384b7f 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -3,12 +3,11 @@ import ContactCta from '@/components/sections/contact/ContactCta';
import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn';
import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards';
import FooterMinimal from '@/components/sections/footer/FooterMinimal';
-import GridDotsBackground from "@/components/ui/GridDotsBackground";
+import GridDotsBackground from '@/components/ui/GridDotsBackground';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards';
-import { Droplet, Edit, Leaf, Sun, Wrench, Zap } from "lucide-react";
export default function HomePage() {
return (
@@ -18,10 +17,8 @@ export default function HomePage() {
tag="Since 1985"
title="Excellence in Italian Landscaping"
description="Transform your outdoor space into a mediterranean oasis with our timeless, artisan-crafted landscape solutions."
- primaryButton={{
- text: "Start Project", href: "#contact"}}
- secondaryButton={{
- text: "Our Vision", href: "#about"}}
+ primaryButton={{ text: "Start Project", href: "#contact" }}
+ secondaryButton={{ text: "Our Vision", href: "#about" }}
imageSrc="http://img.b2bpic.net/free-photo/details-gothicstyle-fence-overgrown-with-evergreen-bushes-idea-background-screen-travel-time-holidays-popular-places-dodecanese-archipelago-greece_166373-3790.jpg"
/>
@@ -32,12 +29,9 @@ export default function HomePage() {
title="Timeless Artisan Techniques"
description="We blend traditional Italian artistry with modern landscape architecture to create environments that are both functional and breathtakingly beautiful."
items={[
- {
- icon: "Leaf", title: "Organic Design", description: "Respecting nature with every stone and plant placed."},
- {
- icon: "Droplet", title: "Water Efficiency", description: "Sustainable irrigation for vibrant, healthy landscapes."},
- {
- icon: "Sun", title: "Mediterranean Style", description: "Sun-drenched layouts inspired by Tuscany's rolling hills."},
+ { icon: "Leaf", title: "Organic Design", description: "Respecting nature with every stone and plant placed." },
+ { icon: "Droplet", title: "Water Efficiency", description: "Sustainable irrigation for vibrant, healthy landscapes." },
+ { icon: "Sun", title: "Mediterranean Style", description: "Sun-drenched layouts inspired by Tuscany's rolling hills." },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-gardeners-spraying-plants-making-notes_23-2147768537.jpg"
/>
@@ -49,14 +43,10 @@ export default function HomePage() {
title="Tailored Outdoor Landscapes"
description="Comprehensive design and maintenance packages for luxury estates."
features={[
- {
- icon: "Edit", title: "Landscape Design", description: "Conceptualizing your dream outdoor sanctuary."},
- {
- icon: "Wrench", title: "Hardscaping", description: "Expert stone, patio, and wall installation."},
- {
- icon: "Leaf", title: "Garden Maintenance", description: "Preserving the beauty of your investment year-round."},
- {
- icon: "Zap", title: "Smart Irrigation", description: "Tech-driven care for optimal hydration."},
+ { icon: "Edit", title: "Landscape Design", description: "Conceptualizing your dream outdoor sanctuary." },
+ { icon: "Wrench", title: "Hardscaping", description: "Expert stone, patio, and wall installation." },
+ { icon: "Leaf", title: "Garden Maintenance", description: "Preserving the beauty of your investment year-round." },
+ { icon: "Zap", title: "Smart Irrigation", description: "Tech-driven care for optimal hydration." },
]}
/>
@@ -65,12 +55,9 @@ export default function HomePage() {
@@ -107,12 +94,9 @@ export default function HomePage() {
title="Frequently Asked Questions"
description="Everything you need to know about our landscaping process."
items={[
- {
- question: "What is the typical timeline for a design?", answer: "Initial concepts are usually provided within 2 weeks."},
- {
- question: "Do you offer seasonal maintenance?", answer: "Yes, we have full-year maintenance packages available."},
- {
- question: "Is Italian landscaping suitable for any region?", answer: "We adapt Italian aesthetic principles to local environmental conditions."},
+ { question: "What is the typical timeline for a design?", answer: "Initial concepts are usually provided within 2 weeks." },
+ { question: "Do you offer seasonal maintenance?", answer: "Yes, we have full-year maintenance packages available." },
+ { question: "Is Italian landscaping suitable for any region?", answer: "We adapt Italian aesthetic principles to local environmental conditions." },
]}
/>
@@ -122,10 +106,8 @@ export default function HomePage() {