updates
This commit is contained in:
@@ -2,7 +2,7 @@ import { motion } from 'framer-motion';
|
||||
|
||||
export const CtaSection = () => {
|
||||
return (
|
||||
<section className="snap-start bg-mist">
|
||||
<section className="snap-start bg-[rgb(172,173,175)]">
|
||||
<div className="mx-auto flex w-full max-w-5xl flex-col items-center gap-10 px-6 py-40 text-center sm:px-10">
|
||||
<motion.span
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
|
Reference in New Issue
Block a user