Auto-commit: Add underline for What We Create text in services section

This commit is contained in:
2026-01-14 22:18:27 +01:00
parent 7bf8c3176d
commit 07ccf4a609

View File

@@ -1,3 +1,7 @@
<div id="services" data-section="services">
<h2 style={{ textDecoration: 'underline' }}>What We Create</h2>
<!-- Other content of the services section -->
</div>
"use client";
import { useEffect, useState } from 'react';