Update src/app/gallery/page.tsx
This commit is contained in:
@@ -39,29 +39,11 @@ export default function GalleryPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "transform-1",
|
||||
name: "Complete Yard Renovation",
|
||||
price: "Property Enhanced",
|
||||
variant: "Full Landscaping Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=3",
|
||||
imageAlt: "Before and after yard transformation",
|
||||
},
|
||||
id: "transform-1", name: "Complete Yard Renovation", price: "Property Enhanced", variant: "Full Landscaping Project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Before and after yard transformation"},
|
||||
{
|
||||
id: "transform-2",
|
||||
name: "Lawn Care Excellence",
|
||||
price: "Maintained Monthly",
|
||||
variant: "Professional Maintenance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=4",
|
||||
imageAlt: "Lawn transformation through regular care",
|
||||
},
|
||||
id: "transform-2", name: "Lawn Care Excellence", price: "Maintained Monthly", variant: "Professional Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Lawn transformation through regular care"},
|
||||
{
|
||||
id: "transform-3",
|
||||
name: "Seasonal Cleanup",
|
||||
price: "Spring Ready",
|
||||
variant: "Debris Removal & Cleanup",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=3",
|
||||
imageAlt: "Property after professional cleanup",
|
||||
},
|
||||
id: "transform-3", name: "Seasonal Cleanup", price: "Spring Ready", variant: "Debris Removal & Cleanup", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageAlt: "Property after professional cleanup"},
|
||||
]}
|
||||
title="Before & After Transformations"
|
||||
description="See the dramatic results we've delivered for Arcadia homeowners. Each project showcases our commitment to quality and attention to detail."
|
||||
@@ -84,7 +66,7 @@ export default function GalleryPage() {
|
||||
{ value: "100+", title: "Projects Completed" },
|
||||
{ value: "Consistent", title: "Quality Excellence" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg"
|
||||
imageAlt="Landscape transformation project"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -97,7 +79,7 @@ export default function GalleryPage() {
|
||||
tag="Your Turn"
|
||||
title="Ready to Transform Your Outdoor Space?"
|
||||
description="Let ISLES Landscaping create a beautiful, professionally maintained outdoor space for your property. Schedule your free consultation and estimate today."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "fluid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Free Estimate"
|
||||
|
||||
Reference in New Issue
Block a user