diff --git a/src/app/page.tsx b/src/app/page.tsx index d047d00..30cc33c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,18 +32,9 @@ export default function LandingPage() {
@@ -101,41 +77,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Instant Messaging", - description: "Real-time communication with delivery status.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/pink-speech-bubble-icon-isolated_53876-144709.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/seniors-with-newspaper_1098-13891.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/excited-fan-watching-live-sports-event-tv-rooting-favorite-team_482257-120010.jpg?_wi=2", - imageAlt: "bubble message", + title: "Instant Messaging", description: "Real-time communication with delivery status.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pink-speech-bubble-icon-isolated_53876-144709.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/seniors-with-newspaper_1098-13891.jpg" } }, { - title: "Group Chat", - description: "Collaborate with teams seamlessly.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-photos-lunch_23-2148451620.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461348.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162569.jpg?_wi=2", - imageAlt: "bubble message", + title: "Group Chat", description: "Collaborate with teams seamlessly.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-photos-lunch_23-2148451620.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461348.jpg" } }, { - title: "Secure Encryption", - description: "Messages secured end-to-end.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-security-digital-lock-icon-screen_23-2152001149.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/padlock-with-keyhole-icon_53876-75050.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg?_wi=1", - imageAlt: "bubble message", - }, + title: "Secure Encryption", description: "Messages secured end-to-end.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smartphone-security-digital-lock-icon-screen_23-2152001149.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/padlock-with-keyhole-icon_53876-75050.jpg" } + } ]} showStepNumbers={false} title="Feature-Rich Experience" @@ -149,41 +101,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "@sarahj", - testimonial: "The best chat API I have integrated.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg?_wi=2", - }, - { - id: "2", - name: "Mike D.", - handle: "@miked", - testimonial: "Incredibly fast and reliable.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", - }, - { - id: "3", - name: "Emma R.", - handle: "@emmar", - testimonial: "Perfect for our remote team.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg", - }, - { - id: "4", - name: "Alex K.", - handle: "@alexk", - testimonial: "The dark mode looks amazing.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", - }, - { - id: "5", - name: "Chris B.", - handle: "@chrisb", - testimonial: "Excellent documentation.", - imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", - }, + { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best chat API I have integrated.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg" }, + { id: "2", name: "Mike D.", handle: "@miked", testimonial: "Incredibly fast and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg" }, + { id: "3", name: "Emma R.", handle: "@emmar", testimonial: "Perfect for our remote team.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg" }, + { id: "4", name: "Alex K.", handle: "@alexk", testimonial: "The dark mode looks amazing.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg" }, + { id: "5", name: "Chris B.", handle: "@chrisb", testimonial: "Excellent documentation.", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg" } ]} title="Loved by Developers" description="Join thousands of users who rely on our platform daily." @@ -194,15 +116,7 @@ export default function LandingPage() {