Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-06 16:50:55 +00:00

View File

@@ -232,6 +232,10 @@ export default function LandingPage() {
{
id: "f3", title: "What is your typical turnaround time?", content: "I assess each project individually, but prioritize efficiency and meeting agreed-upon deadlines."},
]}
buttons={[
{
text: "Schedule a Free Consultation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg"
mediaAnimation="slide-up"
title="Frequently Asked"
@@ -282,4 +286,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}