8 Commits

Author SHA1 Message Date
667f52c67c Merge version_6 into main
Merge version_6 into main
2026-03-05 16:26:08 +00:00
fdd36efa47 Update src/app/page.tsx 2026-03-05 16:26:04 +00:00
fb6ebb7043 Merge version_5 into main
Merge version_5 into main
2026-03-05 15:01:36 +00:00
e8ed915133 Update src/app/page.tsx 2026-03-05 15:01:32 +00:00
0b63d44147 Merge version_3 into main
Merge version_3 into main
2026-03-05 13:55:34 +00:00
f851677748 Update src/app/page.tsx 2026-03-05 13:55:30 +00:00
7b1b01bb9f Update src/app/layout.tsx 2026-03-05 13:55:30 +00:00
5ac37cacd1 Merge version_2 into main
Merge version_2 into main
2026-03-05 13:41:16 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -1381,4 +1381,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -42,9 +42,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
title="Dominate Local Search in 90-120 Days"
description="RevFlow guarantees your business reaches the top #3 rankings on Google Local Search. We're the only local SEO agency that puts results first with a proven track record."
tag="Guaranteed Results"
description="RevFlow guarantees your business reaches the top #3 rankings on Google Local Search with our 100% success rate. We're the only local SEO agency that puts results first with a proven track record that never fails."
tag="Guaranteed Results • 100% Success Rate"
tagIcon={Shield}
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Get Your Free Audit", href: "contact" },
@@ -205,7 +206,7 @@ export default function LandingPage() {
animationType="entrance-slide"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Claim Your Free Audit", href: "#" },
{ text: "Get Your Free SEO Audit", href: "#" },
{ text: "Schedule Strategy Call", href: "#" }
]}
useInvertedBackground={false}
@@ -254,4 +255,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}