Skip to content

Commit e0684c1

Browse files
authored
feat: text style (#38)
* feat: text style * feat: redirect
1 parent 2f446cf commit e0684c1

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

app/_components/blog/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export default async function BlogList() {
2525
return (
2626
<Link
2727
href={`/blog${route}`}
28-
target="_blank"
2928
key={route}
3029
className="group flex w-full hover:bg-black/10 dark:hover:bg-white/20 duration-300 transition-all cursor-pointer flex-col gap-2 rounded-xl border-gray-700 p-4"
3130
>

app/_components/home/HowItWorks.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function HowItWorks() {
1313
<h2 className="font-oceanic text-[40px] leading-[46px] whitespace-pre-line md:text-[48px] md:leading-[56px] ">
1414
{"Unchain your potential\nwith Wrtn Agent OS"}
1515
</h2>
16-
<p className="text-base whitespace-pre-line">
16+
<p className="text-base leading-6 md:whitespace-pre-line text-[#767676]">
1717
{
1818
"Using Wrtn Agent OS, you can easily create and share your own AI apps and agents\nthrough natural language input and a no-code interface, even without any knowledge of development."
1919
}

app/_components/home/OpenSource.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { addBasePath } from "@/app/_lib/add-base-path";
77

88
export default function OpenSource() {
99
return (
10-
<div className="flex w-full flex-col bg-black items-center gap-20 pb-[100px] pt-[200px] md:pb-0 px-8">
10+
<div className="flex w-full flex-col bg-black items-center gap-20 pb-[100px] pt-[200px] px-4 md:pb-0 md:px-8">
1111
<div className="flex flex-col md:items-center md:text-center gap-6">
1212
<h2 className="font-oceanic text-[40px] leading-[46px] text-[#E6FDFC] md:whitespace-pre-line">
1313
{"Based on powerful\nOpen Source Ecosystem"}

app/_components/home/Roadmap.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function Roadmap() {
1212
<h2 className="font-oceanic text-[40px] leading-[46px] whitespace-pre-line text-[#E6FDFC]">
1313
{"Built from the ground up\nfor every layer of AI Agents"}
1414
</h2>
15-
<p className="text-lg whitespace-pre-line text-[#A7B4B3]">
15+
<p className="text-lg md:whitespace-pre-line text-[#A7B4B3]">
1616
{
1717
"Agent OS lets you seamlessly build, deploy, manage, and host AI agents\nusing Agentica and open-source libraries—while integrating powerful AI\ntools and enabling LLMs to take action in apps."
1818
}

app/_components/home/Service.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ export default function Service() {
2121

2222
return (
2323
<div className="flex max-w-screen flex-col items-center gap-6 px-4 pb-52 text-center">
24-
<h2 className="font-oceanic text-[32px] text-[#071414] md:text-5xl md:whitespace-pre-line">
24+
<h2 className="font-oceanic text-[40px] text-left md:text-center leading-[46px] text-[#071414] md:text-[48px] md:leading-[56px] md:whitespace-pre-line">
2525
{"Turn Conversations\ninto Conversions"}
2626
</h2>
27-
<p className="text-base text-[#767676] md:text-lg md:whitespace-pre-line">
27+
<p className="text-base text-[#767676] text-left md:text-center md:text-lg md:whitespace-pre-line">
2828
{
2929
"Wrtn Agent OS enables all to be free from repetitive tasks and work\nefficiently across different jobs and environments"
3030
}

0 commit comments

Comments
 (0)