fix
This commit is contained in:
@@ -110,7 +110,7 @@ export function TestimonialsSection({ content }: { content?: TestimonialsContent
|
||||
const data = content ?? defaultContent;
|
||||
|
||||
return (
|
||||
<section className="py-12 md:py-16 bg-[#c5d6d6]">
|
||||
<section className="py-12 md:py-16">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
{/* Section Header */}
|
||||
<div className="text-center mb-6">
|
||||
|
||||
Reference in New Issue
Block a user