25 Commits

Author SHA1 Message Date
6c46c6b0cf Update src/app/page.tsx 2026-05-28 00:04:31 +00:00
c1c66f285e Update src/app/page.tsx 2026-05-28 00:03:51 +00:00
5e1438c90a Merge version_16 into main
Merge version_16 into main
2026-05-28 00:01:31 +00:00
e7b4b73ac4 Update src/app/page.tsx 2026-05-28 00:01:28 +00:00
55fcdbec29 Merge version_15 into main
Merge version_15 into main
2026-05-28 00:00:13 +00:00
c15c0e6ecb Update src/app/page.tsx 2026-05-28 00:00:07 +00:00
dc28f4d1bd Merge version_15 into main
Merge version_15 into main
2026-05-27 23:53:59 +00:00
dfa4aadd8e Update src/app/page.tsx 2026-05-27 23:53:56 +00:00
0aafce6740 Merge version_15 into main
Merge version_15 into main
2026-05-27 23:48:04 +00:00
b813f75304 Update theme colors 2026-05-27 23:47:58 +00:00
f7e1a425d9 Merge version_14 into main
Merge version_14 into main
2026-05-27 23:47:50 +00:00
e9c19cce02 Merge version_13 into main
Merge version_13 into main
2026-05-27 23:47:46 +00:00
4b4a6df142 Merge version_12 into main
Merge version_12 into main
2026-05-27 23:47:37 +00:00
ef8076da1b Merge version_11 into main
Merge version_11 into main
2026-05-27 23:47:14 +00:00
e0a47ec702 Merge version_10 into main
Merge version_10 into main
2026-05-27 23:47:07 +00:00
c72d4651d9 Merge version_9 into main
Merge version_9 into main
2026-05-27 23:46:54 +00:00
91ec4380e1 Merge version_8 into main
Merge version_8 into main
2026-05-27 23:46:49 +00:00
db38efec67 Merge version_7 into main
Merge version_7 into main
2026-05-27 23:46:22 +00:00
41eed153d0 Merge version_7 into main
Merge version_7 into main
2026-05-27 23:43:12 +00:00
b931923b3c Merge version_6 into main
Merge version_6 into main
2026-05-27 23:42:56 +00:00
eaba39414d Merge version_5 into main
Merge version_5 into main
2026-05-27 23:42:45 +00:00
bc98cf2b98 Merge version_4 into main
Merge version_4 into main
2026-05-27 23:41:49 +00:00
ebe1dec5db Merge version_4 into main
Merge version_4 into main
2026-05-27 23:40:26 +00:00
92064c5332 Merge version_3 into main
Merge version_3 into main
2026-05-27 23:40:20 +00:00
b8bfc0e212 Merge version_2 into main
Merge version_2 into main
2026-05-27 23:40:03 +00:00
2 changed files with 16 additions and 38 deletions

View File

@@ -7,7 +7,6 @@ import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestim
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
@@ -35,9 +34,8 @@ export default function LandscapingPage() {
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Team", id: "team" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Call Now", href: "tel:7175578323" }}
/>
@@ -51,7 +49,7 @@ export default function LandscapingPage() {
description="Your premier partner for safe, efficient, and affordable tree care services in Mechanicsburg, PA and beyond. We handle every job with professionalism and minimal disruption."
buttons={[
{ text: "Get Free Estimate", href: "#contact" },
{ text: "Our Services", href: "#services" },
{ text: "Our Services", href: "#services" }
]}
buttonAnimation="slide-up"
imageSrc="https://img.b2bpic.net/free-photo/beautiful-landscape-big-tree-forest-with-low-angel-view_74190-6.jpg?id=3500986"
@@ -66,6 +64,7 @@ export default function LandscapingPage() {
name: "Bob Anderson", handle: "HOA Representative", testimonial: "Andy and the crew are true professionals and did excellent work for our HOA.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/realistic-t-letter-with-metallic-surface_23-2150458468.jpg", imageAlt: "Bob Anderson"},
]}
titleClassName="text-7xl md:text-8xl lg:text-9xl"
/>
</div>
@@ -97,13 +96,13 @@ export default function LandscapingPage() {
imageContainerClassName="!rotate-0 !aspect-square"
features={[
{
tag: "Removal", title: "Tree Removal", subtitle: "Safe & Efficient", description: "Expert removal of hazardous, diseased, or unwanted trees. We ensure safety and cleanliness throughout the process.", imageSrc: "http://img.b2bpic.net/free-photo/letter-e-made-real-natural-flowers-leaves-white-background-isolated_169016-53964.jpg", imageAlt: "Tree removal process"},
tag: "Removal", title: "Tree Removal", subtitle: "Safe & Efficient", description: "Expert removal of hazardous, diseased, or unwanted trees. We ensure safety and cleanliness throughout the process.", imageSrc: "https://img.b2bpic.net/free-photo/pile-logs-green-forest_181624-42990.jpg?id=17121362", imageAlt: "Tree removal process"},
{
tag: "Trimming", title: "Tree Trimming & Pruning", subtitle: "Health & Aesthetics", description: "Professional pruning to enhance tree health, improve appearance, and prevent potential hazards.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-letter-t-sign_53876-63836.jpg", imageAlt: "Tree trimming arborist"},
tag: "Trimming", title: "Tree Trimming & Pruning", subtitle: "Health & Aesthetics", description: "Professional pruning to enhance tree health, improve appearance, and prevent potential hazards.", imageSrc: "https://img.b2bpic.net/free-photo/man-cutting-dried-branches_23-2148396748.jpg?id=6403175", imageAlt: "Tree trimming arborist"},
{
tag: "Stumps", title: "Stump Grinding", subtitle: "Complete Removal", description: "Eliminate unsightly tree stumps efficiently, reclaiming your yard space for new possibilities.", imageSrc: "http://img.b2bpic.net/free-photo/letter-g-made-green-grass-with-flowers-isolated-white_169016-57644.jpg", imageAlt: "Stump grinding machine at work"},
tag: "Stumps", title: "Stump Grinding", subtitle: "Complete Removal", description: "Eliminate unsightly tree stumps efficiently, reclaiming your yard space for new possibilities.", imageSrc: "https://img.b2bpic.net/premium-photo/old-axe-stump-axe-ready-cutting-timber-woodworking-tool-lumberjack-axe-wood-chopping_644346-4615.jpg?id=288564197", imageAlt: "Stump grinding machine at work"},
{
tag: "Emergency", title: "Emergency Services", subtitle: "24/7 Response", description: "Rapid response for storm-damaged or fallen trees, ensuring quick and safe property recovery.", imageSrc: "http://img.b2bpic.net/free-photo/grass-letter-m-alphabet-3d-design-isolated-transparent-background_169016-57028.jpg", imageAlt: "Fallen tree after storm"},
tag: "Emergency", title: "Emergency Services", subtitle: "24/7 Response", description: "Rapid response for storm-damaged or fallen trees, ensuring quick and safe property recovery.", imageSrc: "https://img.b2bpic.net/premium-photo/tree-fallen-mountains-due-to-disease-uprooted-roots_601242-410.jpg?id=100287502", imageAlt: "Fallen tree after storm"},
]}
/>
</div>
@@ -118,31 +117,11 @@ export default function LandscapingPage() {
animationType="slide-up"
members={[
{
id: "1", name: "Safety First Approach", role: "Certified professionals using advanced techniques and equipment to ensure every job is done safely.", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-e-leraning-courses_23-2149231590.jpg", imageAlt: "Tree service safety equipment"},
id: "1", name: "Safety First Approach", role: "Certified professionals using advanced techniques and equipment to ensure every job is done safely.", imageSrc: "https://img.b2bpic.net/free-photo/asian-man-cutting-trees-using-electrical-chainsaw_1150-5896.jpg?id=3737770", imageAlt: "Tree service safety equipment"},
{
id: "2", name: "Experienced & Professional", role: "Andy and his crew are true professionals, delivering excellent results for all types of tree work.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-letter-l_53876-47227.jpg", imageAlt: "Professional arborists working"},
id: "2", name: "Experienced & Professional", role: "Andy and his crew are true professionals, delivering excellent results for all types of tree work.", imageSrc: "https://img.b2bpic.net/premium-photo/fallen-tree-after-storm-with-workers-removing-debris_1563500-11.jpg?id=422282945", imageAlt: "Professional arborists working"},
{
id: "3", name: "Timely & Reliable Service", role: "We pride ourselves on completing projects on time and with minimal disruption to your daily life.", imageSrc: "http://img.b2bpic.net/free-photo/letter-y-made-green-grass-with-yellow-isolated-transparent-background_169016-59614.jpg", imageAlt: "Tree service truck delivering"},
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
tag="Our Team"
title="Meet The Crew"
description="Dedicated and skilled arborists committed to delivering top-quality tree care."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
members={[
{
id: "1", name: "Andy M.", role: "Lead Arborist", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-letter_53876-63656.jpg", imageAlt: "Andy, Lead Arborist"},
{
id: "2", name: "Team Member 2", role: "Tree Care Specialist", imageSrc: "http://img.b2bpic.net/free-photo/pink-letter-t-made-wood_1232-691.jpg", imageAlt: "Tree Care Specialist"},
{
id: "3", name: "Team Member 3", role: "Ground Operations", imageSrc: "http://img.b2bpic.net/free-photo/spatter-black-symbol-drop-splatter_1194-8110.jpg", imageAlt: "Ground Operations team member"},
id: "3", name: "Timely & Reliable Service", role: "We pride ourselves on completing projects on time and with minimal disruption to your daily life.", imageSrc: "https://img.b2bpic.net/free-photo/field-full-trees-with-no-leaves-green-grass-spring_181624-19618.jpg?id=10835267", imageAlt: "Tree service truck delivering"},
]}
/>
</div>
@@ -158,13 +137,13 @@ export default function LandscapingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Dutch Rules", imageSrc: "http://img.b2bpic.net/free-photo/letter-made-green-grass-with-flowers-isolated-white_169016-57173.jpg", imageAlt: "Dutch Rules"},
id: "1", name: "Dutch Rules", imageSrc: "https://img.b2bpic.net/free-photo/low-angle-shot-lot-beautiful-tall-trees-blue-sky_181624-45967.jpg?id=17247117", imageAlt: "Dutch Rules"},
{
id: "2", name: "Bob Anderson", imageSrc: "http://img.b2bpic.net/free-photo/atom-biotechnology-nuclear-medicine-with-scientist-rsquo-s-hands-digital-transformation-remix_53876-126746.jpg", imageAlt: "Bob Anderson"},
id: "2", name: "Bob Anderson", imageSrc: "https://img.b2bpic.net/free-photo/low-angle-shot-tall-trees-forest-sunny-day_181624-38160.jpg?id=15327774", imageAlt: "Bob Anderson"},
{
id: "3", name: "Satisfied Client 1", imageSrc: "http://img.b2bpic.net/free-photo/letter-c-made-green-grass-with-flowers-isolated-white_169016-57251.jpg", imageAlt: "Satisfied Client 1"},
id: "3", name: "Satisfied Client 1", imageSrc: "https://img.b2bpic.net/premium-photo/low-angle-view-sunlight-streaming-through-trees-forest_1635773-5068.jpg?id=122976807", imageAlt: "Satisfied Client 1"},
{
id: "4", name: "Satisfied Client 2", imageSrc: "http://img.b2bpic.net/free-photo/letter-t-made-green-grass-isolated-white_169016-56968.jpg", imageAlt: "Satisfied Client 2"},
id: "4", name: "Satisfied Client 2", imageSrc: "https://img.b2bpic.net/free-photo/vertical-low-angle-shot-tall-trees-forest-skrad-municipality-croatia_181624-6733.jpg?id=8943614", imageAlt: "Satisfied Client 2"},
]}
/>
</div>
@@ -197,7 +176,7 @@ export default function LandscapingPage() {
<div id="contact" data-section="contact" className="relative overflow-hidden">
<div className="absolute inset-0 w-full h-full">
<video
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/bg-video.mp4"
src="https://img.b2bpic.net/free-photo/grove-summer_1398-333.jpg?id=1186565"
autoPlay
muted
loop
@@ -241,7 +220,6 @@ export default function LandscapingPage() {
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "FAQ", href: "#faq" },
],

View File

@@ -18,7 +18,7 @@
--secondary-cta: #4bc136;
--secondary-cta-text: #2d5a27;
--accent: #4a8c3f;
--background-accent: #6fb85e;
--background-accent: #d6d9d5;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);