Update src/app/page.tsx

This commit is contained in:
2026-05-13 11:16:42 +00:00
parent 27e03d9fb8
commit e1ffcf0ada

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
description="We specialize in digital marketing, content strategy, and lead generation designed to establish your authority and increase ROI."
buttons={[
{
text: "Call Now", href: "tel:+15551234567"},
text: "Book Your Strategy Call", href: "tel:+15551234567"},
{
text: "Learn More", href: "#about"},
]}
@@ -207,4 +207,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}