Merge version_3 into main #4
@@ -48,11 +48,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Before & After 1", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1558904528-7956461c28c8?q=80&w=800&auto=format&fit=crop"},
|
||||
id: "p1", name: "Before & After 1", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1558904528-7956461c28c8?q=80&w=800&auto=format&fit=crop&_wi=1"},
|
||||
{
|
||||
id: "p2", name: "Before & After 2", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop"},
|
||||
id: "p2", name: "Before & After 2", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop&_wi=1"},
|
||||
{
|
||||
id: "p3", name: "Before & After 3", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1616788484167-270830722254?q=80&w=800&auto=format&fit=crop"},
|
||||
id: "p3", name: "Before & After 3", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1616788484167-270830722254?q=80&w=800&auto=format&fit=crop&_wi=1"},
|
||||
{
|
||||
id: "p4", name: "Before & After 4", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1577777038166-51d27453303c?q=80&w=800&auto=format&fit=crop"},
|
||||
]}
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "e1", brand: "Pro", name: "Mower", price: "High-End", rating: 5,
|
||||
reviewCount: "100", imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop"},
|
||||
reviewCount: "100", imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop&_wi=2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,15 +49,15 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "f1", title: "Weekly Mowing", tags: [
|
||||
"Standard"],
|
||||
imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop&_wi=3"},
|
||||
{
|
||||
id: "f2", title: "Precision Edging & Trimming", tags: [
|
||||
"Detail"],
|
||||
imageSrc: "https://images.unsplash.com/photo-1558904528-7956461c28c8?q=80&w=800&auto=format&fit=crop"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1558904528-7956461c28c8?q=80&w=800&auto=format&fit=crop&_wi=2"},
|
||||
{
|
||||
id: "f3", title: "Seasonal Clean-ups", tags: [
|
||||
"Seasonal"],
|
||||
imageSrc: "https://images.unsplash.com/photo-1616788484167-270830722254?q=80&w=800&auto=format&fit=crop"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1616788484167-270830722254?q=80&w=800&auto=format&fit=crop&_wi=2"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Exclusively weekly recurring maintenance for route density and schedule reliability."
|
||||
|
||||
Reference in New Issue
Block a user