Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 184da65d27 | |||
| efb0a3d2f4 | |||
| 53d4914fd5 | |||
| 90bab7788c | |||
| e47ed91d60 |
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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: "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." }
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
@@ -169,6 +169,7 @@ export default function LandingPage() {
|
||||
tag="Contact"
|
||||
title="Let's Get Started"
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -183,4 +184,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user