);
diff --git a/apps/www/config/site.config.ts b/apps/www/config/site.config.ts
index 1bc65cc..1f00d3e 100644
--- a/apps/www/config/site.config.ts
+++ b/apps/www/config/site.config.ts
@@ -17,7 +17,7 @@ What started as a simple issue tracker, has since evolved into a powerful projec
},
},
homePage: {
- heading: "Integrate Ai services in your products with own Ai agents",
+ heading: "Integrate AI services in your products with own AI agents",
description: `Empower your SAAS support service with your own AI agent. Let our
intelligent assistant handle your customer queries, provide instant
solutions, and enhance your customer satisfaction.`,
@@ -29,7 +29,7 @@ What started as a simple issue tracker, has since evolved into a powerful projec
description: `Linear is shaped by the practices and principles that distinguish world-class product teams from the rest: relentless focus, fast execution, and a commitment to the quality of craft.`,
},
agents: {
- heading: "Build your own Ai agents",
+ heading: "Build your own AI agents",
description: `Linear is shaped by the practices and principles that distinguish world-class product teams from the rest: relentless focus, fast execution, and a commitment to the quality of craft.`,
},
widgets: {
diff --git a/apps/www/images/image.ts b/apps/www/images/image.ts
new file mode 100644
index 0000000..837ed18
--- /dev/null
+++ b/apps/www/images/image.ts
@@ -0,0 +1,3 @@
+import aiCode from "../assests/ai-assistant.ts.png";
+
+export { aiCode };
diff --git a/apps/www/tailwind.config.ts b/apps/www/tailwind.config.ts
index 7754092..d321769 100644
--- a/apps/www/tailwind.config.ts
+++ b/apps/www/tailwind.config.ts
@@ -9,6 +9,9 @@ const config: Config = {
],
theme: {
extend: {
+ fontFamily: {
+ inter: ["var(--font-inter)", "sans-serif"],
+ },
colors: {
background: "hsl(var(--background))",
foreground: "hsl(var(--foreground))",