Update src/app/page.tsx
This commit is contained in:
@@ -90,10 +90,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "g1", name: "Before & After: Residential", price: "", imageSrc: "https://images.unsplash.com/photo-1558904541-c543693e04f0?q=80&w=800" },
|
||||
{ id: "g2", name: "Spring Cleanup Project", price: "", imageSrc: "https://images.unsplash.com/photo-1599423300746-b6253f773418?q=80&w=800" },
|
||||
{ id: "g3", name: "Commercial Maintenance", price: "", imageSrc: "https://images.unsplash.com/photo-1558904541-c543693e04f0?q=80&w=800" },
|
||||
{ id: "g4", name: "Landscape Renovation", price: "", imageSrc: "https://images.unsplash.com/photo-1599423300746-b6253f773418?q=80&w=800" },
|
||||
{ id: "g1", name: "Before & After: Residential", price: "", imageSrc: "https://images.unsplash.com/photo-1558904541-c543693e04f0?q=80&w=800&_wi=1" },
|
||||
{ id: "g2", name: "Spring Cleanup Project", price: "", imageSrc: "https://images.unsplash.com/photo-1599423300746-b6253f773418?q=80&w=800&_wi=1" },
|
||||
{ id: "g3", name: "Commercial Maintenance", price: "", imageSrc: "https://images.unsplash.com/photo-1558904541-c543693e04f0?q=80&w=800&_wi=2" },
|
||||
{ id: "g4", name: "Landscape Renovation", price: "", imageSrc: "https://images.unsplash.com/photo-1599423300746-b6253f773418?q=80&w=800&_wi=2" },
|
||||
]}
|
||||
title="Our Portfolio"
|
||||
description="Real results from satisfied customers."
|
||||
@@ -106,8 +106,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "w1", value: "10+", title: "Years Experience", description: "Serving our community since 2014.", imageSrc: "https://images.unsplash.com/photo-1598449354452-d27845582f3c?q=80&w=600" },
|
||||
{ id: "w2", value: "500+", title: "Lawns Maintained", description: "Over 500 happy clients served.", imageSrc: "https://images.unsplash.com/photo-1598449354452-d27845582f3c?q=80&w=600" },
|
||||
{ id: "w1", value: "10+", title: "Years Experience", description: "Serving our community since 2014.", imageSrc: "https://images.unsplash.com/photo-1598449354452-d27845582f3c?q=80&w=600&_wi=1" },
|
||||
{ id: "w2", value: "500+", title: "Lawns Maintained", description: "Over 500 happy clients served.", imageSrc: "https://images.unsplash.com/photo-1598449354452-d27845582f3c?q=80&w=600&_wi=2" },
|
||||
]}
|
||||
title="Why Choose GreenLane?"
|
||||
description="We bring professional care and reliability to every project."
|
||||
|
||||
Reference in New Issue
Block a user