diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx
index 9076d07..28534f6 100644
--- a/src/app/portfolio/page.tsx
+++ b/src/app/portfolio/page.tsx
@@ -25,30 +25,12 @@ export default function LandingPage() {
@@ -61,9 +43,7 @@ export default function LandingPage() {
description="How we scaled brands across multiple industries."
metrics={[
{
- value: "500%",
- title: "Avg Revenue Lift",
- },
+ value: "500%", title: "Avg Revenue Lift"},
]}
imageSrc="http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950175.jpg"
/>
@@ -78,23 +58,11 @@ export default function LandingPage() {
description="Real results from real partnerships."
features={[
{
- id: "c1",
- title: "E-commerce Growth",
- descriptions: [
- "10x ROAS achieved.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/employee-drinking-coffee-holding-laptop-working-strategy_482257-78092.jpg?_wi=5",
- imageAlt: "modern marketing agency office",
- },
+ id: "c1", title: "E-commerce Growth", descriptions: ["10x ROAS achieved."],
+ imageSrc: "http://img.b2bpic.net/free-photo/employee-drinking-coffee-holding-laptop-working-strategy_482257-78092.jpg?_wi=5", imageAlt: "modern marketing agency office"},
{
- id: "c2",
- title: "SaaS Lead Gen",
- descriptions: [
- "High-intent acquisition.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/doctor-pressing-virtual-application_1134-640.jpg?_wi=4",
- imageAlt: "modern marketing agency office",
- },
+ id: "c2", title: "SaaS Lead Gen", descriptions: ["High-intent acquisition."],
+ imageSrc: "http://img.b2bpic.net/free-photo/doctor-pressing-virtual-application_1134-640.jpg?_wi=4", imageAlt: "modern marketing agency office"},
]}
/>
@@ -103,29 +71,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file