Update src/app/how-it-works/page.tsx

This commit is contained in:
2026-03-06 09:13:02 +00:00
parent 32cbae4f60
commit a88415dff4

View File

@@ -67,29 +67,29 @@ export default function HowItWorksPage() {
id: 1,
title: "Create Your Profile",
description: "Sign up with email or phone, verify your identity, add photos and preferences. Tell us about your lifestyle, work schedule, and what you're looking for in a roommate.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/app-learn-languages_23-2148621296.jpg", imageAlt: "Profile creation screen" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/hotel-booking-app-ui-design-screen_47987-2027.jpg", imageAlt: "Verification process" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/app-learn-languages_23-2148621296.jpg?_wi=3", imageAlt: "Profile creation screen" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/hotel-booking-app-ui-design-screen_47987-2027.jpg?_wi=3", imageAlt: "Verification process" }
},
{
id: 2,
title: "Browse & Search",
description: "Use location-based search to find available roommates and rooms near you. Filter by neighborhood, budget, move-in date, and lifestyle preferences to narrow down your options.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-driver-hand-holding-phone-with-interface-navigator-screen_169016-38729.jpg", imageAlt: "Search interface with map" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/app-learn-languages_23-2148621296.jpg", imageAlt: "Filtered results" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-driver-hand-holding-phone-with-interface-navigator-screen_169016-38729.jpg?_wi=2", imageAlt: "Search interface with map" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/app-learn-languages_23-2148621296.jpg?_wi=4", imageAlt: "Filtered results" }
},
{
id: 3,
title: "Connect & Chat",
description: "Message roommates directly through our secure in-app chat. Schedule viewings, ask questions, and get to know your potential roommate before committing.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg", imageAlt: "Messaging interface" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-looking-smartphones-bed_23-2148708989.jpg", imageAlt: "Communication" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg?_wi=4", imageAlt: "Messaging interface" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-looking-smartphones-bed_23-2148708989.jpg?_wi=3", imageAlt: "Communication" }
},
{
id: 4,
title: "Move In Confidently",
description: "Handle all payments and agreements through RoomMate. Split rent, manage deposits, and keep everything documented. Leave reviews after moving in to build community trust.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Payment system" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/focused-specialist-optimizes-data-center_482257-109105.jpg", imageAlt: "Secure transaction" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=3", imageAlt: "Payment system" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/focused-specialist-optimizes-data-center_482257-109105.jpg?_wi=3", imageAlt: "Secure transaction" }
}
]}
/>