From 51218865bfebba2acb74bb564e52cd03e024abfd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:58:59 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index df66e9d..228d342 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -47,38 +47,11 @@ export default function PortfolioPage() { carouselMode="buttons" blogs={[ { - id: "1", - category: "E-Commerce", - title: "E-Commerce Growth: 300% Increase in Sales", - excerpt: "How we redesigned and optimized an online store to achieve significant revenue growth through improved UX and SEO.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-mockup-of-an-e-commerce-website-showin-1772524544760-fbcd762c.png", - imageAlt: "E-commerce success case study", - authorName: "John Chen", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-professional-headshot-of-a-male-web-de-1772524541747-722baba8.png", - date: "Mar 15, 2024", - }, + id: "1", category: "E-Commerce", title: "E-Commerce Growth: 300% Increase in Sales", excerpt: "How we redesigned and optimized an online store to achieve significant revenue growth through improved UX and SEO.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-mockup-of-an-e-commerce-website-showin-1772524544760-fbcd762c.png", imageAlt: "E-commerce success case study", authorName: "John Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-professional-headshot-of-a-male-web-de-1772524541747-722baba8.png", date: "Mar 15, 2024"}, { - id: "2", - category: "B2B Services", - title: "Lead Generation: 250% More Qualified Leads", - excerpt: "Transforming a B2B service website into a lead generation machine with strategic content and technical SEO.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-b2b-saas-website-interface-showing-pro-1772524542949-241efe41.png", - imageAlt: "B2B lead generation case study", - authorName: "Emma Rodriguez", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-professional-headshot-of-a-female-seo--1772524541262-7ebc7dd8.png", - date: "Feb 28, 2024", - }, + id: "2", category: "B2B Services", title: "Lead Generation: 250% More Qualified Leads", excerpt: "Transforming a B2B service website into a lead generation machine with strategic content and technical SEO.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-b2b-saas-website-interface-showing-pro-1772524542949-241efe41.png", imageAlt: "B2B lead generation case study", authorName: "Emma Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-professional-headshot-of-a-female-seo--1772524541262-7ebc7dd8.png", date: "Feb 28, 2024"}, { - id: "3", - category: "Local Business", - title: "Local SEO: Top Rankings in All Service Areas", - excerpt: "Strategic local SEO campaign that brought a service-based business to the top of search results across multiple locations.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-local-business-website-showing-local-s-1772524543465-0b36d6d3.png", - imageAlt: "Local SEO success case study", - authorName: "Michael Park", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-professional-headshot-of-a-male-digita-1772524541294-af271e8b.png", - date: "Feb 10, 2024", - }, + id: "3", category: "Local Business", title: "Local SEO: Top Rankings in All Service Areas", excerpt: "Strategic local SEO campaign that brought a service-based business to the top of search results across multiple locations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-local-business-website-showing-local-s-1772524543465-0b36d6d3.png", imageAlt: "Local SEO success case study", authorName: "Michael Park", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-professional-headshot-of-a-male-digita-1772524541294-af271e8b.png", date: "Feb 10, 2024"}, ]} />