Bob AI: Made the What We Do header larger, centered, and added a glo

This commit is contained in:
kudinDmitriyUp
2026-07-05 16:14:52 +00:00
parent 69b1e57af6
commit c717bfc62e

View File

@@ -7,9 +7,9 @@ export default function ServicesSection() {
<section id="services" data-webild-section="services" className="relative w-full py-24 md:py-32 bg-background">
<div className="w-content-width mx-auto">
{/* Header */}
<div className="max-w-4xl">
<div className="max-w-4xl mx-auto text-center flex flex-col items-center">
<ScrollReveal variant="slide-up">
<span className="text-sm font-medium text-primary-cta uppercase tracking-widest">
<span className="text-2xl md:text-3xl font-bold text-primary-cta uppercase tracking-widest [text-shadow:0_0_20px_var(--primary-cta)]">
What we do
</span>
</ScrollReveal>
@@ -23,7 +23,7 @@ export default function ServicesSection() {
/>
<ScrollReveal variant="slide-up" delay={0.2}>
<p className="mt-6 text-lg md:text-xl text-foreground/80 font-sans max-w-3xl leading-relaxed">
<p className="mt-6 text-lg md:text-xl text-foreground/80 font-sans max-w-3xl mx-auto leading-relaxed">
Three disciplines, one team design, code, and identity working from the same brief instead of handed off between departments.
</p>
</ScrollReveal>