Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-06-09 21:38:45 +00:00

View File

@@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
export default function LandingPage() {
@@ -41,8 +41,6 @@ export default function LandingPage() {
name: "Services", id: "#services"},
{
name: "Portfolio", id: "#portfolio"},
{
name: "Team", id: "#team"},
{
name: "Contact", id: "#contact"},
]}
@@ -163,26 +161,6 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
members={[
{
id: "1", name: "Alejandro Torres", role: "Founder & Lead Designer", description: "With over two decades of experience, Alejandro is the visionary behind Torres Gardening Services. His passion for landscape architecture and dedication to bespoke design ensures every project is a masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/close-u-outdoors-portrait-beautiful-joyful-hispanic-man-blue-shirt-smiling-with-teeth-holding-pot-with-microgreens-working-garden_176420-19929.jpg", imageAlt: "Portrait of Alejandro Torres, Founder & Lead Designer"},
{
id: "2", name: "Sofia Ramirez", role: "Operations Director", description: "Sofia oversees all project logistics, ensuring seamless execution and timely completion. Her meticulous approach guarantees that our high standards of quality are maintained across all phases of work.", imageSrc: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854847.jpg", imageAlt: "Portrait of Sofia Ramirez, Operations Director"},
{
id: "3", name: "Marcus Chen", role: "Head Horticulturist", description: "Marcus brings unparalleled botanical knowledge to our team, curating the perfect plant palette for each unique environment. His expertise ensures the health and vitality of every garden we design.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-male-gardener-checking-blooming-flowers-pots_74855-16352.jpg", imageAlt: "Portrait of Marcus Chen, Head Horticulturist"},
{
id: "4", name: "Elena Petrova", role: "Senior Garden Architect", description: "Elena's innovative designs blend natural beauty with modern functionality. Her creative solutions and keen eye for detail result in breathtaking outdoor spaces that exceed client expectations.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12298.jpg", imageAlt: "Portrait of Elena Petrova, Senior Garden Architect"},
]}
title="Meet Our Visionary Team"
description="Our dedicated team of experts is the heart of Torres Gardening Services. Each member brings a unique skill set and a shared passion for creating exceptional outdoor environments."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
@@ -285,4 +263,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}