diff --git a/src/app/page.tsx b/src/app/page.tsx index e9676b2..e8a2d4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -130,41 +92,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Conversion Focus", - description: "Layouts designed specifically to increase sales and brand engagement.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-screen-white-background_9975-133803.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-closed-black-gift-box_107791-18203.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021807.jpg?_wi=2", - imageAlt: "ecommerce website mockup", + title: "Conversion Focus", description: "Layouts designed specifically to increase sales and brand engagement.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-screen-white-background_9975-133803.jpg", imageAlt: "ecommerce website mockup" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-closed-black-gift-box_107791-18203.jpg", imageAlt: "ecommerce website mockup" } }, { - title: "Fashion Aesthetics", - description: "Visual identity that aligns with high-end luxury branding.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-psd/minimalist-construction-project-instagram-post-set_23-2149849521.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166948.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-many-messy-fabrics_23-2147874958.jpg?_wi=2", - imageAlt: "ecommerce website mockup", + title: "Fashion Aesthetics", description: "Visual identity that aligns with high-end luxury branding.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-psd/minimalist-construction-project-instagram-post-set_23-2149849521.jpg", imageAlt: "ecommerce website mockup" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166948.jpg", imageAlt: "ecommerce website mockup" } }, { - title: "Fast Deployment", - description: "Quick turnarounds without sacrificing quality or design integrity.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/blank-mock-up-vertical-poster-billboard-sign-with-copy-space-your-text-message-content-modern-shopping-mall_1253-1437.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729049.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-walking-through-mall_1098-2469.jpg?_wi=2", - imageAlt: "ecommerce website mockup", - }, + title: "Fast Deployment", description: "Quick turnarounds without sacrificing quality or design integrity.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/blank-mock-up-vertical-poster-billboard-sign-with-copy-space-your-text-message-content-modern-shopping-mall_1253-1437.jpg", imageAlt: "ecommerce website mockup" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729049.jpg", imageAlt: "ecommerce website mockup" } + } ]} showStepNumbers={true} title="Design That Drives Results" @@ -174,52 +112,23 @@ export default function LandingPage() {