From bce5f1e5fa987458918ddaa04711e0a0543f870d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:59:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index faf2a3c..c09b486 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,6 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaAnimation="slide-up" - useInvertedBackground={false} ariaLabel="Hero section - social media marketing agency" /> @@ -108,6 +107,7 @@ export default function LandingPage() { id: 4, tag: "Management", title: "Community Management", subtitle: "Build loyal, engaged audiences", description: "We handle real-time engagement, community building, and brand voice consistency to create meaningful connections with your audience.", imageSrc: "http://img.b2bpic.net/free-photo/creative-ideas-internet-learning-concept_53876-13766.jpg", imageAlt: "Community management interface"}, ]} + tagAnimation="slide-up" buttonAnimation="slide-up" mediaAnimation="slide-up" ariaLabel="Services section" @@ -168,7 +168,7 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen, Creative Director"}, + id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen, Creative Director"}, { id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", imageAlt: "Marcus Johnson, Strategy Lead"}, { @@ -196,23 +196,17 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Jessica Martinez", handle: "@jessicam_ceo", testimonial: "CreativeFlow transformed our social presence completely. Our engagement went from 2% to 15% in just three months. Absolutely incredible team!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jessica Martinez"}, + id: "1", name: "Jessica Martinez", handle: "@jessicam_ceo", testimonial: "CreativeFlow transformed our social presence completely. Our engagement went from 2% to 15% in just three months. Absolutely incredible team!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez"}, { - id: "2", name: "Alex Thompson", handle: "@alexthompson", testimonial: "The content strategy they developed was exactly what we needed. They truly understand our brand and audience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Alex Thompson"}, + id: "2", name: "Alex Thompson", handle: "@alexthompson", testimonial: "The content strategy they developed was exactly what we needed. They truly understand our brand and audience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Alex Thompson"}, { - id: "3", name: "Priya Kapoor", handle: "@priyak_ventures", testimonial: "Working with CreativeFlow is like having a world-class marketing team in-house. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Priya Kapoor"}, + id: "3", name: "Priya Kapoor", handle: "@priyak_ventures", testimonial: "Working with CreativeFlow is like having a world-class marketing team in-house. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Priya Kapoor"}, { - id: "4", name: "Michael Brown", handle: "@mbrown_digital", testimonial: "The ROI we've seen is outstanding. Their data-driven approach really makes the difference.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", imageAlt: "Michael Brown"}, + id: "4", name: "Michael Brown", handle: "@mbrown_digital", testimonial: "The ROI we've seen is outstanding. Their data-driven approach really makes the difference.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", imageAlt: "Michael Brown"}, { - id: "5", name: "Sofia Garcia", handle: "@sofiagarcia_brand", testimonial: "CreativeFlow is hands-down the best agency we've worked with. Professional, creative, and results-driven.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Sofia Garcia"}, + id: "5", name: "Sofia Garcia", handle: "@sofiagarcia_brand", testimonial: "CreativeFlow is hands-down the best agency we've worked with. Professional, creative, and results-driven.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Sofia Garcia"}, { - id: "6", name: "James Wilson", handle: "@jameswilson_co", testimonial: "Their attention to detail and commitment to our goals is exceptional. Truly a partnership, not just a vendor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Wilson"}, + id: "6", name: "James Wilson", handle: "@jameswilson_co", testimonial: "Their attention to detail and commitment to our goals is exceptional. Truly a partnership, not just a vendor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"}, ]} ariaLabel="Client testimonials section" /> -- 2.49.1