8 Commits

Author SHA1 Message Date
b3073beda2 Update src/app/page.tsx 2026-06-09 22:15:22 +00:00
bff9f9f14c Merge version_2 into main
Merge version_2 into main
2026-06-09 21:58:18 +00:00
a492b000e6 Update src/app/page.tsx 2026-06-09 21:58:15 +00:00
a04eccfade Merge version_2 into main
Merge version_2 into main
2026-06-09 21:38:45 +00:00
0974aca162 Update src/app/page.tsx 2026-06-09 21:38:41 +00:00
cea5ba4e15 Merge version_1 into main
Merge version_1 into main
2026-06-09 21:37:10 +00:00
203e344cae Merge version_1 into main
Merge version_1 into main
2026-06-09 21:32:01 +00:00
717df8100c Merge version_1 into main
Merge version_1 into main
2026-06-09 20:47:20 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
@@ -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"},
]}
@@ -147,7 +145,7 @@ export default function LandingPage() {
metrics={[
{
id: "1", value: "25+", title: "Years of Experience", items: [
"Deep horticultural expertise", "Proven design methodologies", "Mastery in landscape architecture"],
"Horticultural expertise", "Proven design methodologies", "Mastery in landscape architecture"],
},
{
id: "2", value: "300+", title: "Luxury Projects Completed", items: [
@@ -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
@@ -221,31 +199,6 @@ export default function LandingPage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1", title: "What is your approach to luxury garden design?", content: "Our approach is highly personalized. We begin with an in-depth consultation to understand your vision, lifestyle, and property's unique characteristics. This informs a bespoke design concept, followed by meticulous planning and execution, always prioritizing your exclusivity and satisfaction."},
{
id: "2", title: "Do you offer ongoing garden maintenance services?", content: "Yes, we provide comprehensive, year-round maintenance packages designed to keep your luxury garden in pristine condition. Our services range from expert pruning and seasonal planting to irrigation management and pest control, tailored to your garden's specific needs."},
{
id: "3", title: "How do you select plants and materials?", content: "We source only the highest quality, often rare or specialty, botanicals from trusted nurseries. Materials are selected for their durability, aesthetic appeal, and sustainability, ensuring they complement your property's architectural style and withstand local climate conditions for lasting beauty."},
{
id: "4", title: "What is the typical timeline for a garden project?", content: "Project timelines vary significantly based on complexity, size, and specific design elements. After our initial consultation and site assessment, we provide a detailed project schedule, keeping you informed at every stage to ensure timely and efficient completion."},
{
id: "5", title: "Can you integrate smart technology into garden design?", content: "Absolutely. We are adept at incorporating advanced smart irrigation systems, automated lighting, outdoor audio, and other modern technologies to enhance convenience, efficiency, and the overall enjoyment of your luxury outdoor space. These are tailored to your preferences."},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-checking-greenhouse-agenda-needs_23-2148357533.jpg"
imageAlt="Garden architect discussing plans with a client"
mediaAnimation="slide-up"
mediaPosition="right"
title="Frequently Asked Questions"
description="Find answers to common inquiries about our bespoke garden design and premium landscaping services."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
@@ -285,4 +238,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}