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

This commit is contained in:
2026-03-03 06:10:01 +00:00
parent 1a91dd6d61
commit acf328f5bc

View File

@@ -3,7 +3,7 @@
import Link from "next/link"; import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import BlogCardThree from "@/components/sections/blog/BlogCardThree"; import BlogCardOne from "@/components/sections/blog/BlogCardOne";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Star } from "lucide-react"; import { Star } from "lucide-react";
@@ -11,10 +11,10 @@ import { Star } from "lucide-react";
const CaseStudiesPage = () => { const CaseStudiesPage = () => {
const navItems = [ const navItems = [
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "services" }, { name: "Services", id: "/services" },
{ name: "Case Studies", id: "case-studies" }, { name: "Case Studies", id: "/case-studies" },
{ name: "About", id: "about" }, { name: "About", id: "/about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "/contact" },
]; ];
return ( return (
@@ -35,7 +35,7 @@ const CaseStudiesPage = () => {
</div> </div>
<div id="case-studies" data-section="case-studies"> <div id="case-studies" data-section="case-studies">
<BlogCardThree <BlogCardOne
title="Case Studies" title="Case Studies"
description="Real success stories from brands we've transformed" description="Real success stories from brands we've transformed"
tag="Success Stories" tag="Success Stories"
@@ -43,38 +43,11 @@ const CaseStudiesPage = () => {
tagAnimation="slide-up" tagAnimation="slide-up"
blogs={[ blogs={[
{ {
id: "1", id: "1", category: "E-Commerce", title: "E-Commerce Brand Achieves 400% Revenue Growth", excerpt: "Through strategic SEO and content optimization, we helped a mid-sized e-commerce company triple their organic traffic and increase revenue by 400% within 12 months.", imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601494.jpg", imageAlt: "E-commerce success case study", authorName: "Sarah Johnson", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Jan 15, 2025"},
category: "E-Commerce",
title: "E-Commerce Brand Achieves 400% Revenue Growth",
excerpt: "Through strategic SEO and content optimization, we helped a mid-sized e-commerce company triple their organic traffic and increase revenue by 400% within 12 months.",
imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601494.jpg",
imageAlt: "E-commerce success case study",
authorName: "Sarah Johnson",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
date: "Jan 15, 2025",
},
{ {
id: "2", id: "2", category: "SaaS", title: "SaaS Startup Scales from 0 to 100K MRR", excerpt: "Our integrated marketing approach combined with targeted paid campaigns helped a SaaS startup achieve product-market fit and scale their recurring revenue to $100K MRR.", imageSrc: "http://img.b2bpic.net/free-photo/target-development-business-investment_53876-124850.jpg", imageAlt: "SaaS startup growth case study", authorName: "Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Jan 10, 2025"},
category: "SaaS",
title: "SaaS Startup Scales from 0 to 100K MRR",
excerpt: "Our integrated marketing approach combined with targeted paid campaigns helped a SaaS startup achieve product-market fit and scale their recurring revenue to $100K MRR.",
imageSrc: "http://img.b2bpic.net/free-photo/target-development-business-investment_53876-124850.jpg",
imageAlt: "SaaS startup growth case study",
authorName: "Michael Chen",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
date: "Jan 10, 2025",
},
{ {
id: "3", id: "3", category: "Enterprise", title: "Enterprise Brand Increases Lead Quality by 250%", excerpt: "By refining their targeting strategy and implementing advanced analytics, we improved lead quality by 250% while reducing customer acquisition cost by 35%.", imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45555.jpg", imageAlt: "Enterprise marketing optimization case study", authorName: "Emily Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Jan 5, 2025"},
category: "Enterprise",
title: "Enterprise Brand Increases Lead Quality by 250%",
excerpt: "By refining their targeting strategy and implementing advanced analytics, we improved lead quality by 250% while reducing customer acquisition cost by 35%.",
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45555.jpg",
imageAlt: "Enterprise marketing optimization case study",
authorName: "Emily Rodriguez",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
date: "Jan 5, 2025",
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -90,17 +63,11 @@ const CaseStudiesPage = () => {
author="Emma Thompson, VP of Marketing at GrowthTech" author="Emma Thompson, VP of Marketing at GrowthTech"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Case study testimonial 1"},
alt: "Case study testimonial 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Case study testimonial 2"},
alt: "Case study testimonial 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Case study testimonial 3"},
alt: "Case study testimonial 3",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"