Update src/app/gallery/page.tsx
This commit is contained in:
@@ -15,7 +15,7 @@ export default function GalleryPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -41,31 +41,19 @@ export default function GalleryPage() {
|
||||
<FeatureCardOne
|
||||
features={[
|
||||
{
|
||||
title: "Turf Installation - Reno Backyard",
|
||||
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:
|
||||
"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: "Turf Installation - Reno Backyard", 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:
|
||||
"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" },
|
||||
},
|
||||
{
|
||||
title: "Custom Patio & Hardscape",
|
||||
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:
|
||||
"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: "Custom Patio & Hardscape", 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:
|
||||
"http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Custom patio hardscape project", button: { text: "View Details", href: "/contact" },
|
||||
},
|
||||
{
|
||||
title: "Complete Landscape Renovation",
|
||||
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:
|
||||
"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: "Complete Landscape Renovation", 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:
|
||||
"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" },
|
||||
},
|
||||
]}
|
||||
title="Before & After Gallery"
|
||||
@@ -84,7 +72,7 @@ export default function GalleryPage() {
|
||||
<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."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "tel:+17755551234" },
|
||||
|
||||
Reference in New Issue
Block a user