From 6fa1e9b80749124888bb7ee7bf02bc379cd4f4a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:59:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 197 ++++++++++------------------------------------- 1 file changed, 42 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1f955d..1d45851 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,32 +47,15 @@ export default function LandingPage() {
@@ -190,45 +131,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah Chen", - handle: "@sarahc", - testimonial: "Pulse has changed how I connect with my audience entirely.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1662.jpg", - }, + id: "t1", name: "Sarah Chen", handle: "@sarahc", testimonial: "Pulse has changed how I connect with my audience entirely.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1662.jpg"}, { - id: "t2", - name: "Marcus Thorne", - handle: "@mthorne", - testimonial: "The best platform for creators, bar none. Simply elegant.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-office-using-phone_1303-21362.jpg", - }, + id: "t2", name: "Marcus Thorne", handle: "@mthorne", testimonial: "The best platform for creators, bar none. Simply elegant.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-office-using-phone_1303-21362.jpg"}, { - id: "t3", - name: "Elena Rodriguez", - handle: "@elena_r", - testimonial: "Fast, secure, and beautiful. Everything I needed for my brand.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg", - }, + id: "t3", name: "Elena Rodriguez", handle: "@elena_r", testimonial: "Fast, secure, and beautiful. Everything I needed for my brand.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg"}, { - id: "t4", - name: "David Kim", - handle: "@dkim_tech", - testimonial: "Game changer for my professional outreach. Highly recommend.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-black-suit-white-tshirt-is-smiling-isolated-background_197531-26651.jpg", - }, + id: "t4", name: "David Kim", handle: "@dkim_tech", testimonial: "Game changer for my professional outreach. Highly recommend.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-black-suit-white-tshirt-is-smiling-isolated-background_197531-26651.jpg"}, { - id: "t5", - name: "Jasmine Lee", - handle: "@jlee_creative", - testimonial: "Sophisticated tools for serious creators. Love the experience.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", - }, + id: "t5", name: "Jasmine Lee", handle: "@jlee_creative", testimonial: "Sophisticated tools for serious creators. Love the experience.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg"}, ]} showRating={true} title="What Creators Say" @@ -242,20 +158,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Is Pulse free?", - content: "We offer a freemium model with premium creator features.", - }, + id: "f1", title: "Is Pulse free?", content: "We offer a freemium model with premium creator features."}, { - id: "f2", - title: "How secure is my data?", - content: "End-to-end encryption by default for all communication.", - }, + id: "f2", title: "How secure is my data?", content: "End-to-end encryption by default for all communication."}, { - id: "f3", - title: "Can I monetize?", - content: "Yes, integrated monetization tools are available for pro users.", - }, + id: "f3", title: "Can I monetize?", content: "Yes, integrated monetization tools are available for pro users."}, ]} title="Frequently Asked" description="Answers to common questions about Pulse." @@ -267,8 +174,7 @@ export default function LandingPage() {