Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-02 18:21:48 +00:00
parent 394c4f24f0
commit 0c5a1094a2

View File

@@ -15,7 +15,7 @@ export default function GalleryPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumLarge" sizing="mediumLarge"
background="noise" background="circleGradient"
cardStyle="inset" cardStyle="inset"
primaryButtonStyle="primary-glow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -41,31 +41,19 @@ export default function GalleryPage() {
<FeatureCardOne <FeatureCardOne
features={[ features={[
{ {
title: "Turf Installation - Reno Backyard", title: "Turf Installation - Reno Backyard", description:
description: "Transformed a bare, dusty backyard into a lush, green oasis with premium artificial turf. This Nevada home now has a beautiful outdoor space perfect for entertaining and family gatherings.", imageSrc:
"Transformed a bare, dusty backyard into a lush, green oasis with premium artificial turf. This Nevada home now has a beautiful outdoor space perfect for entertaining and family gatherings.", "http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg", imageAlt: "Before and after turf installation", button: { text: "View Details", href: "/contact" },
imageSrc:
"http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg?_wi=3",
imageAlt: "Before and after turf installation",
button: { text: "View Details", href: "/contact" },
}, },
{ {
title: "Custom Patio & Hardscape", title: "Custom Patio & Hardscape", description:
description: "Designed and built a stunning stone patio with integrated seating walls and planter boxes. This project combines modern aesthetics with functional outdoor living space for entertaining.", imageSrc:
"Designed and built a stunning stone patio with integrated seating walls and planter boxes. This project combines modern aesthetics with functional outdoor living space for entertaining.", "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Custom patio hardscape project", button: { text: "View Details", href: "/contact" },
imageSrc:
"http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=3",
imageAlt: "Custom patio hardscape project",
button: { text: "View Details", href: "/contact" },
}, },
{ {
title: "Complete Landscape Renovation", title: "Complete Landscape Renovation", description:
description: "Full landscape redesign including new plantings, irrigation system upgrade, pathway installation, and decorative rock features. This Carson City property now stands out in its neighborhood.", imageSrc:
"Full landscape redesign including new plantings, irrigation system upgrade, pathway installation, and decorative rock features. This Carson City property now stands out in its neighborhood.", "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", imageAlt: "Complete landscape renovation", button: { text: "View Details", href: "/contact" },
imageSrc:
"http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=2",
imageAlt: "Complete landscape renovation",
button: { text: "View Details", href: "/contact" },
}, },
]} ]}
title="Before & After Gallery" title="Before & After Gallery"
@@ -84,7 +72,7 @@ export default function GalleryPage() {
<ContactText <ContactText
text="Inspired by one of our projects? Let's create your own outdoor masterpiece. Our team is ready to bring your landscaping vision to life with professional expertise and attention to detail." text="Inspired by one of our projects? Let's create your own outdoor masterpiece. Our team is ready to bring your landscaping vision to life with professional expertise and attention to detail."
animationType="entrance-slide" animationType="entrance-slide"
background={{ variant: "noise" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Start Your Project", href: "tel:+17755551234" }, { text: "Start Your Project", href: "tel:+17755551234" },