Compare commits
9 Commits
version_19
...
version_20
| Author | SHA1 | Date | |
|---|---|---|---|
| 4478cf14da | |||
| 74994b0580 | |||
| d22386817f | |||
| 5fe0a4315c | |||
| 6f25bf10c1 | |||
| c477a8c2e2 | |||
| d31fee7e43 | |||
| 40b5b1bb94 | |||
| 0c38950dee |
@@ -38,13 +38,13 @@ export default function HedgeTrimmingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ id: 1, title: "Shaping", description: "Detailed shaping for a polished look.", imageSrc: "https://images.unsplash.com/photo-1598440947619-2c35fd95604d?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" }
|
{ 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>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard />
|
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
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() {
|
export default function IrrigationPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,15 +31,14 @@ export default function IrrigationPage() {
|
|||||||
brandName="Ryan Brothers"
|
brandName="Ryan Brothers"
|
||||||
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
||||||
/>
|
/>
|
||||||
<FeatureCardMedia
|
<FeatureCardSix
|
||||||
title="Irrigation Services"
|
title="Irrigation Services"
|
||||||
description="Keep your landscape green with our professional irrigation installation and repair services."
|
description="Keep your landscape green with our professional irrigation installation and repair services."
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ id: "1", title: "System Installation", description: "Efficient drip and sprinkler system installation.", 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.", tag: "Service" }
|
{ 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" />
|
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
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() {
|
export default function RockGravelPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,15 +31,14 @@ export default function RockGravelPage() {
|
|||||||
brandName="Ryan Brothers"
|
brandName="Ryan Brothers"
|
||||||
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
||||||
/>
|
/>
|
||||||
<FeatureCardMedia
|
<FeatureCardSix
|
||||||
title="Rock & Gravel Services"
|
title="Rock & Gravel Services"
|
||||||
description="Transform your curb appeal with our expert rock installation and site prep services."
|
description="Transform your curb appeal with our expert rock installation and site prep services."
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ id: "1", title: "New Installation", description: "High quality rock and gravel installation for any landscape design.", 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.", tag: "Service" }
|
{ 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" />
|
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
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() {
|
export default function TreeRemovalPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,15 +31,14 @@ export default function TreeRemovalPage() {
|
|||||||
brandName="Ryan Brothers"
|
brandName="Ryan Brothers"
|
||||||
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
||||||
/>
|
/>
|
||||||
<FeatureCardMedia
|
<FeatureCardSix
|
||||||
title="Tree Care & Removal"
|
title="Tree Care & Removal"
|
||||||
description="Expert tree services to maintain safety, health, and beauty of your landscape."
|
description="Expert tree services to maintain safety, health, and beauty of your landscape."
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ id: "1", title: "Tree Trimming", description: "Precision trimming to improve tree health and structure.", 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.", tag: "Service" }
|
{ 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" />
|
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />
|
||||||
|
|||||||
Reference in New Issue
Block a user