From 7b8514e80c162d74cb4ad4eb06cfe0ee02aad382 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 16:30:07 +0000 Subject: [PATCH 1/2] Update src/app/ed-print-farm-service/page.tsx --- src/app/ed-print-farm-service/page.tsx | 254 +++++++++++++------------ 1 file changed, 132 insertions(+), 122 deletions(-) diff --git a/src/app/ed-print-farm-service/page.tsx b/src/app/ed-print-farm-service/page.tsx index 75e4e07..0373bd3 100644 --- a/src/app/ed-print-farm-service/page.tsx +++ b/src/app/ed-print-farm-service/page.tsx @@ -25,128 +25,138 @@ export default function EdPrintFarmServicePage() { headingFontWeight="medium" > - - - - - - + +
+ +
+
+ +
+
+ +
+
+ +
+
); -- 2.49.1 From 471499f6b6015ab926f8cbf220ff58973264b6c4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 16:30:07 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 521 +++++++++++++++++++++++++---------------------- 1 file changed, 276 insertions(+), 245 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1cae20..e1e02f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,252 +30,283 @@ export default function WebAgency2Page() { headingFontWeight="medium" > - - - - - + + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ - - - - - - - + "Generic templates with no personality", "Slow load times and poor performance", "No SEO strategy or search visibility", "Outdated design that hurts credibility", "No ongoing support after launch"] + }} + positiveCard={{ + items: [ + "Custom designs tailored to your brand", "Lightning-fast performance on all devices", "Built-in SEO to drive organic traffic", "Modern design that builds trust", "Dedicated support and maintenance"] + }} + /> +
+
+ +
+
+ +
+
+ +
+
); -- 2.49.1