1 Commits

Author SHA1 Message Date
e119d48613 Update src/app/page.tsx 2026-05-06 06:53:13 +00:00

View File

@@ -73,6 +73,8 @@ export default function LandingPage() {
buttons={[ buttons={[
{ {
text: "Start Your Free SEO Audit", href: "#contact"}, 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" imageSrc="http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg"
avatars={[ avatars={[
@@ -170,7 +172,7 @@ export default function LandingPage() {
"Basic Audit", "5 Keywords", "Monthly Reports"], "Basic Audit", "5 Keywords", "Monthly Reports"],
}, },
{ {
id: "pro", badge: "Most Recommended", price: "$3,999/mo", subtitle: "For scaling enterprises", buttons: [ id: "pro", badge: "Growth", price: "$3,999/mo", subtitle: "For scaling enterprises", buttons: [
{ {
text: "Get Started", href: "#contact"}, text: "Get Started", href: "#contact"},
], ],