diff --git a/src/app/page.tsx b/src/app/page.tsx
index b874259..04f243b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,14 +30,10 @@ export default function LandingPage() {
@@ -45,50 +41,18 @@ export default function LandingPage() {
@@ -98,24 +62,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Smart Scheduling", description: "Real-time availability tracking that fits your busy life instantly.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/floating-screen-clay-phone-16-pro-max_187299-46642.jpg", imageAlt: "Scheduling UI"},
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/time-organization-concept-with-planner-flat-lay_23-2149046743.jpg", imageAlt: "Calendar View"},
- },
- {
- title: "Liquid Dashboard", description: "Manage all your upcoming and past bookings from one elegant screen.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336540.jpg", imageAlt: "Dashboard"},
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg", imageAlt: "Dashboard Details"},
- },
- {
- title: "Secure Payments", description: "Enterprise-grade encryption protecting your bookings every step of the way.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-calendar-design_23-2149239449.jpg", imageAlt: "Payment Screen"},
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_52683-43342.jpg", imageAlt: "Success Screen"},
- },
+ { title: "Smart Scheduling", description: "Real-time availability tracking that fits your busy life instantly.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/floating-screen-clay-phone-16-pro-max_187299-46642.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/time-organization-concept-with-planner-flat-lay_23-2149046743.jpg" } },
+ { title: "Liquid Dashboard", description: "Manage all your upcoming and past bookings from one elegant screen.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336540.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg" } },
+ { title: "Secure Payments", description: "Enterprise-grade encryption protecting your bookings every step of the way.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-calendar-design_23-2149239449.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_52683-43342.jpg" } },
]}
showStepNumbers={true}
title="Designed for Flow"
@@ -123,128 +72,44 @@ export default function LandingPage() {
/>
-