's'
This commit is contained in:
@@ -8,15 +8,15 @@ const ICON_MAP = [Target, Layers, Handshake] as const;
|
||||
|
||||
export function Trust() {
|
||||
return (
|
||||
<section className="bg-neutral-50 py-16 md:py-24">
|
||||
<section className="bg-gradient-to-b from-white to-amber-50/20 py-20 md:py-28">
|
||||
<div className="container mx-auto px-4 md:px-6">
|
||||
<motion.h2
|
||||
initial={{ opacity: 0, y: 12 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: "-80px" }}
|
||||
className="text-center text-2xl font-semibold text-neutral-900 md:text-3xl"
|
||||
className="text-center text-2xl font-bold text-neutral-900 md:text-3xl"
|
||||
>
|
||||
我们的原则
|
||||
💎 我们的原则
|
||||
</motion.h2>
|
||||
<motion.p
|
||||
initial={{ opacity: 0 }}
|
||||
@@ -37,7 +37,7 @@ export function Trust() {
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true, margin: "-40px" }}
|
||||
transition={{ delay: i * 0.06 }}
|
||||
className="rounded-xl border border-neutral-200 bg-white p-6 text-center"
|
||||
className="rounded-2xl border-2 border-neutral-200/80 bg-white p-6 text-center shadow-sm transition-all hover:border-amber-200 hover:shadow-lg"
|
||||
>
|
||||
<Icon className="mx-auto h-9 w-9 text-neutral-600" />
|
||||
<h3 className="mt-4 font-medium text-neutral-900">
|
||||
|
||||
Reference in New Issue
Block a user