Merge version_4 into main #3

Merged
bender merged 2 commits from version_4 into main 2026-02-19 02:14:24 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -185,4 +185,4 @@ export default function SEOPage() {
</div>
</ThemeProvider>
);
}
}