diff --git a/src/app/page.tsx b/src/app/page.tsx index 37a038c..f0ea19e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,23 +74,23 @@ export default function TailorLandingPage() { features={[ { id: 1, - title: "Book Your Tailor", description: "Choose your preferred date and time. Our app shows available certified tailors in your area.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148600206.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/senior-male-fashion-designer-taking-measurements-man-his-shop_23-2148180299.jpg" } + title: "Book Your Tailor", description: "Choose your preferred date and time. Our app shows available certified tailors in your area.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148600206.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/senior-male-fashion-designer-taking-measurements-man-his-shop_23-2148180299.jpg?_wi=1" } }, { id: 2, - title: "Precise Measurements", description: "Our expert tailor visits your home to take accurate measurements and understand your style preferences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/senior-male-fashion-designer-taking-measurements-man-his-shop_23-2148180299.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-working-sewing-machine-with-blue-fabric_1268-14714.jpg" } + title: "Precise Measurements", description: "Our expert tailor visits your home to take accurate measurements and understand your style preferences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/senior-male-fashion-designer-taking-measurements-man-his-shop_23-2148180299.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-working-sewing-machine-with-blue-fabric_1268-14714.jpg?_wi=1" } }, { id: 3, - title: "Expert Stitching", description: "Your garment is carefully crafted with premium quality fabrics and meticulous attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-working-sewing-machine-with-blue-fabric_1268-14714.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929543.jpg" } + title: "Expert Stitching", description: "Your garment is carefully crafted with premium quality fabrics and meticulous attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-working-sewing-machine-with-blue-fabric_1268-14714.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929543.jpg?_wi=1" } }, { id: 4, - title: "Home Delivery", description: "Receive your perfectly tailored garment at your doorstep. Free alterations within 7 days of delivery.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929543.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148600206.jpg" } + title: "Home Delivery", description: "Receive your perfectly tailored garment at your doorstep. Free alterations within 7 days of delivery.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929543.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148600206.jpg?_wi=2" } } ]} />