From c4efa9d6145a615dcde7ba46ffa0f6266cbb05a4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:41:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 100 ++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 67 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68b04a6..3f16c42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,10 @@ export default function LandingPage() { @@ -95,19 +83,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", title: "Incredible Speed", quote: "I registered my LLC in under 10 minutes. The interface is intuitive and extremely simple.", name: "Sarah Chen", role: "CEO, Bloom Studios", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg"}, - { - id: "2", title: "Crystal Clear", quote: "I was intimidated by the paperwork, but this service made everything so transparent and easy to follow.", name: "Marcus Thorne", role: "Founder, Thorne Solutions", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3831.jpg"}, - { - id: "3", title: "Highly Professional", quote: "The team helped me navigate state-specific requirements that I didn't even know existed. Life-saver.", name: "Elena Rodriguez", role: "Lead Architect, ArchiDev", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg"}, - { - id: "4", title: "Top-Tier Support", quote: "Whenever I had a question, their support team was prompt and knowledgeable. Incredible experience.", name: "David Park", role: "Co-founder, NextGen Labs", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg"}, - { - id: "5", title: "Seamless Process", quote: "I wish I had used this service for my first business. It saved me hours of frustration.", name: "Julia Smith", role: "Owner, Smith Consulting", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-making-hand-gesture-with-laptop-desk-restaurant_23-2147956345.jpg"}, + { id: "1", title: "Fast & Easy", quote: "Setup was done in minutes. Extremely intuitive.", name: "Sarah Chen", role: "Founder" }, + { id: "2", title: "Great Support", quote: "They handled everything perfectly. So relieved.", name: "Marcus Thorne", role: "CEO" } ]} - title="Hear from Our Founders" - description="Join thousands of successful entrepreneurs who trusted us with their business formation." + title="Loved by Founders" + description="Real results from thousands of businesses launched with us." /> @@ -116,46 +96,32 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "1", title: "Is the formation legal?", content: "Yes, we are a fully authorized agent and our document filing process complies with all state regulations."}, - { - id: "2", title: "What information do I need?", content: "You just need basic business information like your company name, business address, and personal identification details."}, - { - id: "3", title: "How long does it take?", content: "Most business formations are processed by the state in 1-5 business days depending on their volume."}, + { id: "1", title: "Is it legal?", content: "Yes, we act as a registered agent and comply with all state laws." }, + { id: "2", title: "What do I need?", content: "Just basic business info like name and address." } ]} - imageSrc="http://img.b2bpic.net/free-vector/archive-icons-set_1284-11248.jpg" - mediaAnimation="slide-up" - title="Frequently Asked Questions" - description="Got questions about the formation process? We've got the answers." + title="Common Questions" + description="Everything you need to know about our service." faqsAnimation="blur-reveal" />
); -} +} \ No newline at end of file