Skip to content

Commit

Permalink
feat:圆角Hexo组件
Browse files Browse the repository at this point in the history
  • Loading branch information
PaloMiku committed Nov 3, 2024
1 parent 5ccb092 commit e8f99ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export default function Page(): React.ReactElement {

function Hero(): React.ReactElement {
return (
<div className="container relative z-[2] flex flex-col overflow-hidden border-x border-t bg-fd-background px-6 pt-12 max-md:text-center md:px-12 md:pt-16 [.uwu_&]:hidden">
<div className="container relative z-[2] flex flex-col overflow-hidden border-x border-t rounded-t-2xl bg-fd-background px-6 pt-12 max-md:text-center md:px-12 md:pt-16 [.uwu_&]:hidden">
<h1 className="mb-8 text-4xl font-medium">
Mix Space
<br />
Expand Down Expand Up @@ -284,7 +284,7 @@ function Feedback(): React.ReactElement {
return (
<div className="relative flex flex-col items-center overflow-hidden border-x border-t px-6 pb-16 pt-16 text-center">
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 max-w-5xl w-full">
<div className="rounded-xl border bg-gradient-to-b from-secondary/50 p-6 shadow-lg hover:shadow-xl transition-shadow">
<div className="rounded-2xl border bg-gradient-to-b from-secondary/50 p-6 shadow-lg hover:shadow-xl transition-shadow">
<p className="text-base font-medium mb-6">
"Mix Space,是一个小型的个人空间程序。继承了传统的博客,有着不同于博客的丰富的内容。适合那些喜欢写不同风格或类型的写作爱好者。"
</p>
Expand All @@ -310,7 +310,7 @@ function Feedback(): React.ReactElement {
</div>
</div>
</div>
<div className="rounded-xl border bg-gradient-to-b from-secondary/50 p-6 shadow-lg hover:shadow-xl transition-shadow">
<div className="rounded-2xl border bg-gradient-to-b from-secondary/50 p-6 shadow-lg hover:shadow-xl transition-shadow">
<p className="text-base font-medium mb-6">
"Mix Space 的文档非常详细,总有新的内容和功能在开发中。我自己也在用 Mix Space,博文加手记的记录个人空间体验非常不错。它改变了我的写作方式。"
</p>
Expand All @@ -336,7 +336,7 @@ function Feedback(): React.ReactElement {
</div>
</div>
</div>
<div className="rounded-xl border bg-gradient-to-b from-secondary/50 p-6 shadow-lg hover:shadow-xl transition-shadow">
<div className="rounded-2xl border bg-gradient-to-b from-secondary/50 p-6 shadow-lg hover:shadow-xl transition-shadow">
<p className="text-base font-medium mb-6">
"Mix Space 是个小众但不简单博客系统,设计了文稿、手记、思考三个不同类型的写作方式,在此基础上还写了很多有意思的特性。"
</p>
Expand All @@ -362,7 +362,7 @@ function Feedback(): React.ReactElement {
</div>
</div>
</div>
<div className="rounded-xl border bg-gradient-to-b from-secondary/50 p-6 shadow-lg hover:shadow-xl transition-shadow">
<div className="rounded-2xl border bg-gradient-to-b from-secondary/50 p-6 shadow-lg hover:shadow-xl transition-shadow">
<p className="text-base font-medium mb-6">
"用了一年多的 Mix Space,最让我觉得舒服的一点是别人如果要和我换友链,可以自助提交,我只需要点个通过就可以了,也借此交到了很多的朋友,光这一点我觉得就很不错了"
</p>
Expand Down Expand Up @@ -408,7 +408,7 @@ function Contributing(): React.ReactElement {
MixSpace 是由像你一样热爱它的人共同创造的
</h2>
<p className="mb-4 text-fd-muted-foreground">
MixSpace 是由 100% 的热情和开放包容的开源社区提供动力的
MixSpace 100% 的热情和开放包容的开源社区提供动力
</p>
<div className="mb-8 flex flex-row items-center gap-2">
<Link
Expand Down

0 comments on commit e8f99ae

Please sign in to comment.