Merge version_1_1777315062705 into main #1
@@ -2,209 +2,139 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||
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 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, Tool, Zap } from "lucide-react";
|
||||
import { Droplet, Edit, Leaf, Sun, Wrench, Zap } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
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",
|
||||
}}
|
||||
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>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
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"}}
|
||||
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>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Our Heritage"
|
||||
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.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-gardeners-spraying-plants-making-notes_23-2147768537.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Our Heritage"
|
||||
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."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-gardeners-spraying-plants-making-notes_23-2147768537.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeaturesIconCards
|
||||
tag="Our Services"
|
||||
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: Tool,
|
||||
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>
|
||||
<div id="services" data-section="services">
|
||||
<FeaturesIconCards
|
||||
tag="Our Services"
|
||||
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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricsMinimalCards
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
value: "450+",
|
||||
description: "Luxury Gardens Completed",
|
||||
},
|
||||
{
|
||||
value: "35+",
|
||||
description: "Years of Artisan Craft",
|
||||
},
|
||||
{
|
||||
value: "12",
|
||||
description: "Industry Design Awards",
|
||||
},
|
||||
]}
|
||||
title="Proven Excellence"
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricsMinimalCards
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
value: "450+", description: "Luxury Gardens Completed"},
|
||||
{
|
||||
value: "35+", description: "Years of Artisan Craft"},
|
||||
{
|
||||
value: "12", description: "Industry Design Awards"},
|
||||
]}
|
||||
title="Proven Excellence"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialRatingCards
|
||||
tag="Client Stories"
|
||||
title="What Our Clients Say"
|
||||
description="Experience the difference of Italian craftsmanship."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
quote: "My villa garden is now a piece of art. Truly gifted artisans.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-adult-woman-works-her-tablet-sits-with-notebook-kitchen-floor-home-studie_1258-183235.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mark Rossi",
|
||||
role: "Estate Manager",
|
||||
quote: "Professional, reliable, and incredibly talented in design.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-retired-man-with-bald-head-gray-beard-posing-outdoors-sports-clothes-smiling-happily-showing-thumbs-up-gesture-choosing-active-healthy-lifestyle-full-energy_343059-2589.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena V.",
|
||||
role: "Business Owner",
|
||||
quote: "The water efficiency systems saved me costs and kept the plants lush.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
},
|
||||
{
|
||||
name: "David W.",
|
||||
role: "Developer",
|
||||
quote: "Their work ethic and attention to detail are unparalleled.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
},
|
||||
{
|
||||
name: "Julia H.",
|
||||
role: "Architect",
|
||||
quote: "A true pleasure to collaborate with such skilled landscapers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialRatingCards
|
||||
tag="Client Stories"
|
||||
title="What Our Clients Say"
|
||||
description="Experience the difference of Italian craftsmanship."
|
||||
testimonials={[
|
||||
{ name: "Sarah Miller", role: "Homeowner", quote: "My villa garden is now a piece of art. Truly gifted artisans.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-adult-woman-works-her-tablet-sits-with-notebook-kitchen-floor-home-studie_1258-183235.jpg" },
|
||||
{ name: "Mark Rossi", role: "Estate Manager", quote: "Professional, reliable, and incredibly talented in design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-retired-man-with-bald-head-gray-beard-posing-outdoors-sports-clothes-smiling-happily-showing-thumbs-up-gesture-choosing-active-healthy-lifestyle-full-energy_343059-2589.jpg" },
|
||||
{ name: "Elena V.", role: "Business Owner", quote: "The water efficiency systems saved me costs and kept the plants lush.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg" },
|
||||
{ name: "David W.", role: "Developer", quote: "Their work ethic and attention to detail are unparalleled.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" },
|
||||
{ name: "Julia H.", role: "Architect", quote: "A true pleasure to collaborate with such skilled landscapers.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofMarquee
|
||||
tag="Featured In"
|
||||
title="Trusted Partners & Recognition"
|
||||
names={[
|
||||
"Luxe Garden Journal",
|
||||
"Italian Design Weekly",
|
||||
"Architecture Digest",
|
||||
"Outdoor Lifestyle Daily",
|
||||
"Modern Estate Gazette",
|
||||
"Green Living Collective",
|
||||
"Premier Landscaping Guild",
|
||||
]}
|
||||
description="Recognized leaders in high-end landscaping."
|
||||
/>
|
||||
</div>
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofMarquee
|
||||
tag="Featured In"
|
||||
title="Trusted Partners & Recognition"
|
||||
names={[
|
||||
"Luxe Garden Journal", "Italian Design Weekly", "Architecture Digest", "Outdoor Lifestyle Daily", "Modern Estate Gazette", "Green Living Collective", "Premier Landscaping Guild"]}
|
||||
description="Recognized leaders in high-end landscaping."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqTwoColumn
|
||||
tag="Support"
|
||||
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.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqTwoColumn
|
||||
tag="Support"
|
||||
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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" className="relative">
|
||||
<GridDotsBackground position="absolute" />
|
||||
<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",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact" className="relative">
|
||||
<GridDotsBackground position="absolute" />
|
||||
<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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMinimal
|
||||
brand="ItaliaLands © 2024"
|
||||
copyright="All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user