Merge version_20 into main #44

Merged
bender merged 4 commits from version_20 into main 2026-04-07 15:20:20 +00:00
4 changed files with 13 additions and 16 deletions

View File

@@ -44,7 +44,7 @@ export default function HedgeTrimmingPage() {
/>
</div>
<div id="footer" data-section="footer">
<FooterCard />
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />
</div>
</ReactLenis>
</ThemeProvider>

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterCard from '@/components/sections/footer/FooterCard';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
export default function IrrigationPage() {
return (
@@ -31,15 +31,14 @@ export default function IrrigationPage() {
brandName="Ryan Brothers"
button={{ text: "Get A Quote", href: "tel:4803279024" }}
/>
<FeatureCardMedia
<FeatureCardSix
title="Irrigation Services"
description="Keep your landscape green with our professional irrigation installation and repair services."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "1", title: "System Installation", description: "Efficient drip and sprinkler system installation.", tag: "Service" },
{ id: "2", title: "Repairs & Maintenance", description: "Fixing leaks, broken heads, and optimizing timers.", tag: "Service" }
{ id: 1, title: "System Installation", description: "Efficient drip and sprinkler system installation.", imageSrc: "https://images.unsplash.com/photo-1558904528-7f938f36c53e?w=800" },
{ id: 2, title: "Repairs & Maintenance", description: "Fixing leaks, broken heads, and optimizing timers.", imageSrc: "https://images.unsplash.com/photo-1605276374104-dee2a0d3dabb?w=800" }
]}
/>
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterCard from '@/components/sections/footer/FooterCard';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
export default function RockGravelPage() {
return (
@@ -31,15 +31,14 @@ export default function RockGravelPage() {
brandName="Ryan Brothers"
button={{ text: "Get A Quote", href: "tel:4803279024" }}
/>
<FeatureCardMedia
<FeatureCardSix
title="Rock & Gravel Services"
description="Transform your curb appeal with our expert rock installation and site prep services."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "1", title: "New Installation", description: "High quality rock and gravel installation for any landscape design.", tag: "Service" },
{ id: "2", title: "Removal & Refresh", description: "Full removal of old gravel or refreshing your existing look.", tag: "Service" }
{ id: 1, title: "New Installation", description: "High quality rock and gravel installation for any landscape design.", imageSrc: "https://images.unsplash.com/photo-1596402206176-46473d501867?w=800" },
{ id: 2, title: "Removal & Refresh", description: "Full removal of old gravel or refreshing your existing look.", imageSrc: "https://images.unsplash.com/photo-1589476993168-f52b36a21908?w=800" }
]}
/>
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterCard from '@/components/sections/footer/FooterCard';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
export default function TreeRemovalPage() {
return (
@@ -31,15 +31,14 @@ export default function TreeRemovalPage() {
brandName="Ryan Brothers"
button={{ text: "Get A Quote", href: "tel:4803279024" }}
/>
<FeatureCardMedia
<FeatureCardSix
title="Tree Care & Removal"
description="Expert tree services to maintain safety, health, and beauty of your landscape."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "1", title: "Tree Trimming", description: "Precision trimming to improve tree health and structure.", tag: "Service" },
{ id: "2", title: "Tree Removal", description: "Safe and efficient removal for dangerous or unwanted trees.", tag: "Service" }
{ id: 1, title: "Tree Trimming", description: "Precision trimming to improve tree health and structure.", imageSrc: "https://images.unsplash.com/photo-1598440947619-2c35fd95604d?w=800" },
{ id: 2, title: "Tree Removal", description: "Safe and efficient removal for dangerous or unwanted trees.", imageSrc: "https://images.unsplash.com/photo-1589476993168-f52b36a21908?w=800" }
]}
/>
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />