From affbb02d0e79f90c2a5832ccee2880385ac620d3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:25:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc519a5..1ff660e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg" imageAlt="Local SEO Dashboard" mediaAnimation="blur-reveal" frameStyle="browser" @@ -66,9 +66,10 @@ export default function LandingPage() { { value: "95%", title: "Success Rate" }, { value: "120 Days", title: "Guarantee Window" } ]} - imageSrc="http://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952424.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952424.jpg" imageAlt="Local SEO Strategy" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -83,7 +84,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Foundation", title: "Audit & Analysis", subtitle: "Complete local SEO assessment", description: "We conduct an in-depth audit of your Google Business Profile, local citations, and current rankings. We identify exactly what's holding you back from the top 3 and create a custom roadmap for success.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952424.jpg?_wi=2", imageAlt: "SEO Audit" + tag: "Foundation", title: "Audit & Analysis", subtitle: "Complete local SEO assessment", description: "We conduct an in-depth audit of your Google Business Profile, local citations, and current rankings. We identify exactly what's holding you back from the top 3 and create a custom roadmap for success.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952424.jpg", imageAlt: "SEO Audit" }, { id: 2, @@ -91,11 +92,11 @@ export default function LandingPage() { }, { id: 3, - tag: "Content", title: "Local SEO Content Creation", subtitle: "Keyword-optimized local content", description: "Our team creates location-specific content, blog posts, and service pages optimized for local search intent. We target the exact keywords your customers use to find businesses like yours.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=2", imageAlt: "Content Strategy" + tag: "Content", title: "Local SEO Content Creation", subtitle: "Keyword-optimized local content", description: "Our team creates location-specific content, blog posts, and service pages optimized for local search intent. We target the exact keywords your customers use to find businesses like yours.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", imageAlt: "Content Strategy" }, { id: 4, - tag: "Growth", title: "Review Management & Monitoring", subtitle: "Build trust and track progress", description: "We implement review generation strategies and monitor your rankings daily. Our dashboard keeps you informed of your progress toward the top 3. Guaranteed results or your money back.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=3", imageAlt: "Monitoring" + tag: "Growth", title: "Review Management & Monitoring", subtitle: "Build trust and track progress", description: "We implement review generation strategies and monitor your rankings daily. Our dashboard keeps you informed of your progress toward the top 3. Guaranteed results or your money back.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", imageAlt: "Monitoring" } ]} /> @@ -173,7 +174,7 @@ export default function LandingPage() { required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg" imageAlt="RevFlow Dashboard" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1