Merge version_1_1777315062705 into main #2

Merged
bender merged 1 commits from version_1_1777315062705 into main 2026-04-27 18:39:49 +00:00

View File

@@ -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"
/>
</div>
@@ -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." },
]}
/>
</div>
@@ -65,12 +55,9 @@ export default function HomePage() {
<MetricsMinimalCards
tag="Our Impact"
metrics={[
{
value: "450+", description: "Luxury Gardens Completed"},
{
value: "35+", description: "Years of Artisan Craft"},
{
value: "12", description: "Industry Design Awards"},
{ value: "450+", description: "Luxury Gardens Completed" },
{ value: "35+", description: "Years of Artisan Craft" },
{ value: "12", description: "Industry Design Awards" },
]}
title="Proven Excellence"
/>
@@ -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." },
]}
/>
</div>
@@ -122,10 +106,8 @@ export default function HomePage() {
<ContactCta
tag="Ready to Start?"
text="Let's craft the garden of your dreams. Our consultants are ready to assist you."
primaryButton={{
text: "Get Consultation", href: "#contact"}}
secondaryButton={{
text: "Contact Us", href: "mailto:hello@italialands.com"}}
primaryButton={{ text: "Get Consultation", href: "#contact" }}
secondaryButton={{ text: "Contact Us", href: "mailto:hello@italialands.com" }}
/>
</div>