Add src/app/about-us/page.tsx

This commit is contained in:
2026-06-10 19:54:38 +00:00
parent d6baa31df7
commit 3a24a4a755

145
src/app/about-us/page.tsx Normal file
View File

@@ -0,0 +1,145 @@
"use client";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Leaf, TreePine } from "lucide-react";
export default function AboutUsPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="large"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="Botanica Landscapes"
navItems={[
{ name: "Services", href: "/services" },
{ name: "About Us", href: "/about-us" },
{ name: "Our Team", id: "team" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Request a Quote", href: "#contact" }}
/>
</div>
<div id="about-intro" data-section="about-intro">
<TestimonialAboutCard
tag="Our Story"
tagIcon={Leaf}
title="Botanica Landscapes: Crafting Nature's Beauty with a Woman's Touch"
description="Founded by passionate landscape artist Elena Rodriguez, Botanica Landscapes began with a vision to transform outdoor spaces into sustainable, vibrant ecosystems. As a proudly women-owned and operated business, we bring a unique blend of creativity, meticulous attention to detail, and a deep understanding of horticulture to every project."
subdescription="Dedicated to enhancing Yuba City's natural beauty since 2015, we are committed to sustainable practices and unparalleled client satisfaction. Our mission is to create breathtaking landscapes that not only delight the eye but also enrich the environment and community."
icon={TreePine}
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-gardening-tools_23-2149673943.jpg"
imageAlt="Woman working in a beautiful garden"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="about-team" data-section="about-team">
<TeamCardOne
tag="Our Visionaries"
title="Meet the Heart of Botanica Landscapes"
description="Our team of dedicated professionals brings diverse expertise and a shared passion for crafting exceptional outdoor environments. Led by our founder, we work collaboratively to bring your landscape dreams to life with precision and artistry."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
members={[
{
id: "1", name: "Elena Rodriguez", role: "Founder & Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-her-dog_23-2148784852.jpg", imageAlt: "Portrait of Elena Rodriguez, Founder and Lead Designer"
},
{
id: "2", name: "Marcus Chen", role: "Horticulture Specialist", imageSrc: "http://img.b2bpic.net/free-photo/man-working-vegetable-garden_23-2149023214.jpg", imageAlt: "Portrait of Marcus Chen, Horticulture Specialist"
},
{
id: "3", name: "Jessica Lee", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-nature-park_23-2149405625.jpg", imageAlt: "Portrait of Jessica Lee, Project Manager"
}
]}
/>
</div>
<div id="mission-values" data-section="mission-values">
<FeatureCardTwentyFour
tag="Our Core Principles"
tagIcon={Leaf}
title="Our Mission & Values"
description="At Botanica Landscapes, our work is guided by strong values that ensure exceptional results and a positive impact on our clients and the environment."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1", title: "Sustainable Beauty", author: "", description: "Creating breathtaking landscapes that not only delight the eye but also enrich the environment and community through eco-friendly practices.", tags: ["Environment", "Green", "Future"],
imageSrc: "http://img.b2bpic.net/free-photo/green-leaf-water-drops_23-2150394326.jpg", imageAlt: "Green leaf with water drops"
},
{
id: "2", title: "Client-Centric Approach", author: "", description: "Placing our clients' visions and satisfaction at the heart of every project, ensuring personalized service and transparent communication.", tags: ["Clients", "Service", "Trust"],
imageSrc: "http://img.b2bpic.net/free-photo/handshake-business-office_23-2147775535.jpg", imageAlt: "Business handshake"
},
{
id: "3", title: "Unwavering Quality", author: "", description: "Delivering meticulous craftsmanship, superior materials, and a commitment to excellence in every detail of our landscaping work.", tags: ["Quality", "Craftsmanship", "Excellence"],
imageSrc: "http://img.b2bpic.net/free-photo/detail-garden_23-2147775553.jpg", imageAlt: "Close-up of a well-maintained garden"
},
{
id: "4", title: "Community & Environment", author: "", description: "Actively contributing to the beauty and ecological health of Yuba City, fostering green spaces for everyone to enjoy.", tags: ["Community", "Nature", "Impact"],
imageSrc: "http://img.b2bpic.net/free-photo/diverse-community-garden-working-together_23-2151608627.jpg", imageAlt: "Community garden"
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Services", items: [
{ label: "Commercial Landscaping", href: "/services" },
{ label: "Residential Landscaping", href: "/services" },
{ label: "Landscape Maintenance", href: "/services" },
{ label: "Landscape Design", href: "/services" },
{ label: "Lawn Care", href: "/services" },
{ label: "Irrigation Services", href: "/services" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "/about-us" },
{ label: "Our Team", href: "#team" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "FAQ", href: "#faq" }
]
},
{
title: "Contact", items: [
{ label: "(530) 671-1029", href: "tel:5306711029" },
{ label: "5411 CA-20, Yuba City, CA 95993" },
{ label: "info@botanicalandscapes.com", href: "mailto:info@botanicalandscapes.com" }
]
}
]}
bottomLeftText="© 2024 Botanica Landscapes. All rights reserved."
bottomRightText="Women-Owned Landscaping in Yuba City, CA"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}