Update src/app/stores/page.tsx

This commit is contained in:
2026-06-02 01:30:16 +00:00
parent 71a2cec513
commit 3e9e497384

View File

@@ -52,13 +52,13 @@ export default function LandingPage() {
description="Our partners praise CloudLink for its seamless platform and dedicated support."
testimonials={[
{
name: "Sarah J.", quote: "CloudLink has transformed how we reach customers. The platform is intuitive, and compliance features are top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-wearing-medical-face-mask-prevent-infection-with-coronavirus-working-management-strategy-corporate-office-businesswomen-planning-company-presentation-financial-graph-screen_482257-29285.jpg", imageAlt: "Teamwork wearing medical face mask", id: "1"},
name: "Sarah J.", title: "Owner, Verdant Harvest", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-wearing-medical-face-mask-prevent-infection-with-coronavirus-working-management-strategy-corporate-office-businesswomen-planning-company-presentation-financial-graph-screen_482257-29285.jpg", imageAlt: "Teamwork wearing medical face mask", id: "1"},
{
name: "Michael L.", quote: "Joining CloudLink was a game-changer. Our online presence grew exponentially, and their support team is fantastic.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-customer-putting-credit-card-pos-terminal-paying-fashionable-clothes-counter-desk-modern-boutique-woman-shopper-buying-trendy-merchandise-clothing-store_482257-72466.jpg", imageAlt: "African american customer putting credit card", id: "2"},
name: "Michael L.", title: "Manager, Zenith Vapes", imageSrc: "http://img.b2bpic.net/free-photo/african-american-customer-putting-credit-card-pos-terminal-paying-fashionable-clothes-counter-desk-modern-boutique-woman-shopper-buying-trendy-merchandise-clothing-store_482257-72466.jpg", imageAlt: "African american customer putting credit card", id: "2"},
{
name: "Aisha R.", quote: "The focus on compliance and verified users makes CloudLink the ideal marketplace for our premium edibles.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-standing-counter-desk-discussing-shirt-material-before-buying-it-clothing-store-stylish-client-shopping-formal-wear-purchasing-new-fashion-collection-boutique_482257-65520.jpg", imageAlt: "African american woman standing at counter desk", id: "3"},
name: "Aisha R.", title: "Founder, Aura Botanicals", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-standing-counter-desk-discussing-shirt-material-before-buying-it-clothing-store-stylish-client-shopping-formal-wear-purchasing-new-fashion-collection-boutique_482257-65520.jpg", imageAlt: "African american woman standing at counter desk", id: "3"},
{
name: "David K.", quote: "Efficient, secure, and constantly evolving. CloudLink helps us connect with a broader, engaged customer base.", imageSrc: "http://img.b2bpic.net/free-photo/customer-satisfaction-service-care-problem-solving_53876-139687.jpg", imageAlt: "Customer Satisfaction Service Care Problem Solving", id: "4"},
name: "David K.", title: "Logistics Head, GreenLeaf", imageSrc: "http://img.b2bpic.net/free-photo/customer-satisfaction-service-care-problem-solving_53876-139687.jpg", imageAlt: "Customer Satisfaction Service Care Problem Solving", id: "4"},
]}
/>
</div>