Auto-commit: make text in social proof section red

This commit is contained in:
2026-01-15 14:06:17 +01:00
parent 8b60355594
commit ea104cb9fe

View File

@@ -1,3 +1,6 @@
const styles = {
textColor: 'red',
};
"use client";
import { useState } from "react";