Merge version_4 into main #5
@@ -3,7 +3,7 @@
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
|
||||
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
||||
@@ -44,7 +44,7 @@ export default function LandscapingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
<HeroSplit
|
||||
tag="Masterful Land Design"
|
||||
tagIcon={Leaf}
|
||||
title="Where Nature Meets Art"
|
||||
@@ -56,16 +56,8 @@ export default function LandscapingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/town-square-shenzhen_1359-1110.jpg"
|
||||
imageAlt="Stunning luxury modern garden design"
|
||||
showDimOverlay={true}
|
||||
textPosition="bottom"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena V.", handle: "Boutique Hotel Owner", testimonial: "VerdantVista transformed our hotel courtyard into a serene sanctuary. Their eye for detail is unparalleled.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", imageAlt: "Elena V."},
|
||||
{
|
||||
name: "Marcus P.", handle: "Architect", testimonial: "Collaboration was seamless. They truly understand the balance between structured design and natural growth.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-being-serious-while-looking-camera_23-2148242992.jpg", imageAlt: "Marcus P."},
|
||||
]}
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,11 +87,11 @@ export default function LandscapingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Design", title: "Master Planning", subtitle: "Conceptual Vision", description: "Comprehensive site analysis and 3D visualization to ensure your vision is realized before construction begins.", imageSrc: "http://img.b2bpic.net/free-vector/architecture-background-design_1168-66.jpg", imageAlt: "Landscape architectural blueprint"},
|
||||
tag: "Design", title: "Master Planning", subtitle: "Conceptual Vision", description: "Comprehensive site analysis and 3D visualization to ensure your vision is realized before construction begins.", imageSrc: "http://img.b2bpic.net/free-vector/architecture-background-design_1168-66.jpg", imageAlt: "Landscape architectural blueprint"},
|
||||
{
|
||||
tag: "Construction", title: "Hardscape Artistry", subtitle: "Precision Build", description: "Natural stone masonry, custom water features, and architectural lighting installations built to last.", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-top-view_1150-11006.jpg", imageAlt: "Modern patio hardscape"},
|
||||
tag: "Construction", title: "Hardscape Artistry", subtitle: "Precision Build", description: "Natural stone masonry, custom water features, and architectural lighting installations built to last.", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-top-view_1150-11006.jpg", imageAlt: "Modern patio hardscape"},
|
||||
{
|
||||
tag: "Horticulture", title: "Botanical Curation", subtitle: "Native Planting", description: "Selecting sustainable, climate-adapted plants to ensure your garden remains vibrant through every season.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-pink-purple-flowers_23-2148447138.jpg", imageAlt: "Lush botanical garden"},
|
||||
tag: "Horticulture", title: "Botanical Curation", subtitle: "Native Planting", description: "Selecting sustainable, climate-adapted plants to ensure your garden remains vibrant through every season.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-pink-purple-flowers_23-2148447138.jpg", imageAlt: "Lush botanical garden"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,11 +106,11 @@ export default function LandscapingPage() {
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Award-Winning", role: "Recognized globally for landscape innovation and sustainability.", imageSrc: "http://img.b2bpic.net/free-photo/golden-trophy-award-white-background_187299-46243.jpg", imageAlt: "Award trophy"},
|
||||
id: "1", name: "Award-Winning", role: "Recognized globally for landscape innovation and sustainability.", imageSrc: "http://img.b2bpic.net/free-photo/golden-trophy-award-white-background_187299-46243.jpg", imageAlt: "Award trophy"},
|
||||
{
|
||||
id: "2", name: "Sustainable", role: "We use exclusively organic soil and low-impact machinery.", imageSrc: "http://img.b2bpic.net/free-photo/save-planet-sustainable-energy-saving-ecology-environment_53876-128096.jpg", imageAlt: "Green leaf eco-symbol"},
|
||||
id: "2", name: "Sustainable", role: "We use exclusively organic soil and low-impact machinery.", imageSrc: "http://img.b2bpic.net/free-photo/save-planet-sustainable-energy-saving-ecology-environment_53876-128096.jpg", imageAlt: "Green leaf eco-symbol"},
|
||||
{
|
||||
id: "3", name: "Dedicated", role: "Our crew stays on your site until the project is absolute perfection.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-covering-nose-from-smell-with-fingers_176420-3809.jpg", imageAlt: "Landscaper working"},
|
||||
id: "3", name: "Dedicated", role: "Our crew stays on your site until the project is absolute perfection.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-covering-nose-from-smell-with-fingers_176420-3809.jpg", imageAlt: "Landscaper working"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,11 +126,11 @@ export default function LandscapingPage() {
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Julian Thorne", role: "Lead Landscape Architect", imageSrc: "http://img.b2bpic.net/free-photo/man-with-construction-plan-copy-space_23-2148269820.jpg", imageAlt: "Julian Thorne"},
|
||||
id: "1", name: "Julian Thorne", role: "Lead Landscape Architect", imageSrc: "http://img.b2bpic.net/free-photo/man-with-construction-plan-copy-space_23-2148269820.jpg", imageAlt: "Julian Thorne"},
|
||||
{
|
||||
id: "2", name: "Sofia Reyes", role: "Senior Horticulturalist", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-florist-apron-standing-with-notepad-pencil-hands-happily-looking-camera-while-working-greenhouse_574295-749.jpg", imageAlt: "Sofia Reyes"},
|
||||
id: "2", name: "Sofia Reyes", role: "Senior Horticulturalist", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-florist-apron-standing-with-notepad-pencil-hands-happily-looking-camera-while-working-greenhouse_574295-749.jpg", imageAlt: "Sofia Reyes"},
|
||||
{
|
||||
id: "3", name: "Liam O'Connor", role: "Director of Hardscapes", imageSrc: "http://img.b2bpic.net/free-photo/architect-safety-equipment-with-plans_23-2148242982.jpg", imageAlt: "Liam O'Connor"},
|
||||
id: "3", name: "Liam O'Connor", role: "Director of Hardscapes", imageSrc: "http://img.b2bpic.net/free-photo/architect-safety-equipment-with-plans_23-2148242982.jpg", imageAlt: "Liam O'Connor"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user