Update src/app/page.tsx

This commit is contained in:
2026-03-15 14:10:37 +00:00
parent b645e8e6ca
commit 7960ad235a

View File

@@ -162,10 +162,10 @@ export default function LandingPage() {
topMarqueeDirection="left"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Bussies transformed how we handle customer support. Automation reduced our response time by 80% while improving satisfaction scores.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az7R6siscGaz2wpUpdXJ0w35El/professional-headshot-of-a-confident-ent-1773583789209-129962a5.png", imageAlt: "Sarah Johnson CEO", icon: Star
id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Bussies transformed how we handle customer support. Automation reduced our response time by 80% while improving satisfaction scores.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az7R6siscGaz2wpUpdXJ0w35El/professional-headshot-of-a-confident-ent-1773583789209-129962a5.png?_wi=1", imageAlt: "Sarah Johnson CEO", icon: Star
},
{
id: "2", name: "Michael Chen", handle: "@mchen_tech", testimonial: "The AI-powered analytics gave us insights we never had before. We made better decisions in 3 months than in the previous year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az7R6siscGaz2wpUpdXJ0w35El/professional-headshot-of-a-confident-bus-1773583788642-8b242adf.png", imageAlt: "Michael Chen CTO", icon: Star
id: "2", name: "Michael Chen", handle: "@mchen_tech", testimonial: "The AI-powered analytics gave us insights we never had before. We made better decisions in 3 months than in the previous year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az7R6siscGaz2wpUpdXJ0w35El/professional-headshot-of-a-confident-bus-1773583788642-8b242adf.png?_wi=1", imageAlt: "Michael Chen CTO", icon: Star
},
{
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "Implementation was seamless. Their team guided us through every step, and ROI was clear within the first month.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az7R6siscGaz2wpUpdXJ0w35El/professional-corporate-headshot-of-a-tho-1773583793473-0dcc4dc2.png", imageAlt: "Emily Rodriguez Marketing Director", icon: Star
@@ -174,10 +174,10 @@ export default function LandingPage() {
id: "4", name: "David Kim", handle: "@davidkim_pm", testimonial: "Bussies is enterprise-grade AI that actually works. We've integrated it with 15+ systems without any issues.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az7R6siscGaz2wpUpdXJ0w35El/confident-professional-headshot-of-a-tec-1773583788394-1c19a52b.png", imageAlt: "David Kim Product Manager", icon: Star
},
{
id: "5", name: "Jessica Thompson", handle: "@jthompson", testimonial: "The predictive analytics capabilities are unmatched. We now forecast demand with 95% accuracy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az7R6siscGaz2wpUpdXJ0w35El/professional-headshot-of-a-confident-ent-1773583789209-129962a5.png", imageAlt: "Jessica Thompson Operations Lead", icon: Star
id: "5", name: "Jessica Thompson", handle: "@jthompson", testimonial: "The predictive analytics capabilities are unmatched. We now forecast demand with 95% accuracy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az7R6siscGaz2wpUpdXJ0w35El/professional-headshot-of-a-confident-ent-1773583789209-129962a5.png?_wi=2", imageAlt: "Jessica Thompson Operations Lead", icon: Star
},
{
id: "6", name: "Alex Martinez", handle: "@alexmartinez", testimonial: "Best investment we made this year. Cost savings alone paid for the platform in 2 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az7R6siscGaz2wpUpdXJ0w35El/professional-headshot-of-a-confident-bus-1773583788642-8b242adf.png", imageAlt: "Alex Martinez Finance Director", icon: Star
id: "6", name: "Alex Martinez", handle: "@alexmartinez", testimonial: "Best investment we made this year. Cost savings alone paid for the platform in 2 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Az7R6siscGaz2wpUpdXJ0w35El/professional-headshot-of-a-confident-bus-1773583788642-8b242adf.png?_wi=2", imageAlt: "Alex Martinez Finance Director", icon: Star
}
]}
/>