diff --git a/src/app/case-studies/page.tsx b/src/app/case-studies/page.tsx index b1da4cc..8b00643 100644 --- a/src/app/case-studies/page.tsx +++ b/src/app/case-studies/page.tsx @@ -3,7 +3,7 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; 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 FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { Star } from "lucide-react"; @@ -11,10 +11,10 @@ import { Star } from "lucide-react"; const CaseStudiesPage = () => { const navItems = [ { name: "Home", id: "/" }, - { name: "Services", id: "services" }, - { name: "Case Studies", id: "case-studies" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Services", id: "/services" }, + { name: "Case Studies", id: "/case-studies" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -35,7 +35,7 @@ const CaseStudiesPage = () => {
- { tagAnimation="slide-up" blogs={[ { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, ]} animationType="slide-up" textboxLayout="default" @@ -90,17 +63,11 @@ const CaseStudiesPage = () => { author="Emma Thompson, VP of Marketing at GrowthTech" avatars={[ { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - alt: "Case study testimonial 1", - }, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Case study testimonial 1"}, { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - alt: "Case study testimonial 2", - }, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Case study testimonial 2"}, { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - alt: "Case study testimonial 3", - }, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Case study testimonial 3"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -121,4 +88,4 @@ const CaseStudiesPage = () => { ); }; -export default CaseStudiesPage; \ No newline at end of file +export default CaseStudiesPage;