fix: remove Netflix logo from homepage (#11787)

fix: remove Netflix logo from homepage company logos

Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
roomote[bot] 2026-02-27 12:19:25 -08:00 committed by GitHub
parent 54721a3155
commit 193053110b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
import { motion } from "framer-motion"
import Image from "next/image"
const logos = ["Apple", "Netflix", "Microsoft", "Amazon", "ByteDance", "Rakuten", "Carvana"]
const logos = ["Apple", "Microsoft", "Amazon", "ByteDance", "Rakuten", "Carvana"]
export function CompanyLogos() {
return (