Update src/app/page.tsx

This commit is contained in:
2026-05-06 06:53:13 +00:00
parent ff5cbe8e66
commit e119d48613

View File

@@ -73,6 +73,8 @@ export default function LandingPage() {
buttons={[
{
text: "Start Your Free SEO Audit", href: "#contact"},
{
text: "View Case Studies", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg"
avatars={[
@@ -274,4 +276,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}