diff --git a/src/app/page.tsx b/src/app/page.tsx index a38b78a..28e3b2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -151,62 +81,20 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "VAT & Payroll", - description: "Seamless VAT registration, filing, and payroll management.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/sales-graph-tablet-screen_1262-3819.jpg", - }, - items: [ - { - text: "HMRC compliance", - icon: CheckCircle, - }, - { - text: "Real-time payroll", - icon: Zap, - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/working-woman-standing-graphics_1150-97.jpg?_wi=2", - imageAlt: "financial data growth charts", + title: "VAT & Payroll", description: "Seamless VAT registration, filing, and payroll management.", media: { imageSrc: "http://img.b2bpic.net/free-photo/sales-graph-tablet-screen_1262-3819.jpg", imageAlt: "financial data growth charts" }, + items: [{ text: "HMRC compliance", icon: CheckCircle }, { text: "Real-time payroll", icon: Zap }], + reverse: false }, { - title: "Corporate Tax", - description: "Expert advice to optimize your corporate tax liability.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pen-financial-documents_1232-141.jpg", - }, - items: [ - { - text: "Annual accounts", - icon: Shield, - }, - { - text: "Tax efficiency", - icon: Star, - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1098-21677.jpg", - imageAlt: "financial data growth charts", + title: "Corporate Tax", description: "Expert advice to optimize your corporate tax liability.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-pen-financial-documents_1232-141.jpg", imageAlt: "financial data growth charts" }, + items: [{ text: "Annual accounts", icon: Shield }, { text: "Tax efficiency", icon: Star }], + reverse: true }, { - title: "Financial Reporting", - description: "Clear insights into your business performance.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-writes-notebook-while-working-analysis-business-data-office_1150-1470.jpg", - }, - items: [ - { - text: "Quarterly reviews", - icon: Award, - }, - { - text: "Strategic planning", - icon: Sparkles, - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2", - imageAlt: "financial data growth charts", - }, + title: "Financial Reporting", description: "Clear insights into your business performance.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-writes-notebook-while-working-analysis-business-data-office_1150-1470.jpg", imageAlt: "financial data growth charts" }, + items: [{ text: "Quarterly reviews", icon: Award }, { text: "Strategic planning", icon: Sparkles }], + reverse: false + } ]} title="Comprehensive Accounting Services" description="Tailored solutions for SMEs, startups, and large enterprises." @@ -219,41 +107,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "p1", - badge: "Basic", - price: "£150/mo", - subtitle: "For early-stage startups", - features: [ - "Bookkeeping", - "VAT Filing", - "Email Support", - ], - }, - { - id: "p2", - badge: "Growth", - price: "£350/mo", - subtitle: "For growing SMEs", - features: [ - "Full Bookkeeping", - "Payroll", - "Tax Advisory", - "Priority Support", - ], - }, - { - id: "p3", - badge: "Enterprise", - price: "£750/mo", - subtitle: "For large businesses", - features: [ - "All services", - "CFO Consulting", - "Audits", - "24/7 Support", - ], - }, + { id: "p1", badge: "Basic", price: "£150/mo", subtitle: "For early-stage startups", features: ["Bookkeeping", "VAT Filing", "Email Support"] }, + { id: "p2", badge: "Growth", price: "£350/mo", subtitle: "For growing SMEs", features: ["Full Bookkeeping", "Payroll", "Tax Advisory", "Priority Support"] }, + { id: "p3", badge: "Enterprise", price: "£750/mo", subtitle: "For large businesses", features: ["All services", "CFO Consulting", "Audits", "24/7 Support"] } ]} title="Transparent Pricing" description="Choose the right plan for your business size." @@ -266,27 +122,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "500+", - title: "Businesses Helped", - description: "Across the UK", - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-graphics-blue-tones_1134-384.jpg", - }, - { - id: "m2", - value: "£10M+", - title: "Tax Saved", - description: "For our clients", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314049.jpg", - }, - { - id: "m3", - value: "99.9%", - title: "Success Rate", - description: "HMRC compliance", - imageSrc: "http://img.b2bpic.net/free-photo/worktable-with-report-laptop_1150-357.jpg", - }, + { id: "m1", value: "500+", title: "Businesses Helped", description: "Across the UK", imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-graphics-blue-tones_1134-384.jpg" }, + { id: "m2", value: "£10M+", title: "Tax Saved", description: "For our clients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314049.jpg" }, + { id: "m3", value: "99.9%", title: "Success Rate", description: "HMRC compliance", imageSrc: "http://img.b2bpic.net/free-photo/worktable-with-report-laptop_1150-357.jpg" } ]} title="Our Impact" description="Numbers that define our success." @@ -299,41 +137,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah Miller", - handle: "@smiller", - testimonial: "Exceptional service, they understand our niche perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg", - }, - { - id: "t2", - name: "James Anderson", - handle: "@janderson", - testimonial: "Transformed how we manage our accounting records.", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg", - }, - { - id: "t3", - name: "Emily Watson", - handle: "@ewatson", - testimonial: "I trust them with all our financial filings.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16268.jpg", - }, - { - id: "t4", - name: "Robert Chen", - handle: "@rchen", - testimonial: "Very knowledgeable and professional.", - imageSrc: "http://img.b2bpic.net/free-photo/executive-with-good-future_1098-540.jpg", - }, - { - id: "t5", - name: "Lucy Bennett", - handle: "@lbennett", - testimonial: "Highly recommended for any small business.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", - }, + { id: "t1", name: "Sarah Miller", handle: "@smiller", testimonial: "Exceptional service, they understand our niche perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg" }, + { id: "t2", name: "James Anderson", handle: "@janderson", testimonial: "Transformed how we manage our accounting records.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg" }, + { id: "t3", name: "Emily Watson", handle: "@ewatson", testimonial: "I trust them with all our financial filings.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16268.jpg" }, + { id: "t4", name: "Robert Chen", handle: "@rchen", testimonial: "Very knowledgeable and professional.", imageSrc: "http://img.b2bpic.net/free-photo/executive-with-good-future_1098-540.jpg" }, + { id: "t5", name: "Lucy Bennett", handle: "@lbennett", testimonial: "Highly recommended for any small business.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg" } ]} title="Client Success" description="Real stories from satisfied clients." @@ -344,21 +152,9 @@ export default function LandingPage() {