9 Commits

Author SHA1 Message Date
4478cf14da Update src/app/tree-removal-trimming/page.tsx 2026-04-07 15:20:41 +00:00
74994b0580 Update src/app/rock-gravel/page.tsx 2026-04-07 15:20:41 +00:00
d22386817f Update src/app/hedge-trimming/page.tsx 2026-04-07 15:20:40 +00:00
5fe0a4315c Update src/app/tree-removal-trimming/page.tsx 2026-04-07 15:20:17 +00:00
6f25bf10c1 Update src/app/rock-gravel/page.tsx 2026-04-07 15:20:16 +00:00
c477a8c2e2 Update src/app/irrigation/page.tsx 2026-04-07 15:20:16 +00:00
d31fee7e43 Update src/app/hedge-trimming/page.tsx 2026-04-07 15:20:15 +00:00
40b5b1bb94 Merge version_19 into main
Merge version_19 into main
2026-04-03 16:54:55 +00:00
0c38950dee Merge version_19 into main
Merge version_19 into main
2026-04-03 16:54:28 +00:00
4 changed files with 15 additions and 18 deletions

View File

@@ -38,13 +38,13 @@ export default function HedgeTrimmingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: 1, title: "Shaping", description: "Detailed shaping for a polished look.", imageSrc: "https://images.unsplash.com/photo-1598440947619-2c35fd95604d?w=800" },
{ id: 2, title: "Height Reduction", description: "Controlled cutting for growth management.", imageSrc: "https://images.unsplash.com/photo-1589476993168-f52b36a21908?w=800" }
{ id: 1, title: "Shaping", description: "Detailed shaping for a polished look.", imageSrc: "https://images.unsplash.com/photo-1598440947619-2c35fd95604d?w=800&_wi=1" },
{ id: 2, title: "Height Reduction", description: "Controlled cutting for growth management.", imageSrc: "https://images.unsplash.com/photo-1589476993168-f52b36a21908?w=800&_wi=1" }
]}
/>
</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&_wi=2" }
]}
/>
<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&_wi=2" },
{ 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&_wi=3" }
]}
/>
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />