From 2510d10ffd9df0416014aeba3e6b31cd89c8ac17 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 16:50:42 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f70f832..df9da2f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,11 +8,17 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function AboutPage() { return ( - + - - - + +
+ +
+
); -- 2.49.1 From 7c22cbe1c75611ac0cbdbc4b25fa77fb58bc74c9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 16:50:42 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7146e93..b22da78 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,11 +8,17 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function ContactPage() { return ( - + - - - + +
+ +
+
); -- 2.49.1 From b6772371506e196e24c8b889d9c6260297ba1f84 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 16:50:43 +0000 Subject: [PATCH 3/4] Update src/app/documentation/page.tsx --- src/app/documentation/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/documentation/page.tsx b/src/app/documentation/page.tsx index 0f20ff3..5ff7e93 100644 --- a/src/app/documentation/page.tsx +++ b/src/app/documentation/page.tsx @@ -7,14 +7,18 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function DocumentationPage() { return ( - + - +

Documentation

Learn everything you need to know about building with Lovable.

- +
); -- 2.49.1 From 452819b548b52e31eab0fe889ac09a4804f5a271 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 16:50:43 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c6c2c68..26fe18f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,14 +7,18 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function ServicesPage() { return ( - + - +

Our Services

We provide enterprise-grade AI solutions for modern startups.

- +
); -- 2.49.1