diff --git a/aider/website/index.html b/aider/website/index.html
index da7c8f496..bf80aa286 100644
--- a/aider/website/index.html
+++ b/aider/website/index.html
@@ -237,7 +237,6 @@ aider --model o3-mini --api-key openai=<key>
- "
- js_array = "const testimonials = [\n"
+ js_array = ""
return js_array
except Exception as e:
print(f"Error reading testimonials from README: {e}", file=sys.stderr)
# Return empty array as fallback
- return "const testimonials = [];"
+ return ""
def main():