From 096fc2b979c2a6c28a2ba4861769c4c61ede7692 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 09:38:59 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 273 ++++++++++------------------------------------- 1 file changed, 59 insertions(+), 214 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0165d48..abccfb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; +import { Bot, BrainCircuit, Workflow, Zap, Search, ArrowUpRight, Monitor, Shield, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -31,7 +31,7 @@ export default function WebAgency2Page() { > - - - Date: Fri, 1 May 2026 09:38:59 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index a25430f..be35e85 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-inter-tight), sans-serif; + font-family: var(--font-manrope), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-inter-tight), sans-serif; + font-family: var(--font-manrope), sans-serif; } -- 2.49.1 From 73ad72f25b18d7f45f9cd24c39c907a650e54b1a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 09:39:00 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 858b8d0..60d964a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #161616; - --foreground: #f0f0f0; - --primary-cta: #ffffff; + --background: #000000; + --card: #0a0a0a; + --foreground: #ffffff; + --primary-cta: #1f7cff; --primary-cta-text: #0a0a0a; - --secondary-cta: #1e1e1e; + --secondary-cta: #1a1a1a; --secondary-cta-text: #e0e0e0; - --accent: #d0d0d0; - --background-accent: #9a9a9a; + --accent: #1f7cff; + --background-accent: #004a93; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1