Merge version_4 into main #8
@@ -95,9 +95,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "1-Bedroom Apartment", price: "From $15" },
|
||||
{ id: "p2", name: "Standard Office Clean", price: "From $30" },
|
||||
{ id: "p3", name: "Move-in / Move-out", price: "From $45" },
|
||||
{ id: "p1", name: "1-Bedroom Apartment", price: "From $15", imageSrc: "https://images.unsplash.com/photo-1584622650111-993a426fbf0a?auto=format&fit=crop&q=80&w=800" },
|
||||
{ id: "p2", name: "Standard Office Clean", price: "From $30", imageSrc: "https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&q=80&w=800" },
|
||||
{ id: "p3", name: "Move-in / Move-out", price: "From $45", imageSrc: "https://images.unsplash.com/photo-1527515637462-cff948812fea?auto=format&fit=crop&q=80&w=800" },
|
||||
]}
|
||||
title="Service Packages"
|
||||
description="Transparent pricing to help you choose the best cleaning solution."
|
||||
|
||||
Reference in New Issue
Block a user