From a9eb7ef50b92cc1fee6022ab9f11f781da86e92d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 14:41:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d57b1c..3085586 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." -- 2.49.1