From 25503a64e2c4a98d21786067d221bd348f527838 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:51:36 +0000 Subject: [PATCH 1/5] Add src/app/about/page.tsx --- src/app/about/page.tsx | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/app/about/page.tsx diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..ed661b9 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,40 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; + +export default function AboutPage() { + return ( + + + +
+ +
+ +
+
+ ); +} -- 2.49.1 From b0f51a174852791a848dc6d1617e14c66b8c81ed Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:51:36 +0000 Subject: [PATCH 2/5] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/app/contact/page.tsx diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..a25fe8b --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,35 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; + +export default function ContactPage() { + return ( + + + + + + + + ); +} -- 2.49.1 From 1262f49066f2a422e99240ceb32770ff2c0eb83d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:51:37 +0000 Subject: [PATCH 3/5] Add src/app/impact/page.tsx --- src/app/impact/page.tsx | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/app/impact/page.tsx diff --git a/src/app/impact/page.tsx b/src/app/impact/page.tsx new file mode 100644 index 0000000..087d0a9 --- /dev/null +++ b/src/app/impact/page.tsx @@ -0,0 +1,41 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { TrendingUp, CheckCircle, Award } from "lucide-react"; + +export default function ImpactPage() { + return ( + + + + + + + + ); +} -- 2.49.1 From b374cd6099f16412a3abdfea49f46e01c9d2e329 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:51:37 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 240 ++++++----------------------------------------- 1 file changed, 29 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8420d17..3b3e3ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -129,21 +81,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - icon: Zap, - title: "Predictive ESG Compliance", - description: "Automated reporting and predictive auditing powered by AI.", - }, - { - icon: Shield, - title: "Certification Strategy", - description: "Seamless roadmap to attain global ESG certifications.", - }, - { - icon: Globe, - title: "Sustainable AI Transformation", - description: "Optimize resource allocation through smart technology integration.", - }, + { icon: Zap, title: "Predictive ESG Compliance", description: "Automated reporting and predictive auditing powered by AI." }, + { icon: Shield, title: "Certification Strategy", description: "Seamless roadmap to attain global ESG certifications." }, + { icon: Globe, title: "Sustainable AI Transformation", description: "Optimize resource allocation through smart technology integration." }, ]} title="Integrated Solutions" description="Powerful tools to align your business with environmental and social standards using predictive AI." @@ -157,27 +97,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "40%", - title: "Efficiency Gain", - description: "Through AI process optimization.", - icon: TrendingUp, - }, - { - id: "m2", - value: "100%", - title: "ESG Compliance", - description: "Audit-ready reporting standards.", - icon: CheckCircle, - }, - { - id: "m3", - value: "2x", - title: "Resource ROI", - description: "Enhanced sustainable asset utilization.", - icon: Award, - }, + { id: "m1", value: "40%", title: "Efficiency Gain", description: "Through AI process optimization.", icon: TrendingUp }, + { id: "m2", value: "100%", title: "ESG Compliance", description: "Audit-ready reporting standards.", icon: CheckCircle }, + { id: "m3", value: "2x", title: "Resource ROI", description: "Enhanced sustainable asset utilization.", icon: Award }, ]} title="Measurable Results" description="Quantifiable growth through strategic business engineering." @@ -189,128 +111,24 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Alice Smith", - date: "Jan 2025", - title: "CEO", - quote: "The integration of AI into our ESG framework has been revolutionary.", - tag: "Tech", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-99694.jpg?_wi=2", - imageAlt: "digital abstract background blue technology", - }, - { - id: "2", - name: "Bob Johnson", - date: "Dec 2024", - title: "CTO", - quote: "Incredible clarity in our sustainability certifications.", - tag: "SaaS", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2148815600.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252423.jpg", - imageAlt: "professional tech consulting desk", - }, - { - id: "3", - name: "Carol White", - date: "Nov 2024", - title: "Founder", - quote: "Finally, a roadmap that makes sense for the future.", - tag: "Retail", - avatarSrc: "http://img.b2bpic.net/free-photo/bearded-male-eyeglasses-with-tattoo-his-arm-sits-chair-using-tablet-pc_613910-12168.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-binary-code-background_1048-6821.jpg", - imageAlt: "neural network data analytics", - }, - { - id: "4", - name: "David Brown", - date: "Oct 2024", - title: "Sustainability Dir", - quote: "We achieved our certification 3 months ahead of schedule.", - tag: "Energy", - avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-data-particles-flowing-cyber-particles-technology-background_1048-13357.jpg", - imageAlt: "eco friendly technology icon", - }, - { - id: "5", - name: "Eve Davis", - date: "Sep 2024", - title: "COO", - quote: "Data-driven ESG is the only way forward. Exceptional service.", - tag: "Logistics", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/business-strategy_53876-167052.jpg", - imageAlt: "business growth strategy digital", - }, + { id: "1", name: "Alice Smith", date: "Jan 2025", title: "CEO", quote: "The integration of AI into our ESG framework has been revolutionary.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg", imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-99694.jpg?_wi=2", imageAlt: "digital abstract background blue technology" }, + { id: "2", name: "Bob Johnson", date: "Dec 2024", title: "CTO", quote: "Incredible clarity in our sustainability certifications.", tag: "SaaS", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2148815600.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252423.jpg", imageAlt: "professional tech consulting desk" }, + { id: "3", name: "Carol White", date: "Nov 2024", title: "Founder", quote: "Finally, a roadmap that makes sense for the future.", tag: "Retail", avatarSrc: "http://img.b2bpic.net/free-photo/bearded-male-eyeglasses-with-tattoo-his-arm-sits-chair-using-tablet-pc_613910-12168.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-binary-code-background_1048-6821.jpg", imageAlt: "neural network data analytics" }, + { id: "4", name: "David Brown", date: "Oct 2024", title: "Sustainability Dir", quote: "We achieved our certification 3 months ahead of schedule.", tag: "Energy", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-data-particles-flowing-cyber-particles-technology-background_1048-13357.jpg", imageAlt: "eco friendly technology icon" }, + { id: "5", name: "Eve Davis", date: "Sep 2024", title: "COO", quote: "Data-driven ESG is the only way forward. Exceptional service.", tag: "Logistics", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-strategy_53876-167052.jpg", imageAlt: "business growth strategy digital" }, ]} title="Trusted by Leaders" description="Driving the next wave of sustainable business transformation." /> -
- -
- -- 2.49.1 From 8598835b80d24e98022cfeb2d6c0a92fd5c346e4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:51:38 +0000 Subject: [PATCH 5/5] Add src/app/solutions/page.tsx --- src/app/solutions/page.tsx | 47 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/app/solutions/page.tsx diff --git a/src/app/solutions/page.tsx b/src/app/solutions/page.tsx new file mode 100644 index 0000000..0eb33a6 --- /dev/null +++ b/src/app/solutions/page.tsx @@ -0,0 +1,47 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Zap, Shield, Globe } from "lucide-react"; + +export default function SolutionsPage() { + return ( + + + +
+ +
+ +
+
+ ); +} -- 2.49.1