diff --git a/src/app/page.tsx b/src/app/page.tsx index faea902..68b04a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,32 +46,15 @@ export default function LandingPage() {
@@ -107,21 +79,11 @@ export default function LandingPage() { useInvertedBackground={true} negativeCard={{ items: [ - "Hidden legal fees", - "Confusing state forms", - "Endless document filing", - "Manual compliance tracking", - "Slow customer support", - ], + "Hidden legal fees", "Confusing state forms", "Endless document filing", "Manual compliance tracking", "Slow customer support"], }} positiveCard={{ items: [ - "Transparent flat pricing", - "Automated compliance monitoring", - "Instant digital document access", - "Dedicated formation expert", - "24/7 online portal access", - ], + "Transparent flat pricing", "Automated compliance monitoring", "Instant digital document access", "Dedicated formation expert", "24/7 online portal access"], }} title="Why Choose Our Formation Service?" description="Don't get bogged down by tedious legal procedures." @@ -134,45 +96,15 @@ export default function LandingPage() { 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?_wi=2", - }, + 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?_wi=2", - }, + 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: "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: "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: "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"}, ]} title="Hear from Our Founders" description="Join thousands of successful entrepreneurs who trusted us with their business formation." @@ -185,20 +117,11 @@ export default function LandingPage() { 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: "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: "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: "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."}, ]} imageSrc="http://img.b2bpic.net/free-vector/archive-icons-set_1284-11248.jpg" mediaAnimation="slide-up" @@ -212,16 +135,13 @@ export default function LandingPage() { @@ -230,13 +150,9 @@ export default function LandingPage() {