diff --git a/components/IndustriesGrid.js b/components/IndustriesGrid.js
new file mode 100644
index 0000000..620f011
--- /dev/null
+++ b/components/IndustriesGrid.js
@@ -0,0 +1,113 @@
+import styles from './IndustriesGrid.module.css';
+import Image from 'next/image';
+
+export default function IndustriesGrid() {
+
+ const gridData = [
+ {
+ title: 'HR',
+ descriptions: 'Transform HR operations and boost team productivity with automation, driving strategic decision-making and talent management.',
+ buttonLabel: 'Join Waitlist',
+ logo: '/images/noun-human-resources.svg',
+ },
+ {
+ title: 'Law',
+ descriptions: 'Streamline your legal procedures and amplify case management efficacy by delegating repetitive tasks to our automation solution.',
+ buttonLabel: 'Join Waitlist',
+ logo: '/images/noun-law.svg',
+ },
+ {
+ title: 'Insurance',
+ descriptions: 'Optimize operational costs',
+ buttonLabel: 'Join Waitlist',
+ logo: '/images/noun-insurance.svg',
+ },
+ {
+ title: 'Healthcare',
+ descriptions: 'Optimize patient care and medical record keeping by integrating our automation tool, freeing healthcare professionals for critical tasks.',
+ buttonLabel: 'Join Waitlist',
+ logo: '/images/noun-healthcare.svg',
+ },
+ {
+ title: 'Freight',
+ descriptions: 'Upgrade your logistics, ensure on-time deliveries and increase efficiency by automating repetitive tasks in your freight business.',
+ buttonLabel: 'Join Waitlist',
+ logo: '/images/noun-freight.svg',
+ },
+ {
+ title: 'Pharmacy',
+ descriptions: 'Reinforce accuracy, patient safety and efficient inventory management in your pharmacy with our dependable automation product.',
+ buttonLabel: 'Join Waitlist',
+ logo: '/images/noun-pharmacy.svg',
+ },
+ {
+ title: 'Customer Support',
+ descriptions: 'Revolutionize customer service by automifying mundane tasks, enhancing response times and fostering superior customer satisfaction.',
+ buttonLabel: 'Join Waitlist',
+ logo: '/images/noun-customer-support.svg',
+ },
+ {
+ title: 'Sales Development',
+ descriptions: 'Elevate your sales strategy by automating repetitive tasks, freeing your team to focus on strategic client engagement and revenue growth.',
+ buttonLabel: 'Join Waitlist',
+ logo: '/images/noun-sales-development.svg',
+ },
+ {
+ title: 'Let us build for you',
+ descriptions: 'Customize automation solutions',
+ buttonLabel: 'Join Waitlist',
+ logo: '/images/noun-build.svg',
+ },
+ {
+ title: 'Developers',
+ descriptions: 'Simplify software development processes',
+ buttonLabel: 'Join Waitlist',
+ logo: '/images/noun-developer.svg',
+ },
+ ];
+
+ return (
+
+
+
Achieve more with less effort.
+
+ Our technology observes and records your software interactions, automating repetitive tasks.
+ Spend less time on manual processes and more on tasks that truly matter.
+
+
+
+
+ Revolutionizing Industries with AI-First Automation for Growth and Transformation.
+
@@ -102,6 +90,7 @@ export default function Home() {
+
{/*
*/}
@@ -174,4 +163,4 @@ export default function Home() {
>
)
-}
+}
\ No newline at end of file
diff --git a/components/MastHead.module.css b/components/MastHead.module.css
index 6e7faa3..4535331 100644
--- a/components/MastHead.module.css
+++ b/components/MastHead.module.css
@@ -16,4 +16,4 @@
rgba(0,0,60,1) 75%,
rgba(0,0,45,1) 100%
);
-}
+}
\ No newline at end of file
diff --git a/public/images/masthead.svg b/public/images/masthead.svg
new file mode 100644
index 0000000..c02e67c
--- /dev/null
+++ b/public/images/masthead.svg
@@ -0,0 +1,110 @@
+
\ No newline at end of file
diff --git a/public/images/noun-build.svg b/public/images/noun-build.svg
new file mode 100644
index 0000000..7907ea2
--- /dev/null
+++ b/public/images/noun-build.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/noun-customer-support.svg b/public/images/noun-customer-support.svg
new file mode 100644
index 0000000..b7bb981
--- /dev/null
+++ b/public/images/noun-customer-support.svg
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/public/images/noun-developer.svg b/public/images/noun-developer.svg
new file mode 100644
index 0000000..b149f73
--- /dev/null
+++ b/public/images/noun-developer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/noun-freight.svg b/public/images/noun-freight.svg
new file mode 100644
index 0000000..dbb9c10
--- /dev/null
+++ b/public/images/noun-freight.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/noun-healthcare.svg b/public/images/noun-healthcare.svg
new file mode 100644
index 0000000..af4adf0
--- /dev/null
+++ b/public/images/noun-healthcare.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/noun-human-resources.svg b/public/images/noun-human-resources.svg
new file mode 100644
index 0000000..a966468
--- /dev/null
+++ b/public/images/noun-human-resources.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/noun-insurance.svg b/public/images/noun-insurance.svg
new file mode 100644
index 0000000..0361536
--- /dev/null
+++ b/public/images/noun-insurance.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/noun-law.svg b/public/images/noun-law.svg
new file mode 100644
index 0000000..bced7b4
--- /dev/null
+++ b/public/images/noun-law.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/noun-pharmacy.svg b/public/images/noun-pharmacy.svg
new file mode 100644
index 0000000..5b54237
--- /dev/null
+++ b/public/images/noun-pharmacy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/noun-sales-development.svg b/public/images/noun-sales-development.svg
new file mode 100644
index 0000000..37fe719
--- /dev/null
+++ b/public/images/noun-sales-development.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/web b/web
new file mode 160000
index 0000000..38855be
--- /dev/null
+++ b/web
@@ -0,0 +1 @@
+Subproject commit 38855bef1160579d2d631f312b48d4bff06651b1