Update src/app/rock-gravel/page.tsx

This commit is contained in:
2026-04-07 15:20:16 +00:00
parent c477a8c2e2
commit 6f25bf10c1

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" />