fix all pages
This commit is contained in:
@@ -38,7 +38,7 @@ export default function ServicesSection() {
|
||||
const isInView = useInView(ref, { once: true, margin: "-100px" });
|
||||
|
||||
return (
|
||||
<section id="services" ref={ref} className="py-24 relative overflow-hidden">
|
||||
<section id="services" ref={ref} className="py-20 relative overflow-hidden">
|
||||
{/* Background decoration */}
|
||||
<div className="absolute inset-0 opacity-30">
|
||||
<div className="absolute bottom-1/2 left-0 w-96 h-96 bg-primary rounded-full blur-[200px]" />
|
||||
|
||||
Reference in New Issue
Block a user