Update src/app/page.tsx

This commit is contained in:
2026-05-07 14:11:35 +00:00
parent 65262dea1c
commit f40306c88b

View File

@@ -59,10 +59,10 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-reading-email-laptop-while-standing-office_637285-6764.jpg"},
{
name: "Marcus Thorne", handle: "@mthorne", testimonial: "Exceptional ROI and creative direction.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg?_wi=1"},
{
name: "Elena Vance", handle: "@evance", testimonial: "They truly understand the modern digital landscape.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-calling_23-2147707170.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-calling_23-2147707170.jpg?_wi=1"},
{
name: "Julian King", handle: "@jking", testimonial: "A game changer for our social growth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"},
@@ -95,9 +95,9 @@ export default function LandingPage() {
title="Analytics Powering Growth"
description="Real-time data visualization that drives our strategy and fuels your brand's digital evolution."
metrics={[
{ id: "1", value: "150+", title: "Projects", description: "Completed for elite brands", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-particles_1048-14716.jpg" },
{ id: "2", value: "200M+", title: "Reach", description: "Impressions generated annually", imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg" },
{ id: "3", value: "98%", title: "Retention", description: "Client satisfaction rate", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-calling_23-2147707170.jpg" },
{ id: "1", value: "150+", title: "Projects", description: "Completed for elite brands", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-particles_1048-14716.jpg?_wi=1" },
{ id: "2", value: "200M+", title: "Reach", description: "Impressions generated annually", imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg?_wi=2" },
{ id: "3", value: "98%", title: "Retention", description: "Client satisfaction rate", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-calling_23-2147707170.jpg?_wi=2" },
]}
animationType="slide-up"
textboxLayout="default"
@@ -158,7 +158,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "What's your vision?" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-particles_1048-14716.jpg"
imageSrc="http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-particles_1048-14716.jpg?_wi=2"
/>
</div>