Update src/app/page.tsx

This commit is contained in:
2026-04-20 15:27:29 +00:00
parent 38d8a9cb01
commit 37ef8bdf29

View File

@@ -75,7 +75,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1", title: "GBP Optimization", author: "Direct", description: "We audit every field, fix what's broken, and optimize your profile so Google knows exactly who you are and where you serve", tags: [""],
id: "f1", title: "GBP Optimization", author: "Direct", description: "We audit every field, fix what's broken, and optimize your profile so Google ranks you higher.", tags: [""],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/detailed-magnifying-glass-hovering-over--1776696797495-e99d9ec3.png"
},
{
@@ -147,4 +147,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}