diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 92d884b..dec7844 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index fe55793..409d854 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,15 +83,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Web Design", name: "E-Commerce Platform Redesign", price: "2024", rating: 5, - reviewCount: "Completed in 3 months", imageSrc: "http://img.b2bpic.net/free-vector/social-page-application-ui-design-concept_1284-45234.jpg?_wi=1", imageAlt: "E-commerce platform redesign project" + reviewCount: "React + Stripe integration, 40% faster checkout flow", imageSrc: "http://img.b2bpic.net/free-vector/social-page-application-ui-design-concept_1284-45234.jpg?_wi=1", imageAlt: "E-commerce platform redesign project" }, { id: "2", brand: "Full Stack Development", name: "Task Management Application", price: "2024", rating: 5, - reviewCount: "8.2k GitHub stars", imageSrc: "http://img.b2bpic.net/free-photo/man-programming-office-using-artificial-intelligence-tech_482257-123917.jpg?_wi=1", imageAlt: "Task management app development" + reviewCount: "Node.js backend + MongoDB, real-time sync reduced latency by 60%", imageSrc: "http://img.b2bpic.net/free-photo/man-programming-office-using-artificial-intelligence-tech_482257-123917.jpg?_wi=1", imageAlt: "Task management app development" }, { id: "3", brand: "UI/UX Design", name: "Mobile App Concept", price: "2023", rating: 5, - reviewCount: "1.5k user engagement", imageSrc: "http://img.b2bpic.net/free-psd/creative-template-design_23-2150217599.jpg?_wi=1", imageAlt: "Mobile app design concept" + reviewCount: "Figma design system with component library, 25% faster handoff", imageSrc: "http://img.b2bpic.net/free-psd/creative-template-design_23-2150217599.jpg?_wi=1", imageAlt: "Mobile app design concept" } ]} gridVariant="three-columns-all-equal-width" @@ -189,4 +189,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file