diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f6e301..f985a58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Search Engine Optimization (SEO)", tags: ["Organic Traffic", "Long-term Growth"], - imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", imageAlt: "SEO optimization and search engine marketing strategies" + imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", imageAlt: "SEO optimization and search engine marketing strategies", onFeatureClick: () => window.location.href = "/seo" }, { id: "2", title: "Pay-Per-Click Advertising (PPC)", tags: ["Immediate Results", "Budget Control"], @@ -260,4 +260,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/seo/page.tsx b/src/app/seo/page.tsx index 5fe6af5..84c972d 100644 --- a/src/app/seo/page.tsx +++ b/src/app/seo/page.tsx @@ -185,4 +185,4 @@ export default function SEOPage() { ); -} +} \ No newline at end of file