Update src/app/page.tsx

This commit is contained in:
2026-05-06 16:50:52 +00:00
parent 9d5d9673e2
commit d87a9008d3

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>
);
}
}