8 Commits

Author SHA1 Message Date
1c3cf15072 Merge version_4 into main
Merge version_4 into main
2026-05-12 20:27:47 +00:00
0a62a4fa9f Update src/app/page.tsx 2026-05-12 20:27:44 +00:00
2d24374bfd Merge version_3 into main
Merge version_3 into main
2026-05-12 20:22:01 +00:00
184da65d27 Update src/app/page.tsx 2026-05-12 20:21:55 +00:00
efb0a3d2f4 Merge version_2 into main
Merge version_2 into main
2026-05-12 20:21:17 +00:00
53d4914fd5 Update src/app/page.tsx 2026-05-12 20:21:13 +00:00
90bab7788c Merge version_1 into main
Merge version_1 into main
2026-05-12 20:20:09 +00:00
e47ed91d60 Merge version_1 into main
Merge version_1 into main
2026-05-12 20:19:37 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlayTestimonial <HeroOverlayTestimonial
title="Accounting & Taxation for UK Businesses" title="Simplify Your UK Business Accounting and Save on Taxes"
description="Expert tax planning, HMRC compliance, and strategic financial advice to help your business thrive across the United Kingdom." description="Expert tax planning, HMRC compliance, and strategic financial advice to help your business thrive across the United Kingdom."
testimonials={[ testimonials={[
{ name: "Sarah Miller", handle: "@smiller", testimonial: "Excellent service and deep understanding of UK tax laws. Saved us time and money.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg" }, { name: "Sarah Miller", handle: "@smiller", testimonial: "Excellent service and deep understanding of UK tax laws. Saved us time and money.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg" },
@@ -153,7 +153,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ id: "f1", title: "Are you registered in the UK?", content: "Yes, we are a fully licensed and registered accounting firm in the UK." }, { id: "f1", title: "Are you registered in the UK?", content: "Yes, we are a fully licensed and registered accounting firm in the UK." },
{ id: "f2", title: "How do we get started?", content: "Book a free consultation and we'll walk you through our onboarding process." }, { id: "f2", title: "How do we get started?", content: "Book a free consultation and get a personalized financial review, where we assess your current setup and provide actionable advice to optimize your tax and accounting strategy." },
{ id: "f3", title: "Do you offer remote services?", content: "Yes, we operate entirely digitally and work with clients across the UK." } { id: "f3", title: "Do you offer remote services?", content: "Yes, we operate entirely digitally and work with clients across the UK." }
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
@@ -169,6 +169,7 @@ export default function LandingPage() {
tag="Contact" tag="Contact"
title="Let's Get Started" title="Let's Get Started"
description="Ready to streamline your finances? Contact us today." description="Ready to streamline your finances? Contact us today."
buttonText="Request Your Free Consultation"
imageSrc="http://img.b2bpic.net/free-photo/focused-boss-analyzing-managers-report-reading-reviewing-papers-while-sitting-workplace-business-communication-concept_74855-11702.jpg" imageSrc="http://img.b2bpic.net/free-photo/focused-boss-analyzing-managers-report-reading-reviewing-papers-while-sitting-workplace-business-communication-concept_74855-11702.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />