From f62c7e50d6d2f25845b206a339b0d5f3937c21b0 Mon Sep 17 00:00:00 2001
From: DOZIBE NWABUOKU <101020067+doziben@users.noreply.github.com>
Date: Fri, 5 Apr 2024 13:30:53 +0100
Subject: [PATCH] Blog v1 (#144)
* feat: blog
* feat: cleanup touches
* fix: build issues relating to urlObj
* fix: remove hover effect from blog cards
---
site/pages/blog/index.tsx | 155 ++++++++++--------
site/pages/components/BlogCard1.tsx | 66 ++++++++
site/pages/components/BlogCard2.tsx | 49 ++++++
site/pages/components/BlogHeader.tsx | 46 ++++++
site/pages/posts/Post.module.css | 141 ++++++++--------
site/pages/posts/[id].js | 102 ++++++++++--
.../customer support for small businesses.md | 19 +--
site/pages/posts/science fiction.md | 44 +++++
site/pages/posts/test 2.md | 44 +++++
site/pages/posts/test 3.md | 44 +++++
site/public/static/header-bg.svg | 30 ++++
site/public/static/patrick.webp | Bin 0 -> 141288 bytes
site/utils/types.ts | 1 +
13 files changed, 575 insertions(+), 166 deletions(-)
create mode 100644 site/pages/components/BlogCard1.tsx
create mode 100644 site/pages/components/BlogCard2.tsx
create mode 100644 site/pages/components/BlogHeader.tsx
create mode 100644 site/pages/posts/science fiction.md
create mode 100644 site/pages/posts/test 2.md
create mode 100644 site/pages/posts/test 3.md
create mode 100644 site/public/static/header-bg.svg
create mode 100644 site/public/static/patrick.webp
diff --git a/site/pages/blog/index.tsx b/site/pages/blog/index.tsx
index 0920e2c..4dec32b 100644
--- a/site/pages/blog/index.tsx
+++ b/site/pages/blog/index.tsx
@@ -1,76 +1,97 @@
-import Image from 'next/image';
-import Link from 'next/link';
-import { getSortedPostsData } from '../../utils/posts';
-import Navbar from "@/pages/components/Navbar";
+import Image from "next/image";
+import Link from "next/link";
+import { getSortedPostsData } from "../../utils/posts";
+
import Footer from "@/pages/components/Footer";
-import { PostsPageProps } from '../../utils/types';
+import { PostsPageProps } from "../../utils/types";
+import CTACard from "../components/CTACard";
+import Header from "../components/BlogHeader";
+import { Fragment } from "react";
+import SEOConfig from "../components/SEOConfig";
+import Container from "../components/Container";
+import BlogCard1 from "../components/BlogCard1";
+import BlogCard2 from "../components/BlogCard2";
export async function getStaticProps() {
- const allPostsData = await getSortedPostsData();
- return {
- props: {
- allPostsData
- }
- };
+ const allPostsData = await getSortedPostsData();
+ return {
+ props: {
+ allPostsData,
+ },
+ };
}
export default function PostsPage({ allPostsData }: PostsPageProps) {
- const blogPostStyle = {
- width: '100%', // On mobile, the blog post takes full width
- marginBottom: '20px',
- textAlign: 'center',
- border: '1px solid #ddd',
- boxShadow: '0px 0px 10px rgba(0,0,0,0.1)',
- borderRadius: '8px',
- overflow: 'hidden',
- backgroundColor: '#fff',
- display: 'flex',
- flexDirection: 'column',
- alignItems: 'center',
- padding: '15px',
- // Use a media query for larger screens
- '@media (min-width: 768px)': {
- width: 'calc(33.333% - 20px)', // Adjust width on larger screens
- }
- };
-
return (
-
-
-
aixplora.app - Blog
-
-
Generative AI and the power of embeddings are changing how we find and use information in exciting ways. Imagine having a super-smart assistant that can sift through mountains of data to find exactly what you need, or even create new, useful information on the spot. That's what we're working on! We're here to make these cutting-edge technologies understandable and accessible to everyone. Join us as we explore how these tools are opening up new possibilities and making our digital world smarter and more connected.
+
+
+
+
+
);
}
diff --git a/site/pages/posts/customer support for small businesses.md b/site/pages/posts/customer support for small businesses.md
index b6e99f6..c62ce9a 100644
--- a/site/pages/posts/customer support for small businesses.md
+++ b/site/pages/posts/customer support for small businesses.md
@@ -4,44 +4,41 @@ date: "2024-03-23"
thumbnail: "/static/using_aixplora_to_scale_small_business_efficiency.webp"
intro: "Small businesses spend a huge amount of time answering customer's answers. Mostly recurring questions which could be answered by a intelligent chatbot. With AIxplora we show you how that could be done!"
author: "Patrick"
+authorImage: "/static/patrick.webp"
---
-## How AI Can Revolutionize Customer Support for Small Businesses
+## How AI Can Revolutionize Customer Support for Small Businesses
In today's fast-paced world, customer support plays a crucial role in the success of any business, big or small. But for small businesses with limited resources, providing efficient and effective customer support can be a challenging task. This is where the power of Artificial Intelligence (AI), particularly Language Model (LLM) and embeddings, comes into play, offering innovative solutions to streamline customer support processes.
### Understanding Customer Support Challenges for Small Businesses
-
Small businesses often face constraints such as limited manpower, time, and budget when it comes to offering customer support services. Traditional methods like phone calls and emails may not always be feasible or efficient, leading to delays in response time and potential customer dissatisfaction. Moreover, small businesses may lack the resources to invest in advanced customer support technologies.
### Enter AI: Transforming Customer Support Landscape
-
AI technologies, such as LLMs and embeddings, have the potential to revolutionize customer support for small businesses by automating repetitive tasks, providing instant responses, and offering personalized assistance to customers. These technologies leverage the power of natural language processing to understand and respond to customer queries effectively.
## AIxplora: Empowering Small Businesses with Intelligent Bots
-
One such innovative tool is AIxplora, which utilizes vector databases combined with embeddings to create intelligent bots tailored for customer support. These bots can be easily integrated into websites using HTML tags or even WordPress plugins, making them accessible to small businesses without the need for extensive technical expertise.
### How AIxplora Works
-- Vector Databases: AIxplora utilizes vector databases to store and retrieve information efficiently. This allows the bots to understand the context of customer queries and provide relevant responses.
+- Vector Databases: AIxplora utilizes vector databases to store and retrieve information efficiently. This allows the bots to understand the context of customer queries and provide relevant responses.
-- Embeddings: By leveraging embeddings, AIxplora can represent words and phrases in a high-dimensional space, capturing semantic similarities and relationships. This enables the bots to comprehend natural language nuances and deliver accurate responses.
+- Embeddings: By leveraging embeddings, AIxplora can represent words and phrases in a high-dimensional space, capturing semantic similarities and relationships. This enables the bots to comprehend natural language nuances and deliver accurate responses.
-- Intelligent Bots: AIxplora's intelligent bots are trained to handle various customer queries, ranging from product inquiries to troubleshooting issues. They can analyze customer messages, identify intent, and offer tailored solutions in real-time.
+- Intelligent Bots: AIxplora's intelligent bots are trained to handle various customer queries, ranging from product inquiries to troubleshooting issues. They can analyze customer messages, identify intent, and offer tailored solutions in real-time.
### Benefits for Small Businesses
-- Cost-Effective: AIxplora offers cost-effective solutions for small businesses, eliminating the need for hiring additional support staff or investing in expensive customer support software.
+- Cost-Effective: AIxplora offers cost-effective solutions for small businesses, eliminating the need for hiring additional support staff or investing in expensive customer support software.
-- 24/7 Availability: With AIxplora's bots, small businesses can provide round-the-clock customer support, ensuring that queries are addressed promptly, even outside of business hours.
+- 24/7 Availability: With AIxplora's bots, small businesses can provide round-the-clock customer support, ensuring that queries are addressed promptly, even outside of business hours.
-- Improved Efficiency: By automating repetitive tasks and providing instant responses, AIxplora helps small businesses streamline their customer support processes, enhancing efficiency and productivity.
+- Improved Efficiency: By automating repetitive tasks and providing instant responses, AIxplora helps small businesses streamline their customer support processes, enhancing efficiency and productivity.
## Conclusion
-
In conclusion, AI technologies like LLMs and embeddings hold tremendous potential to transform customer support for small businesses. With tools like AIxplora, small businesses can harness the power of AI to provide exceptional customer service, enhance customer satisfaction, and drive business growth in today's competitive market landscape. By embracing AI-driven solutions, small businesses can level the playing field and compete effectively with larger enterprises, ultimately leading to long-term success and sustainability.
diff --git a/site/pages/posts/science fiction.md b/site/pages/posts/science fiction.md
new file mode 100644
index 0000000..c62ce9a
--- /dev/null
+++ b/site/pages/posts/science fiction.md
@@ -0,0 +1,44 @@
+---
+title: "How LLMs and embeddings can help small businesses in customer support"
+date: "2024-03-23"
+thumbnail: "/static/using_aixplora_to_scale_small_business_efficiency.webp"
+intro: "Small businesses spend a huge amount of time answering customer's answers. Mostly recurring questions which could be answered by a intelligent chatbot. With AIxplora we show you how that could be done!"
+author: "Patrick"
+authorImage: "/static/patrick.webp"
+---
+
+## How AI Can Revolutionize Customer Support for Small Businesses
+
+In today's fast-paced world, customer support plays a crucial role in the success of any business, big or small. But for small businesses with limited resources, providing efficient and effective customer support can be a challenging task. This is where the power of Artificial Intelligence (AI), particularly Language Model (LLM) and embeddings, comes into play, offering innovative solutions to streamline customer support processes.
+
+### Understanding Customer Support Challenges for Small Businesses
+
+Small businesses often face constraints such as limited manpower, time, and budget when it comes to offering customer support services. Traditional methods like phone calls and emails may not always be feasible or efficient, leading to delays in response time and potential customer dissatisfaction. Moreover, small businesses may lack the resources to invest in advanced customer support technologies.
+
+### Enter AI: Transforming Customer Support Landscape
+
+AI technologies, such as LLMs and embeddings, have the potential to revolutionize customer support for small businesses by automating repetitive tasks, providing instant responses, and offering personalized assistance to customers. These technologies leverage the power of natural language processing to understand and respond to customer queries effectively.
+
+## AIxplora: Empowering Small Businesses with Intelligent Bots
+
+One such innovative tool is AIxplora, which utilizes vector databases combined with embeddings to create intelligent bots tailored for customer support. These bots can be easily integrated into websites using HTML tags or even WordPress plugins, making them accessible to small businesses without the need for extensive technical expertise.
+
+### How AIxplora Works
+
+- Vector Databases: AIxplora utilizes vector databases to store and retrieve information efficiently. This allows the bots to understand the context of customer queries and provide relevant responses.
+
+- Embeddings: By leveraging embeddings, AIxplora can represent words and phrases in a high-dimensional space, capturing semantic similarities and relationships. This enables the bots to comprehend natural language nuances and deliver accurate responses.
+
+- Intelligent Bots: AIxplora's intelligent bots are trained to handle various customer queries, ranging from product inquiries to troubleshooting issues. They can analyze customer messages, identify intent, and offer tailored solutions in real-time.
+
+### Benefits for Small Businesses
+
+- Cost-Effective: AIxplora offers cost-effective solutions for small businesses, eliminating the need for hiring additional support staff or investing in expensive customer support software.
+
+- 24/7 Availability: With AIxplora's bots, small businesses can provide round-the-clock customer support, ensuring that queries are addressed promptly, even outside of business hours.
+
+- Improved Efficiency: By automating repetitive tasks and providing instant responses, AIxplora helps small businesses streamline their customer support processes, enhancing efficiency and productivity.
+
+## Conclusion
+
+In conclusion, AI technologies like LLMs and embeddings hold tremendous potential to transform customer support for small businesses. With tools like AIxplora, small businesses can harness the power of AI to provide exceptional customer service, enhance customer satisfaction, and drive business growth in today's competitive market landscape. By embracing AI-driven solutions, small businesses can level the playing field and compete effectively with larger enterprises, ultimately leading to long-term success and sustainability.
diff --git a/site/pages/posts/test 2.md b/site/pages/posts/test 2.md
new file mode 100644
index 0000000..c62ce9a
--- /dev/null
+++ b/site/pages/posts/test 2.md
@@ -0,0 +1,44 @@
+---
+title: "How LLMs and embeddings can help small businesses in customer support"
+date: "2024-03-23"
+thumbnail: "/static/using_aixplora_to_scale_small_business_efficiency.webp"
+intro: "Small businesses spend a huge amount of time answering customer's answers. Mostly recurring questions which could be answered by a intelligent chatbot. With AIxplora we show you how that could be done!"
+author: "Patrick"
+authorImage: "/static/patrick.webp"
+---
+
+## How AI Can Revolutionize Customer Support for Small Businesses
+
+In today's fast-paced world, customer support plays a crucial role in the success of any business, big or small. But for small businesses with limited resources, providing efficient and effective customer support can be a challenging task. This is where the power of Artificial Intelligence (AI), particularly Language Model (LLM) and embeddings, comes into play, offering innovative solutions to streamline customer support processes.
+
+### Understanding Customer Support Challenges for Small Businesses
+
+Small businesses often face constraints such as limited manpower, time, and budget when it comes to offering customer support services. Traditional methods like phone calls and emails may not always be feasible or efficient, leading to delays in response time and potential customer dissatisfaction. Moreover, small businesses may lack the resources to invest in advanced customer support technologies.
+
+### Enter AI: Transforming Customer Support Landscape
+
+AI technologies, such as LLMs and embeddings, have the potential to revolutionize customer support for small businesses by automating repetitive tasks, providing instant responses, and offering personalized assistance to customers. These technologies leverage the power of natural language processing to understand and respond to customer queries effectively.
+
+## AIxplora: Empowering Small Businesses with Intelligent Bots
+
+One such innovative tool is AIxplora, which utilizes vector databases combined with embeddings to create intelligent bots tailored for customer support. These bots can be easily integrated into websites using HTML tags or even WordPress plugins, making them accessible to small businesses without the need for extensive technical expertise.
+
+### How AIxplora Works
+
+- Vector Databases: AIxplora utilizes vector databases to store and retrieve information efficiently. This allows the bots to understand the context of customer queries and provide relevant responses.
+
+- Embeddings: By leveraging embeddings, AIxplora can represent words and phrases in a high-dimensional space, capturing semantic similarities and relationships. This enables the bots to comprehend natural language nuances and deliver accurate responses.
+
+- Intelligent Bots: AIxplora's intelligent bots are trained to handle various customer queries, ranging from product inquiries to troubleshooting issues. They can analyze customer messages, identify intent, and offer tailored solutions in real-time.
+
+### Benefits for Small Businesses
+
+- Cost-Effective: AIxplora offers cost-effective solutions for small businesses, eliminating the need for hiring additional support staff or investing in expensive customer support software.
+
+- 24/7 Availability: With AIxplora's bots, small businesses can provide round-the-clock customer support, ensuring that queries are addressed promptly, even outside of business hours.
+
+- Improved Efficiency: By automating repetitive tasks and providing instant responses, AIxplora helps small businesses streamline their customer support processes, enhancing efficiency and productivity.
+
+## Conclusion
+
+In conclusion, AI technologies like LLMs and embeddings hold tremendous potential to transform customer support for small businesses. With tools like AIxplora, small businesses can harness the power of AI to provide exceptional customer service, enhance customer satisfaction, and drive business growth in today's competitive market landscape. By embracing AI-driven solutions, small businesses can level the playing field and compete effectively with larger enterprises, ultimately leading to long-term success and sustainability.
diff --git a/site/pages/posts/test 3.md b/site/pages/posts/test 3.md
new file mode 100644
index 0000000..c62ce9a
--- /dev/null
+++ b/site/pages/posts/test 3.md
@@ -0,0 +1,44 @@
+---
+title: "How LLMs and embeddings can help small businesses in customer support"
+date: "2024-03-23"
+thumbnail: "/static/using_aixplora_to_scale_small_business_efficiency.webp"
+intro: "Small businesses spend a huge amount of time answering customer's answers. Mostly recurring questions which could be answered by a intelligent chatbot. With AIxplora we show you how that could be done!"
+author: "Patrick"
+authorImage: "/static/patrick.webp"
+---
+
+## How AI Can Revolutionize Customer Support for Small Businesses
+
+In today's fast-paced world, customer support plays a crucial role in the success of any business, big or small. But for small businesses with limited resources, providing efficient and effective customer support can be a challenging task. This is where the power of Artificial Intelligence (AI), particularly Language Model (LLM) and embeddings, comes into play, offering innovative solutions to streamline customer support processes.
+
+### Understanding Customer Support Challenges for Small Businesses
+
+Small businesses often face constraints such as limited manpower, time, and budget when it comes to offering customer support services. Traditional methods like phone calls and emails may not always be feasible or efficient, leading to delays in response time and potential customer dissatisfaction. Moreover, small businesses may lack the resources to invest in advanced customer support technologies.
+
+### Enter AI: Transforming Customer Support Landscape
+
+AI technologies, such as LLMs and embeddings, have the potential to revolutionize customer support for small businesses by automating repetitive tasks, providing instant responses, and offering personalized assistance to customers. These technologies leverage the power of natural language processing to understand and respond to customer queries effectively.
+
+## AIxplora: Empowering Small Businesses with Intelligent Bots
+
+One such innovative tool is AIxplora, which utilizes vector databases combined with embeddings to create intelligent bots tailored for customer support. These bots can be easily integrated into websites using HTML tags or even WordPress plugins, making them accessible to small businesses without the need for extensive technical expertise.
+
+### How AIxplora Works
+
+- Vector Databases: AIxplora utilizes vector databases to store and retrieve information efficiently. This allows the bots to understand the context of customer queries and provide relevant responses.
+
+- Embeddings: By leveraging embeddings, AIxplora can represent words and phrases in a high-dimensional space, capturing semantic similarities and relationships. This enables the bots to comprehend natural language nuances and deliver accurate responses.
+
+- Intelligent Bots: AIxplora's intelligent bots are trained to handle various customer queries, ranging from product inquiries to troubleshooting issues. They can analyze customer messages, identify intent, and offer tailored solutions in real-time.
+
+### Benefits for Small Businesses
+
+- Cost-Effective: AIxplora offers cost-effective solutions for small businesses, eliminating the need for hiring additional support staff or investing in expensive customer support software.
+
+- 24/7 Availability: With AIxplora's bots, small businesses can provide round-the-clock customer support, ensuring that queries are addressed promptly, even outside of business hours.
+
+- Improved Efficiency: By automating repetitive tasks and providing instant responses, AIxplora helps small businesses streamline their customer support processes, enhancing efficiency and productivity.
+
+## Conclusion
+
+In conclusion, AI technologies like LLMs and embeddings hold tremendous potential to transform customer support for small businesses. With tools like AIxplora, small businesses can harness the power of AI to provide exceptional customer service, enhance customer satisfaction, and drive business growth in today's competitive market landscape. By embracing AI-driven solutions, small businesses can level the playing field and compete effectively with larger enterprises, ultimately leading to long-term success and sustainability.
diff --git a/site/public/static/header-bg.svg b/site/public/static/header-bg.svg
new file mode 100644
index 0000000..2c14f13
--- /dev/null
+++ b/site/public/static/header-bg.svg
@@ -0,0 +1,30 @@
+
diff --git a/site/public/static/patrick.webp b/site/public/static/patrick.webp
new file mode 100644
index 0000000000000000000000000000000000000000..5ae549e99545de1c633a901f4623258da5c0f881
GIT binary patch
literal 141288
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