From 249e49354b3c0ddb373d9398247b211423450c5d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 11:02:14 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 70 +++++++++--------------------------------- 1 file changed, 15 insertions(+), 55 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6ea44f1..8440477 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { @@ -82,33 +66,13 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "tm1", - name: "Ahmed Kamal", - role: "Chief Executive Officer", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-espionage-duo-bureau-reading-top-secret-documents_482257-125686.jpg", - imageAlt: "Ahmed Kamal", - }, + id: "tm1", name: "Ahmed Kamal", role: "Chief Executive Officer", imageSrc: "http://img.b2bpic.net/free-photo/diverse-espionage-duo-bureau-reading-top-secret-documents_482257-125686.jpg", imageAlt: "Ahmed Kamal"}, { - id: "tm2", - name: "Layla Hassan", - role: "Chief Technology Officer", - imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-secret-agents-analyzing-evidence-paperwork-hq-library_482257-120008.jpg", - imageAlt: "Layla Hassan", - }, + id: "tm2", name: "Layla Hassan", role: "Chief Technology Officer", imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-secret-agents-analyzing-evidence-paperwork-hq-library_482257-120008.jpg", imageAlt: "Layla Hassan"}, { - id: "tm3", - name: "Omar Ali", - role: "Head of Digital Marketing", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", - imageAlt: "Omar Ali", - }, + id: "tm3", name: "Omar Ali", role: "Head of Digital Marketing", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Omar Ali"}, { - id: "tm4", - name: "Nour Samir", - role: "Lead Web Developer", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-works-computer-night_169016-62545.jpg", - imageAlt: "Nour Samir", - }, + id: "tm4", name: "Nour Samir", role: "Lead Web Developer", imageSrc: "http://img.b2bpic.net/free-photo/young-man-works-computer-night_169016-62545.jpg", imageAlt: "Nour Samir"}, ]} title="Meet the Innovators" description="Our diverse team of experts brings passion, creativity, and technical prowess to every project, ensuring exceptional results for our clients." @@ -121,16 +85,12 @@ export default function LandingPage() { logoAlt="TRONIX Solutions Logo" logoText="TRONIX Solutions" leftLink={{ - text: "Privacy Policy", - href: "#", - }} + text: "Privacy Policy", href: "#"}} rightLink={{ - text: "Terms of Service", - href: "#", - }} + text: "Terms of Service", href: "#"}} /> ); -} +} \ No newline at end of file -- 2.49.1 From 61228d6e5128b295400c061e1449ac3975fd50fe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 11:02:14 +0000 Subject: [PATCH 2/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 54 ++++++++++------------------------------ 1 file changed, 13 insertions(+), 41 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f9e32eb..582a217 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { @@ -83,14 +66,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Enterprise Solutions Inc.", - "Digital Dynamics LLC", - "Innovate Hub", - "FutureCraft Agency", - "Global Ventures Group", - "Pioneer Tech", - "Stratagem Corp.", - ]} + "Enterprise Solutions Inc.", "Digital Dynamics LLC", "Innovate Hub", "FutureCraft Agency", "Global Ventures Group", "Pioneer Tech", "Stratagem Corp."]} title="Join Our Growing Network" description="Become one of the many satisfied clients who trust TRONIX Solutions with their digital future." /> @@ -102,16 +78,12 @@ export default function LandingPage() { logoAlt="TRONIX Solutions Logo" logoText="TRONIX Solutions" leftLink={{ - text: "Privacy Policy", - href: "#", - }} + text: "Privacy Policy", href: "#"}} rightLink={{ - text: "Terms of Service", - href: "#", - }} + text: "Terms of Service", href: "#"}} /> ); -} +} \ No newline at end of file -- 2.49.1 From 8b21fb243c39bcba422b04891d4bbd11b969a015 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 11:02:15 +0000 Subject: [PATCH 3/7] Update src/app/page.tsx --- src/app/page.tsx | 145 ++++++++++++----------------------------------- 1 file changed, 37 insertions(+), 108 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1411e5b..3a7f9df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,29 +30,17 @@ export default function LandingPage() { @@ -149,29 +110,17 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Users, - title: "Happy Clients", - value: "250+", - }, + id: "m1", icon: Users, + title: "Happy Clients", value: "250+"}, { - id: "m2", - icon: Code, - title: "Projects Completed", - value: "400+", - }, + id: "m2", icon: Code, + title: "Projects Completed", value: "400+"}, { - id: "m3", - icon: TrendingUp, - title: "Avg. Client Growth", - value: "75%", - }, + id: "m3", icon: TrendingUp, + title: "Avg. Client Growth", value: "75%"}, { - id: "m4", - icon: Award, - title: "Years in Business", - value: "8", - }, + id: "m4", icon: Award, + title: "Years in Business", value: "8"}, ]} title="Our Achievements Speak Volumes" description="Driving measurable results and fostering growth for businesses across Egypt and beyond." @@ -183,14 +132,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Tech Innovators", - "Global Reach Solutions", - "Apex Ventures", - "Future Systems Co.", - "Digital Edge Group", - "Synergy Corp", - "Zenith Marketing", - ]} + "Tech Innovators", "Global Reach Solutions", "Apex Ventures", "Future Systems Co.", "Digital Edge Group", "Synergy Corp", "Zenith Marketing"]} title="Trusted by Industry Leaders" description="Partnering with top businesses to achieve their digital ambitions." /> @@ -201,14 +143,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Empowering Your Digital Journey" description={[ - "At TRONIX Solutions, we are dedicated to crafting bespoke digital strategies that deliver tangible results. From captivating branding to robust web platforms, our expertise ensures your business stands out.", - "Our integrated approach combines creativity with data-driven insights, providing solutions that not only look good but perform exceptionally. Experience the TRONIX difference.", - ]} + "At TRONIX Solutions, we are dedicated to crafting bespoke digital strategies that deliver tangible results. From captivating branding to robust web platforms, our expertise ensures your business stands out.", "Our integrated approach combines creativity with data-driven insights, providing solutions that not only look good but perform exceptionally. Experience the TRONIX difference."]} buttons={[ { - text: "Learn More About Us", - href: "/about", - }, + text: "Learn More About Us", href: "/about"}, ]} /> @@ -217,18 +155,13 @@ export default function LandingPage() { @@ -239,16 +172,12 @@ export default function LandingPage() { logoAlt="TRONIX Solutions Logo" logoText="TRONIX Solutions" leftLink={{ - text: "Privacy Policy", - href: "#", - }} + text: "Privacy Policy", href: "#"}} rightLink={{ - text: "Terms of Service", - href: "#", - }} + text: "Terms of Service", href: "#"}} /> ); -} +} \ No newline at end of file -- 2.49.1 From 820b1a537f7a395f2b71ec29e305ae465917cc01 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 11:02:15 +0000 Subject: [PATCH 4/7] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 144 ++++++++----------------------------- 1 file changed, 31 insertions(+), 113 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index fd7205c..daac89a 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 2525cb63c470f9ca41786c05355ef3e54a96fdf0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 11:02:16 +0000 Subject: [PATCH 5/7] Update src/app/services/page.tsx --- src/app/services/page.tsx | 127 ++++++++------------------------------ 1 file changed, 25 insertions(+), 102 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0666ecb..060be74 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -27,29 +27,17 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From b3055e5060460bedbb2b4bed117e26975d027866 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 11:02:16 +0000 Subject: [PATCH 6/7] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f1bb4cd..e98a9d7 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: #121212; - --foreground: #FFFFFF; - --primary-cta: #00FF88; - --primary-cta-text: #0A0A0A; - --secondary-cta: #FFFFFF; - --secondary-cta-text: #0A0A0A; - --accent: #00FF88; - --background-accent: #121212; + --background: #D9D6CF; + --card: #FFFFFF; + --foreground: #000000; + --primary-cta: #A30000; + --primary-cta-text: #FFFFFF; + --secondary-cta: #9A9691; + --secondary-cta-text: #000000; + --accent: #A30000; + --background-accent: #9A9691; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From b13e888ef2bef6f49186bcccae12cfc16501a842 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 11:02:17 +0000 Subject: [PATCH 7/7] Update src/app/testimonials/page.tsx --- src/app/testimonials/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 61b3dd3..b5ed153 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -108,4 +108,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1