diff --git a/src/app/page.tsx b/src/app/page.tsx index f886f13..3004a1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,18 +82,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Drag & Drop Designer", description: "Build beautiful layouts with our intuitive drag-and-drop interface. No coding skills required—just drag, drop, and customize.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-psd/moody-food-restaurant-web-templates_23-2148407001.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-psd/moody-food-restaurant-web-templates_23-2148407001.jpg" } + title: "Drag & Drop Designer", description: "Build beautiful layouts with our intuitive drag-and-drop interface. No coding skills required—just drag, drop, and customize.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-psd/moody-food-restaurant-web-templates_23-2148407001.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-psd/moody-food-restaurant-web-templates_23-2148407001.jpg?_wi=2" } }, { id: 2, - title: "One-Click Publishing", description: "Deploy your website instantly with one click. Automatic hosting, SSL certificates, and global CDN included for blazing-fast performance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461323.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461323.jpg" } + title: "One-Click Publishing", description: "Deploy your website instantly with one click. Automatic hosting, SSL certificates, and global CDN included for blazing-fast performance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461323.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461323.jpg?_wi=2" } }, { id: 3, - title: "Built-In Analytics", description: "Track visitor behavior, conversion rates, and traffic sources in real-time. Make data-driven decisions to grow your business.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/colorful-dashboard-user-panel_23-2148399422.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/colorful-dashboard-user-panel_23-2148399422.jpg" } + title: "Built-In Analytics", description: "Track visitor behavior, conversion rates, and traffic sources in real-time. Make data-driven decisions to grow your business.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/colorful-dashboard-user-panel_23-2148399422.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/colorful-dashboard-user-panel_23-2148399422.jpg?_wi=2" } } ]} showStepNumbers={true}