Update src/app/case-studies/page.tsx

This commit is contained in:
2026-03-02 22:55:14 +00:00
parent 73c50f03fd
commit de2e8aec87

View File

@@ -76,16 +76,16 @@ export default function CaseStudiesPage() {
products={[
{
id: "case-1", name: "E-Commerce Growth: 300% Revenue Increase", price: "Fashion & Retail", imageSrc:
"http://img.b2bpic.net/free-photo/businessman-holding-tablet-with-digital-marketing-concept_9975-22100.jpg", imageAlt: "E-commerce campaign success"},
"http://img.b2bpic.net/free-photo/businessman-holding-tablet-with-digital-marketing-concept_9975-22100.jpg?_wi=3", imageAlt: "E-commerce campaign success"},
{
id: "case-2", name: "Tech Startup Launch: 50K Followers in 90 Days", price: "SaaS & Technology", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-mobile-desk-success-diagram_1163-2762.jpg", imageAlt: "Tech startup growth"},
"http://img.b2bpic.net/free-photo/top-view-mobile-desk-success-diagram_1163-2762.jpg?_wi=2", imageAlt: "Tech startup growth"},
{
id: "case-3", name: "Community Building: 10M Monthly Impressions", price: "Lifestyle & Wellness", imageSrc:
"http://img.b2bpic.net/free-photo/baseball-supporters-watching-their-team-lose-game-phone_53876-132069.jpg", imageAlt: "Community engagement"},
"http://img.b2bpic.net/free-photo/baseball-supporters-watching-their-team-lose-game-phone_53876-132069.jpg?_wi=2", imageAlt: "Community engagement"},
{
id: "case-4", name: "Restaurant Chain: Social-to-Store Traffic +280%", price: "Food & Beverage", imageSrc:
"http://img.b2bpic.net/free-photo/corporate-business-planning-with-business-chart-teamwork-concept_1150-842.jpg", imageAlt: "Restaurant marketing campaign"},
"http://img.b2bpic.net/free-photo/corporate-business-planning-with-business-chart-teamwork-concept_1150-842.jpg?_wi=3", imageAlt: "Restaurant marketing campaign"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -101,16 +101,16 @@ export default function CaseStudiesPage() {
testimonials={[
{
id: "testimonial-1", name: "Sarah Mitchell", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Sarah Mitchell"},
"http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2", imageAlt: "Sarah Mitchell"},
{
id: "testimonial-2", name: "David Chen", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "David Chen"},
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "David Chen"},
{
id: "testimonial-3", name: "Jessica Rodriguez", imageSrc:
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Jessica Rodriguez"},
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "Jessica Rodriguez"},
{
id: "testimonial-4", name: "Michael Thompson", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Thompson"},
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Michael Thompson"},
]}
cardAnimation="slide-up"
useInvertedBackground={false}