diff --git a/app/page.tsx b/app/page.tsx index 005513b..ee55a3d 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -11,45 +11,37 @@ export default function Home() { {/* Decorative elements */}
{/* Large blurred gradient blobs */} -
-
-
- +
+
+
+ {/* SVG decorative elements */} - + - + - - - - + - + - + {/* Dot grid patterns */} -
+
{[...Array(12)].map((_, i) => (
))}
-
- {[...Array(6)].map((_, i) => ( -
- ))} -
- + {/* Floating shapes (animated) */} -
-
-
- +
+
+
+
@@ -61,11 +53,24 @@ export default function Home() {

You don't need more software. You need the right solution, and someone who'll tell you the truth about what that is.

-
- + + {/* Illustration */} +
+ Person working collaboratively with a friendly robot assistant +
+ +
+ Let's Talk → - + See How We Help
diff --git a/public/good_robot_hero.png b/public/good_robot_hero.png new file mode 100644 index 0000000..5c946eb Binary files /dev/null and b/public/good_robot_hero.png differ