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 0000000..5ae549e
Binary files /dev/null and b/site/public/static/patrick.webp differ
diff --git a/site/utils/types.ts b/site/utils/types.ts
index 5e68366..6c9e8a5 100644
--- a/site/utils/types.ts
+++ b/site/utils/types.ts
@@ -5,6 +5,7 @@ export type Post = {
thumbnail: string;
author: string;
intro: string;
+ authorImage: string;
};
export type PostsPageProps = {