Update src/app/page.tsx

This commit is contained in:
2026-05-31 13:56:21 +00:00
parent 61453277cd
commit b1e7365d09

View File

@@ -92,7 +92,7 @@ export default function LandingPage() {
tag="Our Philosophy"
buttons={[
{
text: "Learn More", href: "#"},
text: "Learn More", href: "#metrics"},
]}
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-with-project-statistics-preparing-report-team-meeting_1163-3899.jpg"
imageAlt="Business professionals discussing growth charts"
@@ -249,4 +249,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}