Update src/app/page.tsx

This commit is contained in:
2026-04-19 21:20:07 +00:00
parent d7877f940a
commit 88d33cc8de

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
{ name: "Elena S.", handle: "@sernatrades", testimonial: "Transparency I've never seen before. I know exactly what I'm paying for.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg" },
{ name: "Alex C.", handle: "@catalaninstalls", testimonial: "Best decision for our growth strategy in the last two years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-architects-shaking-hands_23-2148269341.jpg" }
]}
buttons={[{ text: "Book a 20-minute system review", href: "#contact" }]}
buttons={[{ text: "Book Your Free Strategy Session", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-100475.jpg"
mediaAnimation="slide-up"
avatars={[
@@ -164,4 +164,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}