@@ -93,9 +93,7 @@ export default async function HomePage({ params: { locale } }: HomePageProps) {
|
|||||||
|
|
||||||
<Container id="home-content" className="relative z-10 -mt-6 flex scroll-mt-28 flex-col gap-section pb-12 lg:-mt-8 lg:pb-16">
|
<Container id="home-content" className="relative z-10 -mt-6 flex scroll-mt-28 flex-col gap-section pb-12 lg:-mt-8 lg:pb-16">
|
||||||
<MotionFade delay={0.05}>
|
<MotionFade delay={0.05}>
|
||||||
<AppCard
|
<AppCard className="overflow-hidden">
|
||||||
className="overflow-hidden border border-border/70 bg-card/90 text-card-foreground shadow-panel backdrop-blur-xl"
|
|
||||||
>
|
|
||||||
<CardContent className="p-6 lg:p-10">
|
<CardContent className="p-6 lg:p-10">
|
||||||
<div className="grid gap-8 lg:grid-cols-[minmax(0,1.05fr)_minmax(0,1fr)] lg:items-start">
|
<div className="grid gap-8 lg:grid-cols-[minmax(0,1.05fr)_minmax(0,1fr)] lg:items-start">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -58,9 +58,9 @@ const appCardSingleLayerVariants = cva(
|
|||||||
{
|
{
|
||||||
variants: {
|
variants: {
|
||||||
level: {
|
level: {
|
||||||
1: "border-border/70 bg-background dark:bg-surface-1",
|
1: "border-border/80 bg-surface-2",
|
||||||
2: "border-border/70 bg-background dark:bg-surface-1",
|
2: "border-border/80 bg-surface-2",
|
||||||
3: "border-border/70 bg-background dark:bg-surface-1",
|
3: "border-border/80 bg-surface-2",
|
||||||
inverse: "border border-background/10 bg-background/10 text-inherit",
|
inverse: "border border-background/10 bg-background/10 text-inherit",
|
||||||
},
|
},
|
||||||
padding: {
|
padding: {
|
||||||
|
|||||||
Reference in New Issue
Block a user